diff options
author | Adam Pimentel <adam.pimentel@protonmail.com> | 2022-12-19 19:22:01 -0500 |
---|---|---|
committer | Adam Pimentel <adam.pimentel@protonmail.com> | 2022-12-19 19:22:01 -0500 |
commit | 76248d630fc377d5c25e552127783769ec7f8fad (patch) | |
tree | d9547da44814a8d1ffb52c5aa753dc828c9bb4d7 /net-p2p | |
parent | sys-kernel/usermode-kernel: unkeyword 6.0.12 (diff) | |
download | guru-76248d630fc377d5c25e552127783769ec7f8fad.tar.gz guru-76248d630fc377d5c25e552127783769ec7f8fad.tar.bz2 guru-76248d630fc377d5c25e552127783769ec7f8fad.zip |
dev-libs/polyseed: new ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/feather/feather-2.1.0.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/feather/feather-9999.ebuild | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index 5f4e35ba0..9123980e8 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -19,7 +19,7 @@ MONERO_DIST_COMIT="b45c66e9c62d7e8f24abbcb447f408e618bfd450" DESCRIPTION="A free, open-source Monero wallet" HOMEPAGE="https://featherwallet.org" -SRC_URI="https://github.com/feather-wallet/feather/archive/refs/tags/${PVR}.tar.gz -> \ +SRC_URI="https://github.com/feather-wallet/feather/archive/refs/tags/${PV}.tar.gz -> \ ${P}.tar.gz https://github.com/tevador/polyseed/archive/${POLYSEED_DIST_COMIT}.tar.gz -> \ ${P}-polyseed.tar.gz @@ -136,6 +136,7 @@ src_install() { doicon "${WORKDIR}"/${PF}/src/assets/images/feather.png domenu "${WORKDIR}"/${PF}/src/assets/feather.desktop + die } pkg_postinst() { diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index c8d4d36b4..c80cafa5e 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -51,7 +51,7 @@ src_configure() { -DBUILD_TAG="linux-x64" -DDONATE_BEG=OFF -DMANUAL_SUBMODULES=1 - -DSTATIC=OFF + -DSTATIC=ON -DSELF_CONTAINED=OFF -DUSE_DEVICE_TREZOR=OFF -DXMRIG=$(usex xmrig) |