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

Jan de Groot jgc at archlinux.org
Sun Apr 22 13:56:56 UTC 2007


    Date: Sunday, April 22, 2007 @ 09:56:56
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-vfs-monikers

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: gnome-vfs-monikers 2.15.3-2
Move to /usr


----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)


Index: extra/gnome/gnome-vfs-monikers/PKGBUILD
diff -u extra/gnome/gnome-vfs-monikers/PKGBUILD:1.1 extra/gnome/gnome-vfs-monikers/PKGBUILD:1.2
--- extra/gnome/gnome-vfs-monikers/PKGBUILD:1.1	Thu Sep 28 08:06:41 2006
+++ extra/gnome/gnome-vfs-monikers/PKGBUILD	Sun Apr 22 09:56:56 2007
@@ -1,26 +1,24 @@
-# $Id: PKGBUILD,v 1.1 2006/09/28 12:06:41 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# 	      Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.2 2007/04/22 13:56:56 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-vfs-monikers
 pkgver=2.15.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Virtual File System"
 arch=(i686 x86_64)
-depends=('libbonobo>=2.16.0' 'gnome-vfs>=2.16.0')
-makedepends=('intltool' 'pkgconfig')
-options=('nolibtool')
 license=(GPL)
+depends=('libbonobo>=2.18.0-2' 'gnome-vfs>=2.18.1')
+makedepends=('perlxml' 'pkgconfig')
+options=('nolibtool')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.15/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('b16f0db0482263be3318e269f52bb5b6')
 
 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 \
+	      --libexecdir=/usr/lib/gnome-vfs-2.0
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  rm -f ${startdir}/pkg/opt/gnome/lib/bonobo/monikers/*.a
 }




More information about the arch-commits mailing list