From 6ac38dde53710cff0dd7818b9663bce9e92b0d74 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 Oct 2015 11:38:40 +0200 Subject: [PATCH] gvfs: disable systemd and remove its user units completely. --- srcpkgs/gvfs/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template index 20c59897227..24cf167a75f 100644 --- a/srcpkgs/gvfs/template +++ b/srcpkgs/gvfs/template @@ -1,10 +1,10 @@ # Template file for 'gvfs' pkgname=gvfs version=1.26.1 -revision=2 +revision=3 build_pie=yes build_style=gnu-configure -configure_args="--disable-hal --disable-systemd +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 @@ -34,6 +34,7 @@ if [ -z "$CROSS_BUILD" ]; then fi post_install() { + rm -r ${DESTDIR}/usr/lib/systemd ln -s gvfs-open ${DESTDIR}/usr/bin/gnome-open }