gvfs: use meson, fix build

This commit is contained in:
Enno Boland 2018-03-19 23:15:15 +01:00
parent 96328b6820
commit 1ec7489f71
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 4 additions and 13 deletions

View File

@ -2,21 +2,16 @@
pkgname=gvfs
version=1.36.0
revision=1
build_style=gnu-configure
configure_args="--disable-hal --disable-libsystemd-login
--with-bash-completion-dir=/usr/share/bash-completion/completions
--with-samba-includes=${XBPS_CROSS_BASE}/usr/include
--with-samba-libs=${XBPS_CROSS_BASE}/usr/lib
--with-archive-includes=${XBPS_CROSS_BASE}/usr/include
--with-archive-libs=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel"
build_style=meson
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel openssh"
configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no"
makedepends="
libbluetooth-devel dbus-glib-devel libgudev-devel libexif-devel libbluray-devel
fuse-devel libarchive-devel libcdio-paranoia-devel libsoup-gnome-devel
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel libmtp-devel
avahi-glib-libs-devel udisks2-devel libgcrypt-devel gcr-devel
libimobiledevice-devel libarchive-devel libnfs-devel
polkit-devel libcap-devel"
polkit-devel libcap-devel elogind-devel libgdata-devel"
short_desc="Userspace virtual filesystem"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.gnome.org"
@ -33,10 +28,6 @@ if [ -z "$CROSS_BUILD" ]; then
subpackages+=" gvfs-goa"
fi
post_install() {
ln -s gvfs-open ${DESTDIR}/usr/bin/gnome-open
}
gvfs-devel_package() {
short_desc+=" - development files"
pkg_install() {