net-p2p/feather: add desktop icons

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
Adam Pimentel
2022-09-08 19:18:44 -04:00
parent b83c4d3c35
commit 2c4dc3ebc1
2 changed files with 8 additions and 2 deletions

View File

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

View File

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