gvfs: update to 1.20.3.

This commit is contained in:
Juan RP 2014-08-25 10:19:01 +02:00
parent b7638d8ae2
commit be0e973f7f

View file

@ -1,7 +1,7 @@
# Template file for 'gvfs' # Template file for 'gvfs'
pkgname=gvfs pkgname=gvfs
version=1.20.2 version=1.20.3
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-hal --disable-afc configure_args="--disable-hal --disable-afc
--with-bash-completion-dir=/usr/share/bash-completion/completions" --with-bash-completion-dir=/usr/share/bash-completion/completions"
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=84d9412e7bedfba902696ae7fb0cfceb0b66b98823f8388745b20693e3b24f8e checksum=646b1906b1c85876fa07299246855f16836080466dde1826003bbbd4b9415cba
# Package build options # Package build options
build_options="systemd" build_options="systemd"
@ -30,7 +30,7 @@ else
fi fi
post_install() { post_install() {
ln -sfr ${DESTDIR}/usr/bin/gvfs-open ${DESTDIR}/usr/bin/gnome-open ln -s gvfs-open ${DESTDIR}/usr/bin/gnome-open
} }
gvfs-devel_package() { gvfs-devel_package() {