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() {