1 # Maintainer: Valmantas Paliksa <walmis at balticum-tv.lt>
6 pkgdesc="GVFS virtual filesystem (with rar archive support)"
9 depends=('libsoup>=2.24.2.1' 'libcdio>=0.80-3' 'fuse>=2.7.4' 'bluez-libs' 'smbclient>=3.2.4' 'libgphoto2>=2.4.3' 'gnome-keyring>=2.24.1' 'avahi>=0.6.23' 'libarchive>=2.5.5' 'unrar' 'python' 'glib2>=2.20')
10 provides=('gvfs=1.2.3')
12 replaces=('gvfs=${pkgver}')
13 makedepends=('pkgconfig' 'intltool' 'autoconf' 'automake')
14 url="http://www.gnome.org"
17 source=(http://ftp.gnome.org/pub/gnome/sources/gvfs/1.10/gvfs-${pkgver}.tar.bz2 nautilus-mount-rar.desktop rarfs.patch)
18 md5sums=('7ca2acfa4dffd94b95f4b8713a346607'
19 '609937e1eb3a8b150032ebdb10bd3cf4'
20 '4b3913b2c0dccc150d7a8c98657499e4')
23 cd "${srcdir}/gvfs-${pkgver}"
25 patch -Np1 -i ${startdir}/rarfs.patch || return 1
29 ./configure --prefix=/usr --sysconfdir=/etc \
30 --localstatedir=/var --disable-static \
31 --libexecdir=/usr/lib/gvfs || return 1
33 make DESTDIR="${pkgdir}" install || return 1
34 install -m755 -d ${pkgdir}/usr/share/applications || return 1
35 install -m644 ${startdir}/nautilus-mount-rar.desktop ${pkgdir}/usr/share/applications || return 1