[arch-commits] Commit in gnucash/trunk (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Thu Feb 26 23:02:13 UTC 2009
Date: Thursday, February 26, 2009 @ 18:02:13
Author: aaron
Revision: 27849
upgpkg: gnucash 2.2.9-1
Add optdepends and fully enable libofx
Modified:
gnucash/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-26 21:30:19 UTC (rev 27848)
+++ PKGBUILD 2009-02-26 23:02:13 UTC (rev 27849)
@@ -12,8 +12,10 @@
depends=('gtkhtml' 'slib' 'goffice>=0.6.5' 'guile' 'libofx' 'gconf>=2.24')
makedepends=('texinfo' 'intltool')
optdepends=('evince: for print preview'
- 'texinfo: for info documentation'
- 'gnucash-docs: (in AUR) for user documentation')
+ 'texinfo: for supplied info documentation'
+ 'gnucash-docs: (AUR) for user documentation'
+ 'perl-finance-quote: for stock information lookups'
+ 'perl-date-manip: for stock information lookups')
options=('!libtool' '!makeflags')
install=gnucash.install
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
@@ -21,7 +23,8 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --sysconfdir=/etc --enable-ofx
make || return 1
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || return 1
More information about the arch-commits
mailing list