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

Jan de Groot jgc at archlinux.org
Sun Apr 22 16:40:30 UTC 2007


    Date: Sunday, April 22, 2007 @ 12:40:30
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gconfmm

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: gconfmm 2.18.0-2
Move to /usr


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


Index: extra/gnome/gconfmm/PKGBUILD
diff -u extra/gnome/gconfmm/PKGBUILD:1.16 extra/gnome/gconfmm/PKGBUILD:1.17
--- extra/gnome/gconfmm/PKGBUILD:1.16	Thu Mar 22 17:22:42 2007
+++ extra/gnome/gconfmm/PKGBUILD	Sun Apr 22 12:40:30 2007
@@ -1,13 +1,14 @@
-#$Id: PKGBUILD,v 1.16 2007/03/22 21:22:42 jgc Exp $
+#$Id: PKGBUILD,v 1.17 2007/04/22 16:40:30 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=gconfmm
 pkgver=2.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ wrapper for gconf."
 arch=(i686 x86_64)
-depends=('gconf>=2.18.0.1' 'glibmm>=2.12.7')
+license=('LGPL')
+depends=('gconf>=2.18.0.1-2' 'glibmm>=2.12.8')
 makedepends=('pkgconfig' 'gtkmm>=2.10.8')
 options=('nolibtool')
 url="http://gtkmm.sourceforge.net/"
@@ -15,10 +16,9 @@
 md5sums=('0771dde14af1443f9ac142010eb3d403')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list