[arch-commits] Commit in gnucash/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Mar 22 06:23:05 UTC 2009


    Date: Sunday, March 22, 2009 @ 02:23:05
  Author: eric
Revision: 30839

upgpkg: gnucash 2.2.9-2
    Changed texinfo makedepends to depends (close FS#13005), Removed /usr/libexec directory (close FS#13793)

Modified:
  gnucash/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-22 02:46:54 UTC (rev 30838)
+++ PKGBUILD	2009-03-22 06:23:05 UTC (rev 30839)
@@ -4,15 +4,14 @@
 
 pkgname=gnucash
 pkgver=2.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A personal and small-business financial-accounting application"
 arch=(i686 x86_64)
 url="http://www.gnucash.org"
 license=("GPL")
-depends=('gtkhtml' 'slib' 'goffice>=0.6.5' 'guile' 'libofx' 'gconf>=2.24')
-makedepends=('texinfo' 'intltool')
+depends=('gtkhtml' 'slib' 'goffice>=0.6.5' 'guile' 'libofx' 'gconf>=2.24' 'texinfo')
+makedepends=('intltool')
 optdepends=('evince: for print preview'
-            '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')
@@ -24,7 +23,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man \
-        --sysconfdir=/etc --enable-ofx
+        --sysconfdir=/etc --libexecdir=/usr/lib --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