[arch-commits] Commit in yubioath-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Oct 13 16:06:27 UTC 2019


    Date: Sunday, October 13, 2019 @ 16:06:27
  Author: ffy00
Revision: 515321

archrelease: copy trunk to community-x86_64

Added:
  yubioath-desktop/repos/community-x86_64/PKGBUILD
    (from rev 515320, yubioath-desktop/trunk/PKGBUILD)
Deleted:
  yubioath-desktop/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-13 16:05:54 UTC (rev 515320)
+++ PKGBUILD	2019-10-13 16:06:27 UTC (rev 515321)
@@ -1,40 +0,0 @@
-# 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
-}
-

Copied: yubioath-desktop/repos/community-x86_64/PKGBUILD (from rev 515320, yubioath-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-13 16:06:27 UTC (rev 515321)
@@ -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=4
+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/yubioath.svg "$pkgdir"/usr/share/pixmaps/yubioath.svg
+    install -Dm 755 resources/yubioath-desktop.desktop "$pkgdir"/usr/share/applications/yubioath-desktop.desktop
+}
+



More information about the arch-commits mailing list