gvfs: manually declare shlibs required by its subpkgs.

This commit is contained in:
Juan RP 2015-01-25 09:51:29 +01:00
parent 4aebfa48e8
commit 585c2772e8

View file

@ -1,7 +1,7 @@
# Template file for 'gvfs'
pkgname=gvfs
version=1.22.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-hal $(vopt_enable systemd)
--with-bash-completion-dir=/usr/share/bash-completion/completions
@ -23,6 +23,9 @@ license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=c778342e09a84d8c69b1b7ce7f943f6f2444a995bb0c0754ef1746afa8935182
# Manually declare shlibs used by the subpkgs.
shlib_provides="libgvfscommon.so libgvfsdaemon.so"
# Package build options
build_options="systemd"
subpackages="gvfs-afc gvfs-afp gvfs-cdda gvfs-gphoto2 gvfs-mtp gvfs-obex gvfs-smb gvfs-devel"