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

Jan de Groot jgc at archlinux.org
Mon Mar 10 23:08:23 UTC 2008


    Date: Monday, March 10, 2008 @ 19:08:23
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-vfs

Modified: PKGBUILD (1.52 -> 1.53)

upgpkg: gnome-vfs 2.22.0-1
    GNOME 2.22


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


Index: extra/gnome/gnome-vfs/PKGBUILD
diff -u extra/gnome/gnome-vfs/PKGBUILD:1.52 extra/gnome/gnome-vfs/PKGBUILD:1.53
--- extra/gnome/gnome-vfs/PKGBUILD:1.52	Sun Dec  2 09:05:52 2007
+++ extra/gnome/gnome-vfs/PKGBUILD	Mon Mar 10 19:08:22 2008
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.52 2007/12/02 14:05:52 jgc Exp $
+# $Id: PKGBUILD,v 1.53 2008/03/10 23:08:22 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-vfs
-pkgver=2.20.1
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="The GNOME Virtual File System"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('fam' 'gconf>=2.20.0' 'hal>=0.5.10' 'bzip2' 'avahi>=0.6.20' 'smbclient>=3.0.27a' 'gnome-mime-data>=2.18.0-2')
+depends=('fam' 'gconf>=2.22.0' 'hal>=0.5.10' 'bzip2' 'avahi>=0.6.20' 'smbclient>=3.0.28A' 'gnome-mime-data>=2.18.0-2')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool' '!emptydirs')
 conflicts=(gnome-vfs-samba)
@@ -15,17 +15,13 @@
 replaces=(gnome-vfs-samba gnome-vfs-extras)
 url="http://www.gnome.org"
 install=gnome-vfs.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/gnome-vfs-${pkgver}.tar.bz2
-	gnome-vfs-2.15.1-use-sys-inotify.patch
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/gnome-vfs-${pkgver}.tar.bz2
 	hal-show-volume-names.patch)
-md5sums=('a350a5a3e201951d7e7867d0900df423' '167b74db0622d5057114f62f020aad39'\
+md5sums=('369105fd82cb99e69e63acab8f3b89b7'
          '109d07aa1dc8cb6523c47c4984047dce')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  #Redhat patches
-  patch -Np1 -i ${startdir}/src/gnome-vfs-2.15.1-use-sys-inotify.patch || return 1
-
   #Archlinux patch (b.g.o #321498)
   patch -Np1 -i ${startdir}/src/hal-show-volume-names.patch || return 1
 
@@ -36,7 +32,7 @@
         --enable-avahi --disable-howl \
 	--disable-openssl --enable-gnutls
   make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install || return 1
 
   mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
   gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas




More information about the arch-commits mailing list