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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A176138346 for ; Sun, 5 Jan 2020 20:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60DD3E086E; Sun, 5 Jan 2020 20:08:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4615BE086E for ; Sun, 5 Jan 2020 20:08:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4AD034DDE3 for ; Sun, 5 Jan 2020 20:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69442B for ; Sun, 5 Jan 2020 20:08:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1578254921.79d6c8198fb291948febce97a0c5edaa69714435.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/rssguard/rssguard-3.5.9-r1.ebuild net-news/rssguard/rssguard-3.5.9.ebuild X-VCS-Directories: net-news/rssguard/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 79d6c8198fb291948febce97a0c5edaa69714435 X-VCS-Branch: master Date: Sun, 5 Jan 2020 20:08:42 +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: 13966ad1-0e96-41c2-b500-4585e0fc4371 X-Archives-Hash: d5a9ef39bf572c4eb092acef1af69b35 commit: 79d6c8198fb291948febce97a0c5edaa69714435 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 5 20:07:04 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 5 20:08:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d6c819 net-news/rssguard: Call xdg_icon_cache_update Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> .../{rssguard-3.5.9.ebuild => rssguard-3.5.9-r1.ebuild} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net-news/rssguard/rssguard-3.5.9.ebuild b/net-news/rssguard/rssguard-3.5.9-r1.ebuild similarity index 88% rename from net-news/rssguard/rssguard-3.5.9.ebuild rename to net-news/rssguard/rssguard-3.5.9-r1.ebuild index d6e9e59d36b..d7491fc3d34 100644 --- a/net-news/rssguard/rssguard-3.5.9.ebuild +++ b/net-news/rssguard/rssguard-3.5.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic qmake-utils +inherit flag-o-matic xdg-utils qmake-utils DESCRIPTION="Tiny RSS and Atom feed reader" HOMEPAGE="https://github.com/martinrotter/rssguard" @@ -42,3 +42,11 @@ src_configure() { src_install() { emake install INSTALL_ROOT="${D}" } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}