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

Eric Bélanger eric at archlinux.org
Mon Jan 16 05:25:50 UTC 2012


    Date: Monday, January 16, 2012 @ 00:25:49
  Author: eric
Revision: 146666

upgpkg: gnucash 2.4.9-1

Upstream update, Remove empty directories

Modified:
  gnucash/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-15 21:21:39 UTC (rev 146665)
+++ PKGBUILD	2012-01-16 05:25:49 UTC (rev 146666)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider <queueRAM at gmail.com>
 
 pkgname=gnucash
-pkgver=2.4.8
+pkgver=2.4.9
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
@@ -14,21 +14,23 @@
 optdepends=('evince: for print preview'
             'perl-finance-quote: for stock information lookups'
             'perl-date-manip: for stock information lookups')
-options=('!libtool' '!makeflags')
+options=('!libtool' '!makeflags' '!emptydirs')
 install=gnucash.install
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('cdd8793bc8e8cbb433a0237007023f4973a51781')
+sha1sums=('a0ed6532e53164b7dc9a319d6503c6563310b878')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --sysconfdir=/etc --libexecdir=/usr/lib --enable-ofx --enable-aqbanking
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+    --libexecdir=/usr/lib --disable-schemas-install --enable-ofx --enable-aqbanking
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
 
   install -dm755 "${pkgdir}/usr/share/gconf/schemas"
   gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas




More information about the arch-commits mailing list