diff options
| author | baldr333 <ra@afu.re> | 2025-11-01 22:01:13 -0400 |
|---|---|---|
| committer | baldr333 <ra@afu.re> | 2025-11-01 22:01:13 -0400 |
| commit | 99fb33c1eafa89d72b575472e480b340df1d2ffc (patch) | |
| tree | 06e7b942397a5879eb2987424dffc22268d55b9e | |
| parent | f3cd7d59a5ba3235c3f6c97f8be5e01dd1491fb3 (diff) | |
add monero-gui-bin-0.18.4.3
| -rw-r--r-- | net-p2p/monero-gui-bin/Manifest | 2 | ||||
| -rw-r--r-- | net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.3.ebuild | 86 |
2 files changed, 88 insertions, 0 deletions
diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest new file mode 100644 index 0000000..23e29b9 --- /dev/null +++ b/net-p2p/monero-gui-bin/Manifest @@ -0,0 +1,2 @@ +DIST monero-gui-bin-0.18.4.3.tar.bz2 129208863 BLAKE2B edf110b78f721891f378054de490f1fcd92a797108ec2bc7eb4cd03e85287658d27c4274909de20de0b299866fa22bf5d638e3bccac26edbfba8cde0d481b12b SHA512 298818e5cb902ac9b795105fa1f7737b3b73e1c0e9ddd82158f83709a38c49b1f1f52740d9070b3ea4b41255ea13864e5cec5175c73d78a7ed425f391df74831 +EBUILD monero-gui-bin-0.18.4.3.ebuild 2303 BLAKE2B 7f8f25aebaee98f2ce9613387f85adfa77002d26a803c3fa4409a3ec6d3e9f02f1fb262839890bd9addf96f2a095079455f0aaaecf15865e29776a550731ac75 SHA512 21794b3a1c1c22347071e739e71bf438fa4bc502a0b17148226a94dd288bfeddf7a09dbb59fb929182a2588381e143138f639093c4120de96026f880ff09d930 diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.3.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.3.ebuild new file mode 100644 index 0000000..ecd7cfc --- /dev/null +++ b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.4.3.ebuild @@ -0,0 +1,86 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 -> ${P}.tar.bz2" + +S="${WORKDIR}/monero-gui-v${PV}" +LICENSE="BSD MIT" +SLOT="0" +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() { + 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 + doins extras/monero-blockchain-ancestry + doins extras/monero-blockchain-depth + doins extras/monero-blockchain-export + doins extras/monero-blockchain-import + doins extras/monero-blockchain-mark-spent-outputs + doins extras/monero-blockchain-prune + doins extras/monero-blockchain-prune-known-spent-data + doins extras/monero-blockchain-stats + doins extras/monero-blockchain-usage + doins extras/monero-gen-ssl-cert + doins extras/monero-gen-trusted-multisig + fperms +x /usr/bin/monero-blockchain-ancestry + fperms +x /usr/bin/monero-blockchain-depth + fperms +x /usr/bin/monero-blockchain-export + fperms +x /usr/bin/monero-blockchain-import + fperms +x /usr/bin/monero-blockchain-mark-spent-outputs + fperms +x /usr/bin/monero-blockchain-prune + fperms +x /usr/bin/monero-blockchain-prune-known-spent-data + fperms +x /usr/bin/monero-blockchain-stats + fperms +x /usr/bin/monero-blockchain-usage + fperms +x /usr/bin/monero-gen-ssl-cert + fperms +x /usr/bin/monero-gen-trusted-multisig + 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 +} |
