gvfs: update to 1.34.1. (#8055)

This commit is contained in:
maxice8 2017-10-13 04:20:06 -03:00 committed by Juan RP
parent 9c4c568e79
commit fe092b060f
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
--- programs/deprecated.in 2017-04-17 14:01:00.783094604 -0700
+++ programs/deprecated.in 2017-04-17 14:02:43.644606806 -0700
@@ -7,7 +7,7 @@
>&2 echo "See '$help' for more info."
>&2 echo
-if [ "$1" == "--help" ] || [ "$1" == "-h" ]; then
+if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
exec $help "$@:2"
else
exec $replacement "$@"

View file

@ -1,6 +1,6 @@
# Template file for 'gvfs'
pkgname=gvfs
version=1.34.0
version=1.34.1
revision=1
build_style=gnu-configure
configure_args="--disable-hal --disable-libsystemd-login
@ -22,7 +22,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.gnome.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=79fb4fd9a671333efc6f3c88dd5d1589481390bc3978b03b6de89599a62e015a
checksum=7ef9b2aec234004271a575118a0e35b3c36ce3309e5f9da109635651843372b4
# Manually declare shlibs used by the subpkgs.
shlib_provides="libgvfscommon.so libgvfsdaemon.so"