Date: Wednesday, March 1, 2023 @ 10:24:56 Author: kpcyrd Revision: 1405841
archrelease: copy trunk to community-x86_64 Added: monero-gui/repos/community-x86_64/PKGBUILD (from rev 1405840, monero-gui/trunk/PKGBUILD) monero-gui/repos/community-x86_64/keys/ monero-gui/repos/community-x86_64/monero-gui.desktop (from rev 1405840, monero-gui/trunk/monero-gui.desktop) Deleted: monero-gui/repos/community-x86_64/PKGBUILD monero-gui/repos/community-x86_64/keys/ monero-gui/repos/community-x86_64/monero-gui.desktop --------------------+ PKGBUILD | 141 ++++++++++++++++++++++++--------------------------- monero-gui.desktop | 30 +++++----- 2 files changed, 84 insertions(+), 87 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-03-01 10:24:37 UTC (rev 1405840) +++ PKGBUILD 2023-03-01 10:24:56 UTC (rev 1405841) @@ -1,72 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=monero-gui -pkgver=0.18.1.2 -_commit=aef4a982dc644b3e971a89c8b65dd57d21d5e085 -pkgrel=3 -pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable peer-to-peer currency" -license=('BSD') -arch=('x86_64') -url="https://getmonero.org/" -depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so' 'libunbound.so' - 'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns') -makedepends=('git' 'cmake' 'boost' 'qt5-tools') -source=( - "git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}" - "git+https://github.com/monero-project/monero" - "git+https://github.com/miniupnp/miniupnp.git" - "git+https://github.com/Tencent/rapidjson.git" - "git+https://github.com/trezor/trezor-common.git" - "git+https://github.com/tevador/randomx.git" - "git+https://github.com/monero-project/supercop.git" - "monero-gui.desktop" -) -sha512sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - '98b67aec60e492f0a220a156a110baf96862343d3802ec34347c70c7af671a1ae49ccaec218f2e8f81e153c433e9145ad2f55b8613ce6999fc2c87fbd81fd8e1') -validpgpkeys=( - '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi1111 <luigi11...@gmail.com> - '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / Snipa22) <sn...@jagtech.io> -) - -prepare() { - cd "${pkgname}" - git submodule init - git config submodule.monero.url "$srcdir/monero" - git -c protocol.file.allow=always submodule update - cd monero - git config submodule.external/miniupnp.url "$srcdir/miniupnp" - git config submodule.external/rapidjson.url "$srcdir/rapidjson" - git config submodule.external/trezor-common.url "$srcdir/trezor-common" - git config submodule.external/randomx.url "$srcdir/randomx" - git config submodule.external/supercop.url "$srcdir/supercop" - git -c protocol.file.allow=always submodule update - - # common: add missing includes - git format-patch -1 --stdout 96677fffcd43 | patch -Np1 -} - -build() { - cd "${pkgname}" - mkdir -p build && cd build - cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D WITH_DESKTOP_ENTRY=OFF -D WITH_UPDATER=OFF ../ - make -} - -package() { - cd "${pkgname}" - install -Dm755 build/bin/monero-wallet-gui -t "${pkgdir}/usr/bin" - install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" - - install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications" - for x in 16 24 32 48 64 96 128 256; do - install -Dm644 "images/appicons/${x}x${x}.png" "${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png" - done -} - -# vim: ts=2 sw=2 et: Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 1405840, monero-gui/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-03-01 10:24:56 UTC (rev 1405841) @@ -0,0 +1,69 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=monero-gui +pkgver=0.18.2.0 +_commit=710e3f694817b6db48092702ca061228e44a67cb +pkgrel=1 +pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable peer-to-peer currency" +license=('BSD') +arch=('x86_64') +url="https://getmonero.org/" +depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so' 'libunbound.so' + 'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns') +makedepends=('git' 'cmake' 'boost' 'qt5-tools') +source=( + "git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}" + "git+https://github.com/monero-project/monero" + "git+https://github.com/miniupnp/miniupnp.git" + "git+https://github.com/Tencent/rapidjson.git" + "git+https://github.com/trezor/trezor-common.git" + "git+https://github.com/tevador/randomx.git" + "git+https://github.com/monero-project/supercop.git" + "monero-gui.desktop" +) +sha512sums=('SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + '98b67aec60e492f0a220a156a110baf96862343d3802ec34347c70c7af671a1ae49ccaec218f2e8f81e153c433e9145ad2f55b8613ce6999fc2c87fbd81fd8e1') +validpgpkeys=( + '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi1111 <luigi11...@gmail.com> + '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / Snipa22) <sn...@jagtech.io> +) + +prepare() { + cd "${pkgname}" + git submodule init + git config submodule.monero.url "$srcdir/monero" + git -c protocol.file.allow=always submodule update + cd monero + git config submodule.external/miniupnp.url "$srcdir/miniupnp" + git config submodule.external/rapidjson.url "$srcdir/rapidjson" + git config submodule.external/trezor-common.url "$srcdir/trezor-common" + git config submodule.external/randomx.url "$srcdir/randomx" + git config submodule.external/supercop.url "$srcdir/supercop" + git -c protocol.file.allow=always submodule update +} + +build() { + cd "${pkgname}" + mkdir -p build && cd build + cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D WITH_DESKTOP_ENTRY=OFF -D WITH_UPDATER=OFF ../ + make +} + +package() { + cd "${pkgname}" + install -Dm755 build/bin/monero-wallet-gui -t "${pkgdir}/usr/bin" + install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" + + install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications" + for x in 16 24 32 48 64 96 128 256; do + install -Dm644 "images/appicons/${x}x${x}.png" "${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png" + done +} + +# vim: ts=2 sw=2 et: Deleted: monero-gui.desktop =================================================================== --- monero-gui.desktop 2023-03-01 10:24:37 UTC (rev 1405840) +++ monero-gui.desktop 2023-03-01 10:24:56 UTC (rev 1405841) @@ -1,15 +0,0 @@ -[Desktop Entry] -Name=Monero GUI -GenericName=Monero-GUI -X-GNOME-FullName=Monero-GUI -Comment=Monero GUI -Keywords=Monero; -Exec=monero-wallet-gui %u -Terminal=false -Type=Application -Icon=monero-gui -Categories=Network;GNOME;Qt; -MimeType=x-scheme-handler/monero;x-scheme-handler/moneroseed -StartupNotify=true -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-UsesNotifications=true Copied: monero-gui/repos/community-x86_64/monero-gui.desktop (from rev 1405840, monero-gui/trunk/monero-gui.desktop) =================================================================== --- monero-gui.desktop (rev 0) +++ monero-gui.desktop 2023-03-01 10:24:56 UTC (rev 1405841) @@ -0,0 +1,15 @@ +[Desktop Entry] +Name=Monero GUI +GenericName=Monero-GUI +X-GNOME-FullName=Monero-GUI +Comment=Monero GUI +Keywords=Monero; +Exec=monero-wallet-gui %u +Terminal=false +Type=Application +Icon=monero-gui +Categories=Network;GNOME;Qt; +MimeType=x-scheme-handler/monero;x-scheme-handler/moneroseed +StartupNotify=true +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-UsesNotifications=true