avahi: stop making dbus a mandatory dependency.
Use 'enable-dbus=warn' to not require it by default and update the runit service accordingly.
This commit is contained in:
parent
ae0736261a
commit
94c1f8eb91
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sv check dbus >/dev/null || exit 1
|
|
||||||
exec avahi-daemon -s
|
exec avahi-daemon -s
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.6.31
|
version=0.6.31
|
||||||
revision=25
|
revision=26
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
|
@ -22,7 +22,6 @@ checksum=8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48
|
||||||
|
|
||||||
hostmakedepends="pkg-config intltool python"
|
hostmakedepends="pkg-config intltool python"
|
||||||
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel"
|
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel"
|
||||||
depends="dbus"
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/avahi/services/ssh.service
|
/etc/avahi/services/ssh.service
|
||||||
/etc/avahi/services/sftp-ssh.service
|
/etc/avahi/services/sftp-ssh.service
|
||||||
|
@ -46,6 +45,8 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*
|
rm -rf ${DESTDIR}/usr/lib/python*
|
||||||
# Enable 'disallow_other_stacks' option by default.
|
# Enable 'disallow_other_stacks' option by default.
|
||||||
sed -e 's,\#\(disallow-other-stacks\).*,\1=yes,' -i ${DESTDIR}/etc/avahi/avahi-daemon.conf
|
sed -e 's,\#\(disallow-other-stacks\).*,\1=yes,' -i ${DESTDIR}/etc/avahi/avahi-daemon.conf
|
||||||
|
# Set 'enable-dbus=warn' option by default to not require dbus.
|
||||||
|
sed -e 's,\#\(enable-dbus\).*,\1=warn,' -i ${DESTDIR}/etc/avahi/avahi-daemon.conf
|
||||||
vsv avahi-daemon
|
vsv avahi-daemon
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue