[arch-commits] Commit in gnucash/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Aaron Griffin aaron at archlinux.org
Thu Nov 20 07:16:32 UTC 2008


    Date: Thursday, November 20, 2008 @ 02:16:32
  Author: aaron
Revision: 19315

Merged revisions 19313 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/gnucash/trunk

........
  r19313 | aaron | 2008-11-19 23:13:21 -0800 (Wed, 19 Nov 2008) | 2 lines
  
  upgpkg: gnucash 2.2.7-2
      Fix dependency and build issues. Add md5sums
........

Modified:
  gnucash/repos/extra-x86_64/	(properties)
  gnucash/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Property changes on: gnucash/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /gnucash/trunk:1-18853
   + /gnucash/trunk:1-19314

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-11-20 07:13:47 UTC (rev 19314)
+++ extra-x86_64/PKGBUILD	2008-11-20 07:16:32 UTC (rev 19315)
@@ -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