Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a6a8684019683f3b75ca59fd01d3f1cd7f9ea725
commit a6a8684019683f3b75ca59fd01d3f1cd7f9ea725 Author: DeX77 <[email protected]> Date: Wed May 18 23:56:53 2016 +0200 yubikey-neo-manager-1.4.0.gcd0de3a-1-x86_64 * version bump diff --git a/source/xapps-extra/yubikey-neo-manager/FrugalBuild b/source/xapps-extra/yubikey-neo-manager/FrugalBuild index 4e60b7c..537f4e3 100644 --- a/source/xapps-extra/yubikey-neo-manager/FrugalBuild +++ b/source/xapps-extra/yubikey-neo-manager/FrugalBuild @@ -2,22 +2,28 @@ # Compiling Time: 0.42 SBU pkgname=yubikey-neo-manager -pkgver=1.3.0 +pkgver=1.4.0.gcd0de3a pkgrel=1 pkgdesc='Cross platform personalization tool for the YubiKey NEO' archs=('i686' 'x86_64') groups=('xapps-extra') -depends=(libu2f-host libykneomgr pycrypto pyside-tools yubikey-personalization) -makedepends+=('asciidoc' 'docbook-xsl' 'python-distribute') +depends=(libu2f-host libykneomgr pycrypto pyside yubikey-personalization) +makedepends+=('asciidoc' 'docbook-xsl' 'python-distribute' 'git') _F_github_author="Yubico" _F_github_name="$pkgname" _F_github_ver="$pkgname-$pkgver" _F_github_tag="y" +_F_github_devel="yes" Finclude github -up2date="$up2date | cut -d '_' -f 4" -sha1sums=('84c6e853c973f9b237afb7df36cff0247eaaad39') build() { + Funpack_scm + + Fcd + Fexec git config --file=.gitmodules submodule.vendor/yubicommon.url ../python-yubicommon/ || Fdie + Fexec git submodule init || Fdie + Fexec git submodule update || Fdie + Fbuild qt_resources } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
