[arch-commits] Commit in gvfs/trunk (PKGBUILD gvfs.install)

Jan de Groot jgc at archlinux.org
Sat Feb 13 10:32:46 UTC 2010


    Date: Saturday, February 13, 2010 @ 05:32:46
  Author: jgc
Revision: 68559

upgpkg: gvfs 1.5.3-1
    Update to 1.5.3 - add install scriptlet for gio module cache. Disable imobiledevice for now, as it needs a new dependency not yet packaged

Added:
  gvfs/trunk/gvfs.install
Modified:
  gvfs/trunk/PKGBUILD

--------------+
 PKGBUILD     |   10 ++++++----
 gvfs.install |   11 +++++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-13 10:28:36 UTC (rev 68558)
+++ PKGBUILD	2010-02-13 10:32:46 UTC (rev 68559)
@@ -2,17 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gvfs
-pkgver=1.4.3
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('libsoup-gnome>=2.28.0' 'libcdio>=0.82' 'fuse>=2.8.0' 'bluez>=4.39' 'smbclient>=3.3.8' 'libgphoto2>=2.4.6-3' 'avahi>=0.6.25' 'libarchive>=2.7.1' 'gnome-disk-utility>=2.28.0')
+depends=('libsoup-gnome>=2.29.90' 'libcdio>=0.82' 'fuse>=2.8.0' 'bluez>=4.60' 'smbclient>=3.4.5' 'libgphoto2>=2.4.7' 'avahi>=0.6.25' 'libarchive>=2.7.1' 'gnome-disk-utility>=2.28.1')
 makedepends=('pkgconfig' 'intltool')
+install=gvfs.install
 url="http://www.gnome.org"
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3ca9ccab2efb2699b72a1f346d3533fc727b5ea2692af6c86adfd9532d6ba15d')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.5/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1da0a375801eead6e589a86d7b38916d4770a09cf12c926e081f8c47a33d43d6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,4 +22,5 @@
       --libexecdir=/usr/lib/gvfs || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
+  rm -f "${pkgdir}/usr/lib/gio/modules/giomodule.cache"
 }

Added: gvfs.install
===================================================================
--- gvfs.install	                        (rev 0)
+++ gvfs.install	2010-02-13 10:32:46 UTC (rev 68559)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/gio-querymodules usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list