[arch-commits] Commit in yubioath-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Wed Apr 15 22:36:05 UTC 2020
Date: Wednesday, April 15, 2020 @ 22:36:04
Author: ffy00
Revision: 615072
archrelease: copy trunk to community-x86_64
Added:
yubioath-desktop/repos/community-x86_64/PKGBUILD
(from rev 615071, yubioath-desktop/trunk/PKGBUILD)
Deleted:
yubioath-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 22:35:50 UTC (rev 615071)
+++ PKGBUILD 2020-04-15 22:36:04 UTC (rev 615072)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=yubioath-desktop
-pkgdesc='Yubico Authenticator for Desktop'
-pkgver=5.0.2
-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 <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 resources/icons/com.yubico.yubioath.svg "$pkgdir"/usr/share/pixmaps/com.yubico.yubioath.svg
- install -Dm 755 resources/yubioath-desktop.desktop "$pkgdir"/usr/share/applications/yubioath-desktop.desktop
-}
-
Copied: yubioath-desktop/repos/community-x86_64/PKGBUILD (from rev 615071, yubioath-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-15 22:36:04 UTC (rev 615072)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at 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 <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 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
+}
+
More information about the arch-commits
mailing list