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

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


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

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: gnome-vfsmm 2.18.0-2
MOve to /usr


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/gnome/gnome-vfsmm/PKGBUILD
diff -u extra/gnome/gnome-vfsmm/PKGBUILD:1.12 extra/gnome/gnome-vfsmm/PKGBUILD:1.13
--- extra/gnome/gnome-vfsmm/PKGBUILD:1.12	Thu Mar 22 17:36:58 2007
+++ extra/gnome/gnome-vfsmm/PKGBUILD	Sun Apr 22 12:40:42 2007
@@ -1,13 +1,14 @@
-#$Id: PKGBUILD,v 1.12 2007/03/22 21:36:58 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
+#$Id: PKGBUILD,v 1.13 2007/04/22 16:40:42 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=gnome-vfsmm
 pkgver=2.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ wrapper for gnome-vfs."
 arch=(i686 x86_64)
-depends=('gnome-vfs>=2.18.0' 'glibmm>=2.12.7')
+license=('LGPL')
+depends=('gnome-vfs>=2.18.1' 'glibmm>=2.12.8')
 makedepends=('pkgconfig')
 options=('nolibtool')
 url="http://gtkmm.sourceforge.net/"
@@ -15,10 +16,9 @@
 md5sums=('1c5c0ef2ffcf52e682375fa11facebbf')
 
 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