41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
# Template file for 'gvfs'
|
|
pkgname=gvfs
|
|
version=1.12.3
|
|
distfiles="${GNOME_SITE}/$pkgname/1.12/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-hal --disable-afc
|
|
--with-bash-completion-dir=/etc/bash_completion.d"
|
|
short_desc="Userspace virtual filesystem"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="LGPL-2.1"
|
|
checksum=38f69ec92083f86a51e7814e98d2861151f16dfb3abe4b3b39488408e12fd9c2
|
|
long_desc="
|
|
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
|
|
installs several modules that are automatically used by applications
|
|
using the APIs of libgio. There is also fuse support that allows
|
|
applications not using gio to access the gvfs filesystems."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build libbluetooth-devel
|
|
Add_dependency build dbus-glib-devel
|
|
Add_dependency build libopenobex-devel
|
|
Add_dependency build libgudev-devel
|
|
Add_dependency build libexif-devel
|
|
Add_dependency build libusb-compat-devel
|
|
Add_dependency build fuse-devel
|
|
Add_dependency build libarchive-devel
|
|
Add_dependency build libcdio-devel
|
|
Add_dependency build libsoup-gnome-devel
|
|
Add_dependency build libgphoto2-devel
|
|
Add_dependency build libgnome-keyring-devel
|
|
Add_dependency build samba-devel
|
|
Add_dependency build avahi-glib-libs-devel
|
|
Add_dependency build udisks2-devel
|
|
Add_dependency build libgcrypt-devel
|
|
|
|
Add_dependency full obex-data-server
|