Date: Monday, March 29, 2010 @ 05:14:06 Author: jgc Revision: 73881 upgpkg: gvfs 1.6.0-1 Update to 1.6.0 - still without AFC backend: we do not have a libimobiledevice package yet
Modified: gvfs/trunk/PKGBUILD Deleted: gvfs/trunk/fix_dbus_service.patch ------------------------+ PKGBUILD | 8 ++++---- fix_dbus_service.patch | 24 ------------------------ 2 files changed, 4 insertions(+), 28 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-29 08:46:01 UTC (rev 73880) +++ PKGBUILD 2010-03-29 09:14:06 UTC (rev 73881) @@ -2,18 +2,18 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gvfs -pkgver=1.5.5 +pkgver=1.6.0 pkgrel=1 pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio" arch=('i686' 'x86_64') license=('LGPL') -depends=('libsoup-gnome>=2.29.91' 'libcdio>=0.82' 'fuse>=2.8.0' 'bluez>=4.61' 'smbclient>=3.5.0' 'libgphoto2>=2.4.7' 'avahi>=0.6.25' 'libarchive>=2.8.0' 'gnome-disk-utility>=2.29.90') +depends=('libsoup-gnome>=2.29.91' 'libcdio>=0.82' 'fuse>=2.8.3' 'bluez>=4.63' 'smbclient>=3.5.1' 'libgphoto2>=2.4.8' 'avahi>=0.6.25' 'libarchive>=2.8.3' 'gnome-disk-utility>=2.29.90') makedepends=('pkgconfig' 'intltool') install=gvfs.install url="http://www.gnome.org" options=(!libtool) -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.5/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('e6c3c54ddbf5be75836e69c6d847500201b1b95b54d9bea8f9f51d2bc9617c8a') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.6/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('2e4c973e75c7af8d2d88232cd7742971f655fdbd7f5b687450b858484d88a0d3') build() { cd "${srcdir}/${pkgname}-${pkgver}" Deleted: fix_dbus_service.patch =================================================================== --- fix_dbus_service.patch 2010-03-29 08:46:01 UTC (rev 73880) +++ fix_dbus_service.patch 2010-03-29 09:14:06 UTC (rev 73881) @@ -1,24 +0,0 @@ -From d489b1d29f51f2d7d4caacaaca5232660c1da970 Mon Sep 17 00:00:00 2001 -From: Christian Kellner <[email protected]> -Date: Tue, 23 Feb 2010 11:58:53 +0000 -Subject: Fix with-dbus-service-dir configure switch - -Got broken by the commit 9936956378f295a12b05b5194af2397be2a9c94f ---- -diff --git a/configure.ac b/configure.ac -index 0340b4e..8425190 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -48,8 +48,8 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.23.4 gthread-2.0 gobject-2.0 gmodule-no-ex - PKG_CHECK_MODULES(DBUS, dbus-1) - - AC_ARG_WITH(dbus_service_dir, -- AS_HELP_STRING([--with-dbus-service-dir=PATH],[choose directory for dbus service files]), -- [default=PREFIX/share/dbus-1/services]], with_dbus_service_dir="$withval", with_dbus_service_dir=$datadir/dbus-1/services) -+ AS_HELP_STRING([--with-dbus-service-dir=PATH],[choose directory for dbus service files, [default=PREFIX/share/dbus-1/services]]), -+ with_dbus_service_dir="$withval", with_dbus_service_dir=$datadir/dbus-1/services) - DBUS_SERVICE_DIR=$with_dbus_service_dir - AC_SUBST(DBUS_SERVICE_DIR) - --- -cgit v0.8.3.1
