[arch-commits] CVS update of extra/lib/goffice (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Wed Jan 16 06:22:01 UTC 2008
Date: Wednesday, January 16, 2008 @ 01:22:01
Author: aaron
Path: /home/cvs-extra/extra/lib/goffice
Modified: PKGBUILD (1.10 -> 1.11)
upgpkg: goffice 0.6.1-1
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Index: extra/lib/goffice/PKGBUILD
diff -u extra/lib/goffice/PKGBUILD:1.10 extra/lib/goffice/PKGBUILD:1.11
--- extra/lib/goffice/PKGBUILD:1.10 Mon Oct 22 00:14:53 2007
+++ extra/lib/goffice/PKGBUILD Wed Jan 16 01:22:01 2008
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD,v 1.10 2007/10/22 04:14:53 aaron Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/16 06:22:01 aaron Exp $
# Maintainer: Aaron Griffin <aaron at archlinux.org>
pkgname=goffice
-pkgver=0.5.1
+pkgver=0.6.1
pkgrel=1
-pkgdesc="library of document-centric objects and utilities building on top of GLib and Gtk+"
+pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
arch=(i686 x86_64)
license=('GPL')
-depends=('libgnomeui>=2.18.1-2' 'libgsf-gnome>=1.14.6')
-makedepends=('perlxml' 'pkgconfig')
+depends=('libgnomeui>=2.20' 'libgsf-gnome>=1.14')
+# gtk-doc is needed because you can't shut off doc building it seems
+makedepends=('perlxml' 'pkgconfig' 'gtk-doc')
url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('faa72fc615f34b4da8c72d06420f5260')
options=(!libtool)
build() {
@@ -20,4 +22,3 @@
make || return 1
make DESTDIR=${startdir}/pkg install
}
-md5sums=('1d04c916493ee8c0838b51f760db154e')
More information about the arch-commits
mailing list