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

Angel Velásquez angvp at archlinux.org
Sat Feb 19 15:05:56 UTC 2011


    Date: Saturday, February 19, 2011 @ 10:05:55
  Author: angvp
Revision: 110450

upgpkg: gnucash 2.4.2-2
Fixing FS#22961

Modified:
  gnucash/trunk/PKGBUILD
  gnucash/trunk/gnucash.install

-----------------+
 PKGBUILD        |    7 ++++---
 gnucash.install |    1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 13:31:40 UTC (rev 110449)
+++ PKGBUILD	2011-02-19 15:05:55 UTC (rev 110450)
@@ -4,13 +4,14 @@
 
 pkgname=gnucash
 pkgver=2.4.2
-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>=3.32.1' 'slib' 'goffice>=0.8.12' 'guile' 'libofx'
-         'libgnomeui>=2.24.4' 'hicolor-icon-theme' 'libdbi' 'aqbanking')
+depends=('gtkhtml' 'slib' 'goffice' 'guile' 'libofx'
+         'libgnomeui' 'hicolor-icon-theme' 'libdbi' 'aqbanking'
+         'desktop-file-utils')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
             'gnucash-docs: (AUR) for user documentation'

Modified: gnucash.install
===================================================================
--- gnucash.install	2011-02-19 13:31:40 UTC (rev 110449)
+++ gnucash.install	2011-02-19 15:05:55 UTC (rev 110450)
@@ -9,6 +9,7 @@
   for f in ${info_files[@]}; do
     usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
   done
+  update-desktop-database -q
 }
 
 pre_upgrade() {




More information about the arch-commits mailing list