public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/
@ 2025-04-06 15:58 Justin
  0 siblings, 0 replies; 6+ messages in thread
From: Justin @ 2025-04-06 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4b5bb282ccdf0fe571a0315c8c7cdde15d2a260a
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Sun Apr  6 15:56:20 2025 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> com>
CommitDate: Sun Apr  6 15:58:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b5bb282

net-p2p/monero-gui-bin: add 0.18.4.0, drop 0.18.3.4-r1

Signed-off-by: Justin Donofrio <justin026 <AT> protonmail.com>

 net-p2p/monero-gui-bin/Manifest                    |  2 +-
 ....4-r1.ebuild => monero-gui-bin-0.18.4.0.ebuild} | 37 ++++++++--------------
 2 files changed, 14 insertions(+), 25 deletions(-)

diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest
index 97a8fdd1d..cf7b8d305 100644
--- a/net-p2p/monero-gui-bin/Manifest
+++ b/net-p2p/monero-gui-bin/Manifest
@@ -1 +1 @@
-DIST monero-gui-bin-0.18.3.4.tar.bz2 131624926 BLAKE2B cdfee621b44aa4e7f358b8eeca1fcc9244465729097c9d7f8e81cd522f5f899a96fb3c9c6c086f8bf2687f80a4b708bac618acae7773d8aaecb362746e05974e SHA512 0ad531d592b325b82582c7a2c4f4982165f3ad0f4d860e58c54635aaf71516d75a3318b710b35e816fa6c08b7b1e6d82135d6e1f8dba4f3ca6436a3db5c65d3a
+DIST monero-gui-bin-0.18.4.0.tar.bz2 130240801 BLAKE2B d71b4f42389ee17d6f0a182331bf67d93308a22eb1e5dc52c142383d7b2eadeb91a47772f902f93777814baf6720c8bd39df07d67fc06760fd3d456ea652a9d4 SHA512 54c037402c6ca330a8da49eb9f5fb9a027e8fccbd9a9585e3ce94a97a6585755d5c1ab59933d04d4f45f76f6f9d59c5f6780c6b428fe3bccc1148f88918d564f

diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4-r1.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.0.ebuild
similarity index 95%
rename from net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4-r1.ebuild
rename to net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.0.ebuild
index bf36bf04d..90d463ab1 100644
--- a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4-r1.ebuild
+++ b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.0.ebuild
@@ -32,10 +32,13 @@ QA_PREBUILT="*"
 
 src_install() {
 	insinto /usr/bin
+
 	doins monero-wallet-gui
+	fperms +x /usr/bin/monero-wallet-gui
 
 	if use daemon ; then
 		doins monerod
+		fperms +x /usr/bin/monerod
 	fi
 
 	if use tools ; then
@@ -50,30 +53,6 @@ src_install() {
 		doins extras/monero-blockchain-usage
 		doins extras/monero-gen-ssl-cert
 		doins extras/monero-gen-trusted-multisig
-	fi
-
-	if use wallet-cli ; then
-		doins extras/monero-wallet-cli
-	fi
-
-	if use wallet-rpc ; then
-		doins extras/monero-wallet-rpc
-	fi
-
-	domenu "${FILESDIR}"/monero-gui.desktop
-
-	local x
-	for x in 16 24 32 48 64 96 128 256; do
-		newicon -s ${x} "${FILESDIR}"/${x}x${x}.png monero-gui.png
-	done
-
-	fperms +x /usr/bin/monero-wallet-gui
-
-	if use daemon ; then
-		fperms +x /usr/bin/monerod
-	fi
-
-	if use tools ; then
 		fperms +x /usr/bin/monero-blockchain-ancestry
 		fperms +x /usr/bin/monero-blockchain-depth
 		fperms +x /usr/bin/monero-blockchain-export
@@ -88,10 +67,20 @@ src_install() {
 	fi
 
 	if use wallet-cli ; then
+		doins extras/monero-wallet-cli
+
 		fperms +x /usr/bin/monero-wallet-cli
 	fi
 
 	if use wallet-rpc ; then
+		doins extras/monero-wallet-rpc
 		fperms +x /usr/bin/monero-wallet-rpc
 	fi
+
+	domenu "${FILESDIR}"/monero-gui.desktop
+
+	local x
+	for x in 16 24 32 48 64 96 128 256; do
+		newicon -s ${x} "${FILESDIR}"/${x}x${x}.png monero-gui.png
+	done
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/
@ 2025-10-10 17:45 RavFX
  0 siblings, 0 replies; 6+ messages in thread
From: RavFX @ 2025-10-10 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d34cd413e867e5e810b11f1022158dae21921e5e
Author:     RavFX XMR <ravfx <AT> xmr <DOT> mx>
AuthorDate: Fri Oct 10 17:44:29 2025 +0000
Commit:     RavFX <ravfx <AT> xmr <DOT> mx>
CommitDate: Fri Oct 10 17:44:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d34cd413

net-p2p/monero-gui-bin: add 0.18.4.3, drop 0.18.4.2

Signed-off-by: RavFX XMR <ravfx <AT> xmr.mx>

 net-p2p/monero-gui-bin/Manifest                                         | 2 +-
 .../{monero-gui-bin-0.18.4.2.ebuild => monero-gui-bin-0.18.4.3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest
index 8240d5d9aa..71b04e0f45 100644
--- a/net-p2p/monero-gui-bin/Manifest
+++ b/net-p2p/monero-gui-bin/Manifest
@@ -1 +1 @@
-DIST monero-gui-bin-0.18.4.2.tar.bz2 130264844 BLAKE2B 6d1326bb7366060088535c1f09f64af896452ff3b45fefc8cc0c468456348be4e6b869b0d61612f39b06f32c07e685de3b1d77ff52d35d88d76454be8a341f41 SHA512 3792e617382733d6556bcddfdea1e0b51a2e49a0dfca5f4b5595812959481fad95d62660444c2a5c861d75b5624e7815a80d0b69c566464b2c4466dca33347b4
+DIST monero-gui-bin-0.18.4.3.tar.bz2 129208863 BLAKE2B edf110b78f721891f378054de490f1fcd92a797108ec2bc7eb4cd03e85287658d27c4274909de20de0b299866fa22bf5d638e3bccac26edbfba8cde0d481b12b SHA512 298818e5cb902ac9b795105fa1f7737b3b73e1c0e9ddd82158f83709a38c49b1f1f52740d9070b3ea4b41255ea13864e5cec5175c73d78a7ed425f391df74831

diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.2.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.3.ebuild
similarity index 100%
rename from net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.2.ebuild
rename to net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.3.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/
@ 2025-10-09 20:23 RavFX
  0 siblings, 0 replies; 6+ messages in thread
From: RavFX @ 2025-10-09 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     76b1b675223579fb130ea993a5e2ff61ab0a5cad
Author:     RavFX XMR <ravfx <AT> xmr <DOT> mx>
AuthorDate: Thu Oct  9 20:15:44 2025 +0000
Commit:     RavFX <ravfx <AT> xmr <DOT> mx>
CommitDate: Thu Oct  9 20:15:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76b1b675

net-p2p/monero-gui-bin: add 0.18.4.2, drop 0.18.4.0

Signed-off-by: RavFX XMR <ravfx <AT> xmr.mx>

 net-p2p/monero-gui-bin/Manifest                                         | 2 +-
 .../{monero-gui-bin-0.18.4.0.ebuild => monero-gui-bin-0.18.4.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest
index cf7b8d3050..8240d5d9aa 100644
--- a/net-p2p/monero-gui-bin/Manifest
+++ b/net-p2p/monero-gui-bin/Manifest
@@ -1 +1 @@
-DIST monero-gui-bin-0.18.4.0.tar.bz2 130240801 BLAKE2B d71b4f42389ee17d6f0a182331bf67d93308a22eb1e5dc52c142383d7b2eadeb91a47772f902f93777814baf6720c8bd39df07d67fc06760fd3d456ea652a9d4 SHA512 54c037402c6ca330a8da49eb9f5fb9a027e8fccbd9a9585e3ce94a97a6585755d5c1ab59933d04d4f45f76f6f9d59c5f6780c6b428fe3bccc1148f88918d564f
+DIST monero-gui-bin-0.18.4.2.tar.bz2 130264844 BLAKE2B 6d1326bb7366060088535c1f09f64af896452ff3b45fefc8cc0c468456348be4e6b869b0d61612f39b06f32c07e685de3b1d77ff52d35d88d76454be8a341f41 SHA512 3792e617382733d6556bcddfdea1e0b51a2e49a0dfca5f4b5595812959481fad95d62660444c2a5c861d75b5624e7815a80d0b69c566464b2c4466dca33347b4

diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.0.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.2.ebuild
similarity index 100%
rename from net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.0.ebuild
rename to net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.2.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/
@ 2024-10-31 20:57 Justin
  0 siblings, 0 replies; 6+ messages in thread
From: Justin @ 2024-10-31 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     737acaadef7e3e5c68094d4ef892865c8482ef39
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Thu Oct 31 20:57:10 2024 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> com>
CommitDate: Thu Oct 31 20:57:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=737acaad

net-p2p/monero-gui-bin: rename file to r1

Signed-off-by: Justin Donofrio <justin026 <AT> protonmail.com>

 .../{monero-gui-bin-0.18.3.4.ebuild => monero-gui-bin-0.18.3.4-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4-r1.ebuild
similarity index 100%
rename from net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
rename to net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4-r1.ebuild


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/
@ 2024-10-30 16:07 Justin
  0 siblings, 0 replies; 6+ messages in thread
From: Justin @ 2024-10-30 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9e0e36af8bbd7dfb5f5c0881052e091a48d62aba
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Wed Oct 30 16:03:15 2024 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> com>
CommitDate: Wed Oct 30 16:07:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e0e36af

net-p2p/monero-gui-bin: Add missing dependencies
Closes: https://bugs.gentoo.org/942535

Signed-off-by: Justin Donofrio <justin026 <AT> protonmail.com>

 net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
index 33d336f3a..bf36bf04d 100644
--- a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
+++ b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
@@ -16,6 +16,18 @@ KEYWORDS="-* ~amd64"
 
 IUSE="+daemon tools wallet-cli wallet-rpc"
 
+RDEPEND="
+	dev-libs/glib
+	media-libs/libglvnd
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/xcb-util-image
+	x11-libs/xcb-util-keysyms
+	x11-libs/xcb-util-renderutil
+	x11-libs/xcb-util-wm
+"
+
 QA_PREBUILT="*"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/
@ 2024-10-27 16:49 Justin
  0 siblings, 0 replies; 6+ messages in thread
From: Justin @ 2024-10-27 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     619d7301cdd450c56cabfef5023c4637cfbdb6cf
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Sun Oct 27 16:46:15 2024 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> com>
CommitDate: Sun Oct 27 16:48:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=619d7301

net-p2p/monero-gui-bin: destabilize 0.18.3.4 for ~amd64

Signed-off-by: Justin Donofrio <justin026 <AT> protonmail.com>

 net-p2p/monero-gui-bin/Manifest                       | 2 +-
 net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest
index 54809c114..97a8fdd1d 100644
--- a/net-p2p/monero-gui-bin/Manifest
+++ b/net-p2p/monero-gui-bin/Manifest
@@ -1 +1 @@
-DIST monero-gui-linux-x64-v0.18.3.4.tar.bz2 131624926 BLAKE2B cdfee621b44aa4e7f358b8eeca1fcc9244465729097c9d7f8e81cd522f5f899a96fb3c9c6c086f8bf2687f80a4b708bac618acae7773d8aaecb362746e05974e SHA512 0ad531d592b325b82582c7a2c4f4982165f3ad0f4d860e58c54635aaf71516d75a3318b710b35e816fa6c08b7b1e6d82135d6e1f8dba4f3ca6436a3db5c65d3a
+DIST monero-gui-bin-0.18.3.4.tar.bz2 131624926 BLAKE2B cdfee621b44aa4e7f358b8eeca1fcc9244465729097c9d7f8e81cd522f5f899a96fb3c9c6c086f8bf2687f80a4b708bac618acae7773d8aaecb362746e05974e SHA512 0ad531d592b325b82582c7a2c4f4982165f3ad0f4d860e58c54635aaf71516d75a3318b710b35e816fa6c08b7b1e6d82135d6e1f8dba4f3ca6436a3db5c65d3a

diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
index a6b879471..33d336f3a 100644
--- a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
+++ b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild
@@ -7,12 +7,12 @@ inherit desktop xdg
 
 DESCRIPTION="An open-source GUI wallet developed by the Monero community."
 HOMEPAGE="https://github.com/monero-project/monero-gui/ https://www.getmonero.org/"
-SRC_URI="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v${PV}.tar.bz2"
+SRC_URI="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v${PV}.tar.bz2 -> ${P}.tar.bz2"
 
 S="${WORKDIR}/monero-gui-v${PV}"
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="-* amd64"
+KEYWORDS="-* ~amd64"
 
 IUSE="+daemon tools wallet-cli wallet-rpc"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-10 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 15:58 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero-gui-bin/ Justin
  -- strict thread matches above, loose matches on Subject: below --
2025-10-10 17:45 RavFX
2025-10-09 20:23 RavFX
2024-10-31 20:57 Justin
2024-10-30 16:07 Justin
2024-10-27 16:49 Justin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox