[arch-commits] Commit in monero-gui/trunk (PKGBUILD monero-gui.desktop)

Kpcyrd kpcyrd at archlinux.org
Sun Jun 7 17:36:26 UTC 2020


    Date: Sunday, June 7, 2020 @ 17:36:26
  Author: kpcyrd
Revision: 640084

upgpkg: monero-gui 0.16.0.0-1

Added:
  monero-gui/trunk/monero-gui.desktop
Modified:
  monero-gui/trunk/PKGBUILD

--------------------+
 PKGBUILD           |   14 +++++++++-----
 monero-gui.desktop |   15 +++++++++++++++
 2 files changed, 24 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 16:47:40 UTC (rev 640083)
+++ PKGBUILD	2020-06-07 17:36:26 UTC (rev 640084)
@@ -1,23 +1,23 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=monero-gui
-pkgver=0.15.0.5
+pkgver=0.16.0.0
 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=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'unbound'
+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#tag=v${pkgver}"
     "git+https://github.com/monero-project/monero"
-    "https://github.com/monero-project/monero-gui/commit/5872bc8a2bdbf1f0b94374dc6f9c0f6f34aa65b9.patch"
+    "monero-gui.desktop"
 )
 sha512sums=('SKIP'
             'SKIP'
-            '6322e7dd9142da44a5e1b2102856c84a505c16fa988be36664adad2ae0a1aef068cb4b363a28a5cc51e61666cd3bcfca047394a8603d54c229cccf1ae4131053')
+            '8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
 
 prepare() {
   cd "${pkgname}"
@@ -24,7 +24,6 @@
   git submodule init
   git config submodule.monero.url "$srcdir/monero"
   git submodule update
-  patch --forward --strip=1 --input="${srcdir}/5872bc8a2bdbf1f0b94374dc6f9c0f6f34aa65b9.patch"
 }
 
 build() {
@@ -36,6 +35,11 @@
   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:

Added: monero-gui.desktop
===================================================================
--- monero-gui.desktop	                        (rev 0)
+++ monero-gui.desktop	2020-06-07 17:36:26 UTC (rev 640084)
@@ -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