[arch-commits] Commit in gvfs (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Aug 24 21:47:30 UTC 2009


    Date: Monday, August 24, 2009 @ 17:47:30
  Author: jgc
Revision: 50273

Update to 1.3.5 - depend on libsoup-gnome

Added:
  gvfs/gnome-unstable/
Modified:
  gvfs/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-11 20:56:37 UTC (rev 49542)
+++ gnome-unstable/PKGBUILD	2009-08-24 21:47:30 UTC (rev 50273)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gvfs
-pkgver=1.2.3
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libsoup>=2.26.2' 'libcdio>=0.81' 'fuse>=2.7.4' 'bluez>=4.39' 'smbclient>=3.3.4' 'libgphoto2>=2.4.5' 'gnome-keyring>=2.26.1' 'avahi>=0.6.25' 'libarchive>=2.7.0')
+depends=('libsoup-gnome>=2.27.91' 'libcdio>=0.81' 'fuse>=2.7.4' 'bluez>=4.39' 'smbclient>=3.3.7' 'libgphoto2>=2.4.6-3' 'avahi>=0.6.25' 'libarchive>=2.7.0-2' 'gnome-disk-utility' 'glib2>=2.21.5')
 makedepends=('pkgconfig' 'intltool')
 url="http://www.gnome.org"
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('04a7f9c892b962cfedf0637dd2b01196')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.3/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c442d6db6f89eb14fc60fb4dbd12707ee0e455e6ebc03d5cab8a2e85df236e2a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static \
-	      --libexecdir=/usr/lib/gvfs || return 1
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/gvfs || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list