]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Fix PKGBUILD
authortobtoht <thotbot@protonmail.com>
Wed, 14 Jul 2021 16:02:50 +0000 (18:02 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 14 Jul 2021 16:02:50 +0000 (18:02 +0200)
PKGBUILD
src/assets/feather.desktop

index cd94c5d3156cef4d18c7b1f587e6319f902944f8..11de9ccbb1cc5c32fef288a018118c509d5e948d 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
 # Contributor: wowario <wowario[at]protonmail[dot]com>
 
 pkgname='monero-feather-git'
-pkgver=0.5.0.d1bb4c143f
+pkgver=0.8.0.d3791cbd26
 pkgrel=1
-pkgdesc='a free Monero desktop wallet'
+pkgdesc='A free Monero desktop wallet'
 license=('BSD')
 arch=('x86_64')
 url="https://featherwallet.org"
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'miniupnpc' 'libgcrypt' 'qrencode' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'libzip')
+depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'zeromq' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'libgcrypt'
+    'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar')
 makedepends=('git' 'cmake' 'boost')
 
 source=("${pkgname}"::"git+https://git.featherwallet.org/feather/feather")
@@ -18,15 +19,12 @@ sha256sums=('SKIP')
 build() {
   cd "${srcdir}/${pkgname}"
   git submodule update --init --recursive
-  mkdir -p build
-  cd build
-  cmake ..
-  make
+  make release
 }
 
 package_monero-feather-git() {
   install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 "${srcdir}/${pkgname}/build/bin/feather" "${pkgdir}/usr/bin/feather"
+  install -Dm755 "${srcdir}/${pkgname}/build/release/bin/feather" "${pkgdir}/usr/bin/feather"
   install -Dm644 "${srcdir}/${pkgname}/src/assets/feather.desktop" "${pkgdir}/usr/share/applications/feather.desktop"
   install -Dm644 "${srcdir}/${pkgname}/src/assets/images/feather.png" "${pkgdir}/usr/share/pixmaps/feather.png"
-}
+}
\ No newline at end of file
index 56a851c21e2b4222c327bd4791c266cd40ae8eee..f8641e3ab8cb9d79951b755afd404eb9ae5df9d0 100644 (file)
@@ -1,14 +1,12 @@
 [Desktop Entry]
-Comment=Lightweight Monero Wallet
-Exec=feather
-GenericName[en_US]=Monero Wallet
+Type=Application
+Name=Feather
 GenericName=Monero Wallet
+Comment=A free Monero desktop wallet
 Icon=feather
-Name[en_US]=Feather
-Name=Feather
-Categories=Finance;Network;
-StartupNotify=false
-StartupWMClass=feather
+Exec=feather
 Terminal=false
-Type=Application
 MimeType=x-scheme-handler/monero;
+Categories=Network;
+StartupNotify=false
+StartupWMClass=feather
\ No newline at end of file