[arch-commits] CVS update of extra/office/gnucash (PKGBUILD gnucash.install)

Aaron Griffin aaron at archlinux.org
Fri Mar 28 19:52:26 UTC 2008


    Date: Friday, March 28, 2008 @ 15:52:26
  Author: aaron
    Path: /home/cvs-extra/extra/office/gnucash

Modified: PKGBUILD (1.3 -> 1.4) gnucash.install (1.2 -> 1.3)

upgpkg: gnucash 2.2.4-2
    Complete GNOME package standards, and rebuild


-----------------+
 PKGBUILD        |   10 ++++++----
 gnucash.install |    2 ++
 2 files changed, 8 insertions(+), 4 deletions(-)


Index: extra/office/gnucash/PKGBUILD
diff -u extra/office/gnucash/PKGBUILD:1.3 extra/office/gnucash/PKGBUILD:1.4
--- extra/office/gnucash/PKGBUILD:1.3	Thu Mar 27 12:59:39 2008
+++ extra/office/gnucash/PKGBUILD	Fri Mar 28 15:52:26 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.3 2008/03/27 16:59:39 aaron Exp $
+# $Id: PKGBUILD,v 1.4 2008/03/28 19:52:26 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: Mark Schneider <queueRAM at gmail.com>
 
@@ -9,8 +9,9 @@
 arch=(i686 x86_64)
 url="http://www.gnucash.org"
 license=("GPL")
-depends=('gtkhtml' 'swig' 'slib' 'goffice>=0.6.2' 'libgnomeprintui' 'guile')
-makedepends=('texinfo' 'intltool')
+depends=('gtkhtml>=3.18.0' 'swig' 'slib' 'goffice>=0.6.2' 'libgnomeprintui>=2.18.2'
+        'guile>=1.8.4' 'desktop-file-utils>=0.14' 'gconf>=2.18.0.1-4')
+makedepends=('texinfo' 'perlxml' 'gnome-doc-utils>=0.11.2')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
@@ -19,7 +20,8 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname
 
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
Index: extra/office/gnucash/gnucash.install
diff -u extra/office/gnucash/gnucash.install:1.2 extra/office/gnucash/gnucash.install:1.3
--- extra/office/gnucash/gnucash.install:1.2	Thu Mar 27 12:59:39 2008
+++ extra/office/gnucash/gnucash.install	Fri Mar 28 15:52:26 2008
@@ -3,6 +3,7 @@
 post_install() {
     usr/sbin/gconfpkg --install ${pkgname}
     update-desktop-database -q
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -19,5 +20,6 @@
 
 post_remove() {
     update-desktop-database -q
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 




More information about the arch-commits mailing list