commit:     3117dcca185751254eda14174ee84165f1321df5
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Fri Jul  1 04:58:28 2022 +0000
Commit:     Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
CommitDate: Fri Jul  1 05:03:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3117dcca

app-portage/appswipe: icon fix

Closes: https://bugs.gentoo.org/855065
Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>

 app-portage/appswipe/appswipe-1.1.14.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-portage/appswipe/appswipe-1.1.14.ebuild 
b/app-portage/appswipe/appswipe-1.1.14.ebuild
index fe5848065..a4e308c5b 100644
--- a/app-portage/appswipe/appswipe-1.1.14.ebuild
+++ b/app-portage/appswipe/appswipe-1.1.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit desktop qmake-utils
+inherit desktop qmake-utils xdg-utils
 
 DESCRIPTION="Application for browsing your local Portage repository files"
 HOMEPAGE="https://github.com/k9spud/appswipe";
@@ -39,3 +39,11 @@ src_install() {
        doicon -s scalable "${S}/img/appswipe.svg"
        domenu ${PN}.desktop
 }
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to