gvfs: update to 1.34.1. (#8055)
This commit is contained in:
parent
9c4c568e79
commit
fe092b060f
|
@ -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 "$@"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gvfs'
|
# Template file for 'gvfs'
|
||||||
pkgname=gvfs
|
pkgname=gvfs
|
||||||
version=1.34.0
|
version=1.34.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-hal --disable-libsystemd-login
|
configure_args="--disable-hal --disable-libsystemd-login
|
||||||
|
@ -22,7 +22,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
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=79fb4fd9a671333efc6f3c88dd5d1589481390bc3978b03b6de89599a62e015a
|
checksum=7ef9b2aec234004271a575118a0e35b3c36ce3309e5f9da109635651843372b4
|
||||||
|
|
||||||
# Manually declare shlibs used by the subpkgs.
|
# Manually declare shlibs used by the subpkgs.
|
||||||
shlib_provides="libgvfscommon.so libgvfsdaemon.so"
|
shlib_provides="libgvfscommon.so libgvfsdaemon.so"
|
||||||
|
|
Loading…
Reference in New Issue