[arch-commits] Commit in monero-gui/repos/community-x86_64 (4 files)

Kpcyrd kpcyrd at archlinux.org
Fri Jan 8 17:10:53 UTC 2021


    Date: Friday, January 8, 2021 @ 17:10:52
  Author: kpcyrd
Revision: 814016

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
    (from rev 814015, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
    (from rev 814015, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

--------------------+
 PKGBUILD           |  140 +++++++++++++++++++++++++--------------------------
 monero-gui.desktop |   30 +++++-----
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-08 17:10:34 UTC (rev 814015)
+++ PKGBUILD	2021-01-08 17:10:52 UTC (rev 814016)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=monero-gui
-pkgver=0.17.1.8
-_commit=8e6a2cde0fd0e8c2a71456ea8bb36db49116d705
-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'
-    '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/monero-project/unbound.git"
-    "git+https://github.com/monero-project/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'
-            'SKIP'
-            '8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi1111 <luigi1111w at gmail.com>
-  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / Snipa22) <snipa at jagtech.io>
-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  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 submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/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 814015, monero-gui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-08 17:10:52 UTC (rev 814016)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=monero-gui
+pkgver=0.17.1.9
+_commit=3ca5f10fa8ce901a94188d4c76c5e5e8e8bf3ff2
+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'
+    '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/monero-project/unbound.git"
+    "git+https://github.com/monero-project/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'
+            'SKIP'
+            '8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
+validpgpkeys=(
+  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi1111 <luigi1111w at gmail.com>
+  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / Snipa22) <snipa at jagtech.io>
+)
+
+prepare() {
+  cd "${pkgname}"
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+  cd monero
+  git config submodule.external/unbound.url "$srcdir/unbound"
+  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 submodule update
+}
+
+build() {
+  cd "${pkgname}"
+  ARCH=default make release
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 build/release/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	2021-01-08 17:10:34 UTC (rev 814015)
+++ monero-gui.desktop	2021-01-08 17:10:52 UTC (rev 814016)
@@ -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
-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 814015, monero-gui/trunk/monero-gui.desktop)
===================================================================
--- monero-gui.desktop	                        (rev 0)
+++ monero-gui.desktop	2021-01-08 17:10:52 UTC (rev 814016)
@@ -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
+Categories=Network;GNOME;Qt;
+MimeType=x-scheme-handler/monero;x-scheme-handler/moneroseed
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-UsesNotifications=true



More information about the arch-commits mailing list