Date: Wednesday, September 16, 2020 @ 23:33:49
  Author: freswa
Revision: 708422

archrelease: copy trunk to community-testing-x86_64

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

--------------------+
 PKGBUILD           |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 monero-gui.desktop |   15 +++++++++++++++
 2 files changed, 64 insertions(+)

Copied: monero-gui/repos/community-testing-x86_64/PKGBUILD (from rev 708421, 
monero-gui/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-16 23:33:49 UTC (rev 708422)
@@ -0,0 +1,49 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=monero-gui
+pkgver=0.16.0.3
+_commit=3c690231350c32c7a364ce6729759547ef939cbe
+pkgrel=2
+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'
+    '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#commit=${_commit}";
+    "git+https://github.com/monero-project/monero";
+    "monero-gui.desktop"
+    
"fix-qt5_15_1-build.patch::https://github.com/monero-project/monero-gui/commit/1d2840f8b5fa46cbbcae2f58f3bdbd33ac49b1a4.patch";
+)
+sha512sums=('SKIP'
+            'SKIP'
+            
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8'
+            
'5490363e8c5b063dad7809d0616fd85890483790bfc19b6259c06c06a68a6300b99eab09e2cf43e1a8c527c63ad80d9921cf39c360c5ad14a177bf63a998ef72')
+
+prepare() {
+  cd "${pkgname}"
+  patch -Np1 < ../fix-qt5_15_1-build.patch
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+}
+
+build() {
+  cd "${pkgname}"
+  ARCH=default QT_SELECT=5 ./build.sh
+}
+
+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-testing-x86_64/monero-gui.desktop (from rev 
708421, monero-gui/trunk/monero-gui.desktop)
===================================================================
--- community-testing-x86_64/monero-gui.desktop                         (rev 0)
+++ community-testing-x86_64/monero-gui.desktop 2020-09-16 23:33:49 UTC (rev 
708422)
@@ -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

Reply via email to