[arch-commits] CVS update of extra/gnome/gvfs (PKGBUILD gvfs.install)

Jan de Groot jgc at archlinux.org
Sun Mar 16 12:20:10 UTC 2008


    Date: Sunday, March 16, 2008 @ 08:20:10
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gvfs

   Added: gvfs.install (1.1)
Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: gvfs 0.2.0.1-1
    fix libexecdir, add postinstall message, add dns-sd support


--------------+
 PKGBUILD     |    9 ++++++---
 gvfs.install |   18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 3 deletions(-)


Index: extra/gnome/gvfs/PKGBUILD
diff -u extra/gnome/gvfs/PKGBUILD:1.1 extra/gnome/gvfs/PKGBUILD:1.2
--- extra/gnome/gvfs/PKGBUILD:1.1	Thu Mar 13 19:27:52 2008
+++ extra/gnome/gvfs/PKGBUILD	Sun Mar 16 08:20:08 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.1 2008/03/13 23:27:52 jgc Exp $
+# $Id: PKGBUILD,v 1.2 2008/03/16 12:20:08 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gvfs
@@ -7,16 +7,19 @@
 pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libsoup>=2.4.0' 'libcdio>=0.79' 'fuse>=2.7.3' 'bluez-libs>=3.27' 'smbclient>=3.0.28A' 'libgphoto2>=2.4.0-5' 'gnome-keyring>=2.22.0')
+depends=('libsoup>=2.4.0' 'libcdio>=0.79' 'fuse>=2.7.3' 'bluez-libs>=3.27' 'smbclient>=3.0.28A' 'libgphoto2>=2.4.0-5' 'gnome-keyring>=2.22.0' 'avahi>=0.6.20')
 makedepends=('perlxml' 'pkgconfig')
 url="http://www.gnome.org"
+install=gvfs.install
 options=(!libtool)
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('52efdadf6632b9260cbb3c8cbb6076c0')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+              --localstatedir=/var --disable-static \
+	      --libexecdir=/usr/lib/gvfs || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
Index: extra/gnome/gvfs/gvfs.install
diff -u /dev/null extra/gnome/gvfs/gvfs.install:1.1
--- /dev/null	Sun Mar 16 08:20:13 2008
+++ extra/gnome/gvfs/gvfs.install	Sun Mar 16 08:20:10 2008
@@ -0,0 +1,18 @@
+post_install() {
+  cat << _EOF
+==> 
+==> GVFS requires FUSE to operate correctly
+==>
+==> To make full use of GVFS, please load the "fuse" kernel module at bootup.
+==> To do so, add 'fuse' to the MODULES array in /etc/rc.conf
+==>
+==> Without this module, GVFS will not be compatible with applications that
+==> are not GIO-enabled.
+==>
+_EOF
+
+}
+
+post_upgrade() {
+  post_install
+}




More information about the arch-commits mailing list