aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-07-01 23:11:01 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-07-02 09:17:18 +0500
commit0b39753b2d26a8439b981f79ad49ef417cf321fb (patch)
tree01ec7e000a0491f0f8ca0ff3d33ef0d76a1eb950 /app-portage
parentdev-python/insipid-sphinx-theme: new package, add 0.3.2 (diff)
downloadguru-0b39753b2d26a8439b981f79ad49ef417cf321fb.tar.gz
guru-0b39753b2d26a8439b981f79ad49ef417cf321fb.tar.bz2
guru-0b39753b2d26a8439b981f79ad49ef417cf321fb.zip
app-portage/appswipe: xdg-utils -> xdg
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/appswipe/appswipe-1.1.14.ebuild20
1 files changed, 4 insertions, 16 deletions
diff --git a/app-portage/appswipe/appswipe-1.1.14.ebuild b/app-portage/appswipe/appswipe-1.1.14.ebuild
index a4e308c5b..f5f0a270c 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 xdg-utils
+inherit desktop qmake-utils xdg
DESCRIPTION="Application for browsing your local Portage repository files"
HOMEPAGE="https://github.com/k9spud/appswipe"
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/k9spud/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
DEPEND="
dev-qt/qtcore
@@ -21,11 +20,10 @@ DEPEND="
dev-qt/qtwidgets
"
-RDEPEND="
+RDEPEND="${DEPEND}
app-portage/gentoolkit
app-portage/portage-utils
lxde-base/lxterminal
- ${DEPEND}
"
src_configure() {
@@ -33,17 +31,7 @@ src_configure() {
}
src_install() {
- mv AppSwipe appswipe
- dobin appswipe
- mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg"
- doicon -s scalable "${S}/img/appswipe.svg"
+ newbin AppSwipe appswipe
+ newicon -s scalable img/appicon.svg ${PN}.svg
domenu ${PN}.desktop
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}