From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B21515808B for ; Sat, 26 Mar 2022 07:36:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60143E0848; Sat, 26 Mar 2022 07:36:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8D26E0848 for ; Sat, 26 Mar 2022 07:36:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD2ED342FAE for ; Sat, 26 Mar 2022 07:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D684342 for ; Sat, 26 Mar 2022 07:36:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1648280181.f463648dc1028d7600ca66cca8afdec7aae3c280.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xpad/xpad-5.7.0.ebuild X-VCS-Directories: x11-misc/xpad/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f463648dc1028d7600ca66cca8afdec7aae3c280 X-VCS-Branch: master Date: Sat, 26 Mar 2022 07:36:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8284c83-b194-4c66-8aed-7ef7003fd7f1 X-Archives-Hash: a068f366db0a172cb138dce35e4ed249 commit: f463648dc1028d7600ca66cca8afdec7aae3c280 Author: Philipp Rösner protonmail com> AuthorDate: Fri Mar 25 22:18:08 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 26 07:36:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f463648d x11-misc/xpad: add xdg_icon_cache_update Closes: https://bugs.gentoo.org/835924 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Philipp Rösner protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/24751 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/xpad/xpad-5.7.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/x11-misc/xpad/xpad-5.7.0.ebuild b/x11-misc/xpad/xpad-5.7.0.ebuild index f445ca27ceed..91cad0d91599 100644 --- a/x11-misc/xpad/xpad-5.7.0.ebuild +++ b/x11-misc/xpad/xpad-5.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools xdg-utils DESCRIPTION="A sticky note application for GTK" HOMEPAGE="https://launchpad.net/xpad" @@ -34,3 +34,11 @@ src_prepare() { eautoreconf } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}