Date: Wednesday, February 8, 2017 @ 21:30:56
  Author: eworm
Revision: 211306

upgpkg: yubikey-manager-qt 0.3.0.r9.gd14158c0-2

install desktop and icon file

Modified:
  yubikey-manager-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-08 21:25:47 UTC (rev 211305)
+++ PKGBUILD    2017-02-08 21:30:56 UTC (rev 211306)
@@ -4,7 +4,7 @@
 pkgname=yubikey-manager-qt
 _commit='d14158c0'
 pkgver="0.3.0.r9.g${_commit}"
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
 arch=('i686' 'x86_64')
 url='https://developers.yubico.com/yubikey-manager-qt/'
@@ -48,5 +48,8 @@
        cd yubikey-manager-qt/
 
        make INSTALL_ROOT="${pkgdir}/" install
+
+       install -D -m0644 resources/ykman-gui.desktop 
"${pkgdir}/usr/share/applications/ykman-gui.desktop"
+       install -D -m0644 resources/icons/ykman.png 
"${pkgdir}/usr/share/pixmaps/ykman.png"
 }
 

Reply via email to