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

Jan de Groot jgc at archlinux.org
Sun Apr 22 17:31:53 UTC 2007


    Date: Sunday, April 22, 2007 @ 13:31:53
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-build

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: gnome-build 0.1.5-2
Move to /usr


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: extra/gnome/gnome-build/PKGBUILD
diff -u extra/gnome/gnome-build/PKGBUILD:1.7 extra/gnome/gnome-build/PKGBUILD:1.8
--- extra/gnome/gnome-build/PKGBUILD:1.7	Mon Apr  2 18:27:06 2007
+++ extra/gnome/gnome-build/PKGBUILD	Sun Apr 22 13:31:53 2007
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD,v 1.7 2007/04/02 22:27:06 jgc Exp $
-# Maintainer: Arjan Timmerman <arjan at soulfly.nl>
+# $Id: PKGBUILD,v 1.8 2007/04/22 17:31:53 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-build
 pkgver=0.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome build framework"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gdl>=0.7.3')
+depends=('gdl>=0.7.3-2')
 makedepends=('pkgconfig')
 options=('nolibtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('871521c7a78a2a0e6b684685e7925e8f')
 
 build() {
-  export MAKEFLAGS="-j1"
   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