# 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")
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
[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