[arch-commits] Commit in gnucash/trunk (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Thu Nov 20 07:13:21 UTC 2008
Date: Thursday, November 20, 2008 @ 02:13:21
Author: aaron
Revision: 19313
upgpkg: gnucash 2.2.7-2
Fix dependency and build issues. Add md5sums
Modified:
gnucash/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-20 06:33:09 UTC (rev 19312)
+++ PKGBUILD 2008-11-20 07:13:21 UTC (rev 19313)
@@ -4,16 +4,18 @@
pkgname=gnucash
pkgver=2.2.7
-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.2' 'libgnomeprintui' 'guile' 'gconf>=2.18.0.1-4')
-makedepends=('texinfo' 'intltool')
+depends=('gtkhtml' 'slib' 'goffice>=0.6.5' 'guile')
+makedepends=('texinfo' 'intltool' 'iso-codes') #remove iso-codes when FS#12081 is closed
+optdepends=('evince: for print preview')
options=('!libtool' '!makeflags')
install=${pkgname}.install
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6ffb49df7b1a2a83538ccf5bb543b5ae')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
More information about the arch-commits
mailing list