[arch-commits] CVS update of extra/gnome/gdl (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 16:48:25 UTC 2007


    Date: Sunday, April 22, 2007 @ 12:48:25
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gdl

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: gdl 0.7.3-2
Move to /usr


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: extra/gnome/gdl/PKGBUILD
diff -u extra/gnome/gdl/PKGBUILD:1.10 extra/gnome/gdl/PKGBUILD:1.11
--- extra/gnome/gdl/PKGBUILD:1.10	Mon Apr  2 18:19:28 2007
+++ extra/gnome/gdl/PKGBUILD	Sun Apr 22 12:48:25 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.10 2007/04/02 22:19:28 jgc Exp $
+# $Id: PKGBUILD,v 1.11 2007/04/22 16:48:25 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdl
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Devtool Libraries"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libgnomeui>=2.18.1')
+depends=('libgnomeui>=2.18.1-2')
 makedepends=('pkgconfig')
 options=('nolibtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/${pkgname}-${pkgver}.tar.bz2)
@@ -15,7 +15,8 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome --disable-static
+  ./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