commit:     ae72abc87df06d9db374f56ab490913abb99c649
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Sun Jun  2 17:12:18 2024 +0000
Commit:     Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
CommitDate: Sun Jun  2 17:19:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae72abc8

app-portage/appswipe: edg.utils -> edg

Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>

 app-portage/appswipe/appswipe-1.1.68.ebuild | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/app-portage/appswipe/appswipe-1.1.68.ebuild 
b/app-portage/appswipe/appswipe-1.1.68.ebuild
index 70895cbda..fe657607e 100644
--- a/app-portage/appswipe/appswipe-1.1.68.ebuild
+++ b/app-portage/appswipe/appswipe-1.1.68.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit desktop qmake-utils xdg-utils
+inherit desktop qmake-utils xdg
 
 DESCRIPTION="Application for browsing your local Portage repository files"
 HOMEPAGE="https://github.com/k9spud/appswipe";
@@ -45,19 +45,9 @@ src_compile() {
 }
 
 src_install() {
-       mv AppSwipe appswipe
-       dobin appswipe
+       newbin AppSwipe appswipe
        dobin backend/appswipebackend
        dobin transport/appswipetransport
-       mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg"
-       doicon -s scalable "${S}/img/appswipe.svg"
+       newicon -s scalable img/appicon.svg ${PN}.svg
        domenu ${PN}.desktop
 }
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to