Gentoo Archives: gentoo-commits

From: Brian Gloyer <brian.gloyer@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/appswipe/
Date: Fri, 01 Jul 2022 05:04:06
Message-Id: 1656651786.3117dcca185751254eda14174ee84165f1321df5.brian.gloyer@gentoo
1 commit: 3117dcca185751254eda14174ee84165f1321df5
2 Author: brian gloyer <brian.gloyer <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 1 04:58:28 2022 +0000
4 Commit: Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
5 CommitDate: Fri Jul 1 05:03:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3117dcca
7
8 app-portage/appswipe: icon fix
9
10 Closes: https://bugs.gentoo.org/855065
11 Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
12
13 app-portage/appswipe/appswipe-1.1.14.ebuild | 10 +++++++++-
14 1 file changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/app-portage/appswipe/appswipe-1.1.14.ebuild b/app-portage/appswipe/appswipe-1.1.14.ebuild
17 index fe5848065..a4e308c5b 100644
18 --- a/app-portage/appswipe/appswipe-1.1.14.ebuild
19 +++ b/app-portage/appswipe/appswipe-1.1.14.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -inherit desktop qmake-utils
25 +inherit desktop qmake-utils xdg-utils
26
27 DESCRIPTION="Application for browsing your local Portage repository files"
28 HOMEPAGE="https://github.com/k9spud/appswipe"
29 @@ -39,3 +39,11 @@ src_install() {
30 doicon -s scalable "${S}/img/appswipe.svg"
31 domenu ${PN}.desktop
32 }
33 +
34 +pkg_postinst() {
35 + xdg_icon_cache_update
36 +}
37 +
38 +pkg_postrm() {
39 + xdg_icon_cache_update
40 +}