gvfs: disable systemd and remove its user units completely.
This commit is contained in:
parent
5336281472
commit
6ac38dde53
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue