[arch-commits] CVS update of extra/lib/goffice (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 17:50:14 UTC 2007


    Date: Sunday, April 22, 2007 @ 13:50:14
  Author: jgc
    Path: /home/cvs-extra/extra/lib/goffice

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: goffice 0.2.2-2
Move to /usr


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


Index: extra/lib/goffice/PKGBUILD
diff -u extra/lib/goffice/PKGBUILD:1.6 extra/lib/goffice/PKGBUILD:1.7
--- extra/lib/goffice/PKGBUILD:1.6	Sat Dec 23 13:58:55 2006
+++ extra/lib/goffice/PKGBUILD	Sun Apr 22 13:50:14 2007
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.6 2006/12/23 18:58:55 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/04/22 17:50:14 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
+
 pkgname=goffice
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="library of document-centric objects and utilities building on top of GLib and Gtk+"
 arch=(i686 x86_64)
-depends=('libgnomeui>=2.16.0' 'libgsf-gnome>=1.14.3' 'libgnomeprint')
-makedepends=('intltool' 'pkgconfig')
+license=('GPL')
+depends=('libgnomeui>=2.18.1-2' 'libgsf-gnome>=1.14.3-2' 'libgnomeprint>=2.18.0')
+makedepends=('perlxml' 'pkgconfig')
 options=('nolibtool')
-groups=('gnome-extra')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('a2bffd6eeb7609ea19936c8f6efb46fc')
 
 build() {
-  [ -z ${GNOMEDIR} ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list