Date: Tuesday, June 4, 2013 @ 18:14:10 Author: bpiotrowski Revision: 187153
upgpkg: gnucash 2.4.13-1 - upstream release - rebuild against guile1.8 Modified: gnucash/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-04 16:06:29 UTC (rev 187152) +++ PKGBUILD 2013-06-04 16:14:10 UTC (rev 187153) @@ -3,8 +3,8 @@ # Contributor: Mark Schneider <queue...@gmail.com> pkgname=gnucash -pkgver=2.4.11 -pkgrel=2 +pkgver=2.4.13 +pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64') url="http://www.gnucash.org" @@ -17,10 +17,16 @@ options=('!libtool' '!makeflags' '!emptydirs') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('c157ad7ea0960c71966f5071acd9018580ece538') +sha1sums=('cd28d4e7d84d71ade56173734d634ccadc59ed81') +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|guile-config|guile-config1.8|g' configure +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" + export GUILE=/usr/bin/guile1.8 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \ --libexecdir=/usr/lib --disable-schemas-install --enable-ofx --enable-aqbanking make