gvfs: update to 1.20.3.
This commit is contained in:
parent
b7638d8ae2
commit
be0e973f7f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gvfs'
|
||||
pkgname=gvfs
|
||||
version=1.20.2
|
||||
revision=4
|
||||
version=1.20.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-hal --disable-afc
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=84d9412e7bedfba902696ae7fb0cfceb0b66b98823f8388745b20693e3b24f8e
|
||||
checksum=646b1906b1c85876fa07299246855f16836080466dde1826003bbbd4b9415cba
|
||||
|
||||
# Package build options
|
||||
build_options="systemd"
|
||||
|
@ -30,7 +30,7 @@ else
|
|||
fi
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue