26 lines
1.2 KiB
Text
26 lines
1.2 KiB
Text
# Template file for 'gvfs'
|
|
pkgname=gvfs
|
|
version=1.14.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-hal --disable-afc
|
|
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
|
makedepends="pkg-config intltool libbluetooth-devel dbus-glib-devel
|
|
libopenobex-devel libgudev-devel>=183 libexif-devel libusb-compat-devel
|
|
fuse-devel libarchive-devel libcdio-devel libsoup-gnome-devel>=2.40
|
|
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel systemd-devel
|
|
avahi-glib-libs-devel udisks2-devel libgcrypt-devel libxslt docbook-xsl"
|
|
fulldepends="obex-data-server"
|
|
subpackages="$pkgname-devel"
|
|
short_desc="Userspace virtual filesystem"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/$pkgname/1.14/$pkgname-$version.tar.xz"
|
|
checksum=c3bbdac4bc89de82a2ba373799da80d24fb6a038a9893d9b54e2c9429c878fbc
|
|
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."
|