Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/appswipe/
Date: Sat, 02 Jul 2022 04:18:35
Message-Id: 1656735438.0b39753b2d26a8439b981f79ad49ef417cf321fb.cybertailor@gentoo
1 commit: 0b39753b2d26a8439b981f79ad49ef417cf321fb
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Jul 1 18:11:01 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Jul 2 04:17:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b39753b
7
8 app-portage/appswipe: xdg-utils -> xdg
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-portage/appswipe/appswipe-1.1.14.ebuild | 20 ++++----------------
13 1 file changed, 4 insertions(+), 16 deletions(-)
14
15 diff --git a/app-portage/appswipe/appswipe-1.1.14.ebuild b/app-portage/appswipe/appswipe-1.1.14.ebuild
16 index a4e308c5b..f5f0a270c 100644
17 --- a/app-portage/appswipe/appswipe-1.1.14.ebuild
18 +++ b/app-portage/appswipe/appswipe-1.1.14.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit desktop qmake-utils xdg-utils
24 +inherit desktop qmake-utils xdg
25
26 DESCRIPTION="Application for browsing your local Portage repository files"
27 HOMEPAGE="https://github.com/k9spud/appswipe"
28 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/k9spud/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64"
32 -IUSE=""
33
34 DEPEND="
35 dev-qt/qtcore
36 @@ -21,11 +20,10 @@ DEPEND="
37 dev-qt/qtwidgets
38 "
39
40 -RDEPEND="
41 +RDEPEND="${DEPEND}
42 app-portage/gentoolkit
43 app-portage/portage-utils
44 lxde-base/lxterminal
45 - ${DEPEND}
46 "
47
48 src_configure() {
49 @@ -33,17 +31,7 @@ src_configure() {
50 }
51
52 src_install() {
53 - mv AppSwipe appswipe
54 - dobin appswipe
55 - mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg"
56 - doicon -s scalable "${S}/img/appswipe.svg"
57 + newbin AppSwipe appswipe
58 + newicon -s scalable img/appicon.svg ${PN}.svg
59 domenu ${PN}.desktop
60 }
61 -
62 -pkg_postinst() {
63 - xdg_icon_cache_update
64 -}
65 -
66 -pkg_postrm() {
67 - xdg_icon_cache_update
68 -}