gvfs: update to 1.28.0.

This commit is contained in:
Juan RP 2016-04-10 10:41:04 +02:00
parent 404cd3177c
commit 3e1cf98b35
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gvfs'
pkgname=gvfs
version=1.26.3
version=1.28.0
revision=1
build_style=gnu-configure
configure_args="--disable-hal --disable-libsystemd-login
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=a70f75fa60d66f3f478c0c8aec43d0e43455a8cc75a4dfa8029e51c816401b4a
checksum=cf72fc0adf0ca702ead5b3fab3c1fa46b09678eb7c1290de7e30bb7cbaf5f704
# Manually declare shlibs used by the subpkgs.
shlib_provides="libgvfscommon.so libgvfsdaemon.so"
@ -33,7 +33,6 @@ if [ -z "$CROSS_BUILD" ]; then
fi
post_install() {
rm -r ${DESTDIR}/usr/lib/systemd
ln -s gvfs-open ${DESTDIR}/usr/bin/gnome-open
}