gvfs: update to 1.7.2, bump abi_depends.
--HG-- branch : gnome3
This commit is contained in:
parent
38d91a2fcb
commit
0616cb1306
3 changed files with 5 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=1.6.0"
|
abi_depends=">=1.7.2"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run libudev-devel
|
Add_dependency run libudev-devel
|
||||||
Add_dependency run expat-devel
|
Add_dependency run expat-devel
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'gvfs'
|
# Template file for 'gvfs'
|
||||||
pkgname=gvfs
|
pkgname=gvfs
|
||||||
version=1.6.6
|
version=1.7.2
|
||||||
revision=2
|
distfiles="${GNOME_SITE}/$pkgname/1.7/$pkgname-$version.tar.bz2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.6/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --disable-hal --disable-afc"
|
configure_args="--localstatedir=/var --disable-hal --disable-afc"
|
||||||
short_desc="Userspace virtual filesystem"
|
short_desc="Userspace virtual filesystem"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=902890deb6a670f642180ea958406ebb02af1d5867a464c87e493d56f1dde7bd
|
checksum=edea9b41ab8756c893528c398f609517adfd66b50a51d8e93b44c74febe310c0
|
||||||
long_desc="
|
long_desc="
|
||||||
gvfs is a userspace virtual filesystem designed to work with the i/o
|
gvfs is a userspace virtual filesystem designed to work with the i/o
|
||||||
abstractions of gio (a library available in glib greater than 2.15). It
|
abstractions of gio (a library available in glib greater than 2.15). It
|
||||||
|
@ -15,7 +14,7 @@ long_desc="
|
||||||
using the APIs of libgio. There is also fuse support that allows
|
using the APIs of libgio. There is also fuse support that allows
|
||||||
applications not using gio to access the gvfs filesystems."
|
applications not using gio to access the gvfs filesystems."
|
||||||
|
|
||||||
triggers="gio-modules"
|
triggers="gio-modules gsettings-schemas"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
@ -39,7 +38,6 @@ Add_dependency run libsoup-gnome
|
||||||
Add_dependency run libgphoto2
|
Add_dependency run libgphoto2
|
||||||
Add_dependency run libgnome-keyring
|
Add_dependency run libgnome-keyring
|
||||||
Add_dependency run libsmbclient
|
Add_dependency run libsmbclient
|
||||||
Add_dependency run GConf
|
|
||||||
Add_dependency run gnome-disk-utility
|
Add_dependency run gnome-disk-utility
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
|
@ -64,7 +62,6 @@ Add_dependency build libsoup-gnome-devel
|
||||||
Add_dependency build libgphoto2-devel
|
Add_dependency build libgphoto2-devel
|
||||||
Add_dependency build libgnome-keyring-devel
|
Add_dependency build libgnome-keyring-devel
|
||||||
Add_dependency build samba-devel
|
Add_dependency build samba-devel
|
||||||
Add_dependency build GConf-devel
|
|
||||||
Add_dependency build gnome-disk-utility-devel
|
Add_dependency build gnome-disk-utility-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
Loading…
Reference in a new issue