mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
net-p2p/feather: update -9999 with current release ebuild.
Also tested. Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
parent
99a386e17d
commit
6edf90d0ce
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake git-r3 desktop xdg
|
||||
inherit cmake desktop git-r3 xdg
|
||||
|
||||
DESCRIPTION="A free, open-source Monero wallet"
|
||||
HOMEPAGE="https://featherwallet.org"
|
||||
@ -13,8 +13,7 @@ EGIT_REPO_URI="https://github.com/feather-wallet/feather.git"
|
||||
# code from Monero and Tor too.
|
||||
LICENSE="BSD MIT"
|
||||
SLOT="0"
|
||||
IUSE="qrcode home tickers crowdfunding bounties reddit revuo calc exchange xmrig localmonero"
|
||||
|
||||
IUSE="bounties calc crowdfunding home qrcode revuo tickers xmrig"
|
||||
DEPEND="
|
||||
dev-libs/libsodium:=
|
||||
media-gfx/qrencode:=
|
||||
@ -22,10 +21,10 @@ DEPEND="
|
||||
~dev-libs/polyseed-1.0.0
|
||||
dev-libs/libzip:=
|
||||
dev-libs/boost:=[nls]
|
||||
>=dev-qt/qtbase-6.5.2:6
|
||||
>=dev-qt/qtsvg-6.5.2:6
|
||||
>=dev-qt/qtmultimedia-6.5.2:6
|
||||
>=dev-qt/qtwebsockets-6.5.2:6
|
||||
>=dev-qt/qtbase-6.7.3:6
|
||||
>=dev-qt/qtsvg-6.7.3:6
|
||||
>=dev-qt/qtmultimedia-6.7.3:6
|
||||
>=dev-qt/qtwebsockets-6.7.3:6
|
||||
dev-libs/libgcrypt:=
|
||||
sys-libs/zlib
|
||||
dev-libs/openssl:=
|
||||
@ -54,11 +53,8 @@ src_configure() {
|
||||
-DWITH_PLUGIN_TICKERS=$(usex tickers)
|
||||
-DWITH_PLUGIN_CROWDFUNDING=$(usex crowdfunding)
|
||||
-DWITH_PLUGIN_BOUNTIES=$(usex bounties)
|
||||
-DWITH_PLUGIN_REDDIT=$(usex reddit)
|
||||
-DWITH_PLUGIN_REVUO=$(usex revuo)
|
||||
-DWITH_PLUGIN_CALC=$(usex calc)
|
||||
-DWITH_PLUGIN_EXCHANGE=$(usex exchange)
|
||||
-DWITH_PLUGIN_LOCALMONERO=$(usex localmonero)
|
||||
-DWITH_PLUGIN_XMRIG=$(usex xmrig)
|
||||
-DCHECK_UPDATES=OFF
|
||||
-DPLATFORM_INSTALLER=OFF
|
||||
@ -66,7 +62,6 @@ src_configure() {
|
||||
-DDONATE_BEG=OFF
|
||||
-DWITH_SCANNER=$(usex qrcode)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@ -91,4 +86,8 @@ pkg_postinst() {
|
||||
|
||||
einfo "Ensure that Tor is running with 'rc-service tor start' before"
|
||||
einfo "using Feather."
|
||||
einfo ""
|
||||
einfo "Donation popup has been disabled in this build."
|
||||
einfo "Consider donating to upstream developers here:"
|
||||
einfo "https://docs.featherwallet.org/guides/donate"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user