Date: Sunday, May 17, 2020 @ 22:20:52 Author: ffy00 Revision: 629086 archrelease: copy trunk to community-x86_64
Added: yubioath-desktop/repos/community-x86_64/PKGBUILD (from rev 629085, yubioath-desktop/trunk/PKGBUILD) Deleted: yubioath-desktop/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 82 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-17 22:20:48 UTC (rev 629085) +++ PKGBUILD 2020-05-17 22:20:52 UTC (rev 629086) @@ -1,41 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> - -pkgname=yubioath-desktop -pkgdesc='Yubico Authenticator for Desktop' -pkgver=5.0.3 -pkgrel=1 -arch=('x86_64') -url='https://github.com/Yubico/yubioath-desktop' -license=('BSD') -depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' - 'python-pyotherside' 'qt5-graphicaleffects' 'ccid' 'pcsclite' - 'yubikey-manager') -makedepends=('git' 'python') -source=("git+$url.git#tag=$pkgname-$pkgver?signed") -validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3' # Dag Heyman <d...@yubico.com> - '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg <e...@yubico.com> -sha512sums=('SKIP') - -build() { - cd $pkgname - - qmake . \ - PREFIX=/usr \ - QMAKE_CFLAGS_RELEASE="$CFLAGS" \ - QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" - - make -} - -package() { - cd $pkgname - - make INSTALL_ROOT="$pkgdir" install - - install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - install -Dm 644 resources/icons/com.yubico.yubioath.svg "$pkgdir"/usr/share/pixmaps/com.yubico.yubioath.svg - install -Dm 755 resources/com.yubico.yubioath.desktop "$pkgdir"/usr/share/applications/com.yubico.yubioath.desktop - install -Dm 755 resources/com.yubico.yubioath.appdata.xml "$pkgdir"/usr/share/metainfo/com.yubico.yubioath.appdata.xml -} - Copied: yubioath-desktop/repos/community-x86_64/PKGBUILD (from rev 629085, yubioath-desktop/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-17 22:20:52 UTC (rev 629086) @@ -0,0 +1,41 @@ +# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> + +pkgname=yubioath-desktop +pkgdesc='Yubico Authenticator for Desktop' +pkgver=5.0.4 +pkgrel=1 +arch=('x86_64') +url='https://github.com/Yubico/yubioath-desktop' +license=('BSD') +depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' + 'python-pyotherside' 'qt5-graphicaleffects' 'ccid' 'pcsclite' + 'yubikey-manager') +makedepends=('git' 'python') +source=("git+$url.git#tag=$pkgname-$pkgver?signed") +validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3' # Dag Heyman <d...@yubico.com> + '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg <e...@yubico.com> +sha512sums=('SKIP') + +build() { + cd $pkgname + + qmake . \ + PREFIX=/usr \ + QMAKE_CFLAGS_RELEASE="$CFLAGS" \ + QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" + + make +} + +package() { + cd $pkgname + + make INSTALL_ROOT="$pkgdir" install + + install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + install -Dm 644 resources/icons/com.yubico.yubioath.svg "$pkgdir"/usr/share/pixmaps/com.yubico.yubioath.svg + install -Dm 755 resources/com.yubico.yubioath.desktop "$pkgdir"/usr/share/applications/com.yubico.yubioath.desktop + install -Dm 755 resources/com.yubico.yubioath.appdata.xml "$pkgdir"/usr/share/metainfo/com.yubico.yubioath.appdata.xml +} +