[arch-commits] Commit in gnucash/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Aaron Griffin aaron at archlinux.org
Fri Mar 6 21:40:28 UTC 2009


    Date: Friday, March 6, 2009 @ 16:40:28
  Author: aaron
Revision: 29232

Merged revisions 27849 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/gnucash/trunk

........
  r27849 | aaron | 2009-02-26 15:02:13 -0800 (Thu, 26 Feb 2009) | 2 lines
  
  upgpkg: gnucash 2.2.9-1
      Add optdepends and fully enable libofx
........

Modified:
  gnucash/repos/extra-x86_64/	(properties)
  gnucash/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


Property changes on: gnucash/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnucash/trunk:1-27795
   + /gnucash/trunk:1-29231

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-06 21:18:08 UTC (rev 29231)
+++ extra-x86_64/PKGBUILD	2009-03-06 21:40:28 UTC (rev 29232)
@@ -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