Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/feather/
Date: Fri, 09 Sep 2022 20:02:52
Message-Id: 1662679225.2c4dc3ebc1e65c7eed8187ac4922c36f3806c4cf.tastytea@gentoo
1 commit: 2c4dc3ebc1e65c7eed8187ac4922c36f3806c4cf
2 Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
3 AuthorDate: Thu Sep 8 23:18:44 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Sep 8 23:20:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c4dc3eb
7
8 net-p2p/feather: add desktop icons
9
10 Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
11
12 net-p2p/feather/feather-2.1.0.ebuild | 5 ++++-
13 net-p2p/feather/feather-9999.ebuild | 5 ++++-
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild
17 index c9324c8e6..7b74b4158 100644
18 --- a/net-p2p/feather/feather-2.1.0.ebuild
19 +++ b/net-p2p/feather/feather-2.1.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit cmake
25 +inherit cmake desktop
26
27 #Note: this is like a tree, with dependencies-of-dependencies
28 #You need to update all of these recursively every version bump.
29 @@ -104,6 +104,9 @@ src_compile() {
30
31 src_install() {
32 dobin "${BUILD_DIR}/bin/feather"
33 +
34 + doicon "${WORKDIR}"/${PF}/src/assets/images/feather.png
35 + domenu "${WORKDIR}"/${PF}/src/assets/feather.desktop
36 }
37
38 pkg_postinst() {
39
40 diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild
41 index 15e38dd01..351455e57 100644
42 --- a/net-p2p/feather/feather-9999.ebuild
43 +++ b/net-p2p/feather/feather-9999.ebuild
44 @@ -3,7 +3,7 @@
45
46 EAPI=7
47
48 -inherit cmake git-r3
49 +inherit cmake git-r3 desktop
50
51 DESCRIPTION="A free, open-source Monero wallet"
52 HOMEPAGE="https://featherwallet.org"
53 @@ -69,6 +69,9 @@ src_compile() {
54
55 src_install() {
56 dobin "${BUILD_DIR}/bin/feather"
57 +
58 + doicon "${WORKDIR}"/${PF}/src/assets/images/feather.png
59 + domenu "${WORKDIR}"/${PF}/src/assets/feather.desktop
60 }
61
62 pkg_postinst() {