gvfs: disable systemd and remove its user units completely.
This commit is contained in:
parent
5336281472
commit
6ac38dde53
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'gvfs'
|
# Template file for 'gvfs'
|
||||||
pkgname=gvfs
|
pkgname=gvfs
|
||||||
version=1.26.1
|
version=1.26.1
|
||||||
revision=2
|
revision=3
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
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-bash-completion-dir=/usr/share/bash-completion/completions
|
||||||
--with-samba-includes=${XBPS_CROSS_BASE}/usr/include
|
--with-samba-includes=${XBPS_CROSS_BASE}/usr/include
|
||||||
--with-samba-libs=${XBPS_CROSS_BASE}/usr/lib
|
--with-samba-libs=${XBPS_CROSS_BASE}/usr/lib
|
||||||
|
@ -34,6 +34,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -r ${DESTDIR}/usr/lib/systemd
|
||||||
ln -s gvfs-open ${DESTDIR}/usr/bin/gnome-open
|
ln -s gvfs-open ${DESTDIR}/usr/bin/gnome-open
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue