From 2c4dc3ebc1e65c7eed8187ac4922c36f3806c4cf Mon Sep 17 00:00:00 2001 From: Adam Pimentel Date: Thu, 8 Sep 2022 19:18:44 -0400 Subject: [PATCH] net-p2p/feather: add desktop icons Signed-off-by: Adam Pimentel --- net-p2p/feather/feather-2.1.0.ebuild | 5 ++++- net-p2p/feather/feather-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index c9324c8e6c..7b74b4158d 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit cmake desktop #Note: this is like a tree, with dependencies-of-dependencies #You need to update all of these recursively every version bump. @@ -104,6 +104,9 @@ src_compile() { src_install() { dobin "${BUILD_DIR}/bin/feather" + + doicon "${WORKDIR}"/${PF}/src/assets/images/feather.png + domenu "${WORKDIR}"/${PF}/src/assets/feather.desktop } pkg_postinst() { diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index 15e38dd01c..351455e575 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake git-r3 +inherit cmake git-r3 desktop DESCRIPTION="A free, open-source Monero wallet" HOMEPAGE="https://featherwallet.org" @@ -69,6 +69,9 @@ src_compile() { src_install() { dobin "${BUILD_DIR}/bin/feather" + + doicon "${WORKDIR}"/${PF}/src/assets/images/feather.png + domenu "${WORKDIR}"/${PF}/src/assets/feather.desktop } pkg_postinst() {