diff --git a/PKGBUILD b/PKGBUILD index cd94c5d..11de9cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,14 @@ # Contributor: wowario 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 diff --git a/src/assets/feather.desktop b/src/assets/feather.desktop index 56a851c..f8641e3 100644 --- a/src/assets/feather.desktop +++ b/src/assets/feather.desktop @@ -1,14 +1,12 @@ [Desktop Entry] -Comment=Lightweight Monero Wallet -Exec=feather -GenericName[en_US]=Monero Wallet -GenericName=Monero Wallet -Icon=feather -Name[en_US]=Feather -Name=Feather -Categories=Finance;Network; -StartupNotify=false -StartupWMClass=feather -Terminal=false Type=Application +Name=Feather +GenericName=Monero Wallet +Comment=A free Monero desktop wallet +Icon=feather +Exec=feather +Terminal=false MimeType=x-scheme-handler/monero; +Categories=Network; +StartupNotify=false +StartupWMClass=feather \ No newline at end of file