[arch-commits] Commit in gnucash/repos (extra-i686 extra-i686/PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Thu Nov 20 07:13:47 UTC 2008
Date: Thursday, November 20, 2008 @ 02:13:47
Author: aaron
Revision: 19314
Merged revisions 19313 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/gnucash/trunk
........
r19313 | aaron | 2008-11-20 01:13:21 -0600 (Thu, 20 Nov 2008) | 2 lines
upgpkg: gnucash 2.2.7-2
Fix dependency and build issues. Add md5sums
........
Modified:
gnucash/repos/extra-i686/ (properties)
gnucash/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Property changes on: gnucash/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /gnucash/trunk:1-18337
+ /gnucash/trunk:1-19313
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-20 07:13:21 UTC (rev 19313)
+++ extra-i686/PKGBUILD 2008-11-20 07:13:47 UTC (rev 19314)
@@ -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