[arch-commits] Commit in yubioath-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Oct 13 08:38:50 UTC 2019
Date: Sunday, October 13, 2019 @ 08:38:48
Author: ffy00
Revision: 515290
archrelease: copy trunk to community-x86_64
Added:
yubioath-desktop/repos/community-x86_64/PKGBUILD
(from rev 515289, yubioath-desktop/trunk/PKGBUILD)
Deleted:
yubioath-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 40 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-13 08:37:15 UTC (rev 515289)
+++ PKGBUILD 2019-10-13 08:38:48 UTC (rev 515290)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=yubioath-desktop
-pkgdesc='Yubico Authenticator for Desktop'
-pkgver=5.0.0
-pkgrel=2
-arch=('x86_64')
-url='https://github.com/Yubico/yubioath-desktop'
-license=('BSD2' 'custom')
-depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2'
- 'python-pyotherside' 'qt5-graphicaleffects' 'ccid' 'pcsclite')
-makedepends=('python')
-source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha512sums=('10d1e0daf374b825ca8db3facbf7007815ebc411c24e1d9e1bbb3353d8e87fac4f6be44769c823c8ab11e2178dca3db39c639dc703d7726f91dc7019c2b4f142')
-
-build() {
- cd $pkgname-$pkgname-$pkgver
-
- qmake . \
- PREFIX='/usr' \
- QMAKE_CFLAGS_RELEASE="$CFLAGS" \
- QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
-
- make
-}
-
-package() {
- cd $pkgname-$pkgname-$pkgver
-
- make INSTALL_ROOT="$pkgdir" install
-
- install -Dm 644 debian/copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
- install -Dm 644 images/yubioath at 2x.png "$pkgdir"/usr/share/licenses/$pkgname/yubioauth.png
- install -Dm 755 resources/yubioath-desktop.desktop "$pkgdir"/usr/share/applications/yubioath-desktop.desktop
-}
-
Copied: yubioath-desktop/repos/community-x86_64/PKGBUILD (from rev 515289, yubioath-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-13 08:38:48 UTC (rev 515290)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=yubioath-desktop
+pkgdesc='Yubico Authenticator for Desktop'
+pkgver=5.0.0
+pkgrel=3
+arch=('x86_64')
+url='https://github.com/Yubico/yubioath-desktop'
+license=('BSD 2-Clause')
+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 <dag at yubico.com>
+ '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg <emil at 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 debian/copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+ install -Dm 644 images/yubioath at 2x.png "$pkgdir"/usr/share/pixmaps/$pkgname/yubioauth.png
+ install -Dm 755 resources/yubioath-desktop.desktop "$pkgdir"/usr/share/applications/yubioath-desktop.desktop
+}
+
More information about the arch-commits
mailing list