Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77testing.git;a=commitdiff;h=9cc542265a1a8c3205b2b2d268066d6fe46ada80
commit 9cc542265a1a8c3205b2b2d268066d6fe46ada80 Author: DeX77 <[email protected]> Date: Tue Mar 18 22:32:59 2014 +0100 aqbanking-5.0.25-1-x86_64 * version bump + added option 'asneeded' * rebuilt with gwenhywfar and libchipcard bump diff --git a/source/lib-extra/aqbanking/FrugalBuild b/source/lib-extra/aqbanking/FrugalBuild index 35d53ff..821b4e6 100644 --- a/source/lib-extra/aqbanking/FrugalBuild +++ b/source/lib-extra/aqbanking/FrugalBuild @@ -1,23 +1,25 @@ # Compiling Time: 0.33 SBU # Maintainer: Christian Hamar alias krix <[email protected]> +options+=('asneeded') + pkgname=aqbanking -pkgver=5.0.22 +pkgver=5.0.25 pkgrel=1 pkgdesc="AqBanking is a library for online banking and financial applications." -depends=('libxml2' "gwenhywfar>=3.99.0" "libofx>=0.9.0" "libchipcard>=5.0.2" 'python-ctypes') +depends=('libxml2' "gwenhywfar>=4.3.3" "libofx>=0.9.0" "libchipcard>=5.0.2-4" 'python-ctypes') makedepends=('libqtgui' 'libqtnetwork' 'libqt3support' 'libqtsql' 'libqtxml' 'gtk+2' 'libglade' 'gmp') groups=('lib-extra') archs=('i686' 'x86_64') options=('scriptlet') up2date="lynx -dump http://www.aquamaniac.de/sites/download/packages.php | grep $pkgname | head -n1 | sed 's/.*-//;s/.tar.*//'" -source=(http://ftp.frugalware.org/pub/other/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz) +source=(http://downloads.sourceforge.net/project/gnucash/Dependencies/${pkgname}-${pkgver}.tar.gz) url="http://www2.aquamaniac.de/sites/$pkgname/index.php" -sha1sums=('b642259657a74716da97ad5cea7fedd76caff9d1') +sha1sums=('80314a6f6114a0a3f0062161bb38effc0f1f4b62') build() { - ## won't build without on an SMP system - unset MAKEFLAGS + ## won't build without on an SMP system + unset MAKEFLAGS Fbuild --enable-python --enable-release=yes \ --with-frontends="cbanking q4banking g2banking" # move docs to right place _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
