From 6edf90d0ce56af64cec87732a8a3897a90ac4e5b Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Mon, 31 Mar 2025 17:33:44 -0400 Subject: [PATCH] net-p2p/feather: update -9999 with current release ebuild. Also tested. Signed-off-by: Joe Kappus --- net-p2p/feather/feather-9999.ebuild | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index f939813605..93a34a8167 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -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" }