mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bluez-alsa: fix d-bus config file
This commit is contained in:
parent
150b8dcbb0
commit
351f6b9bb3
2 changed files with 3 additions and 9 deletions
|
@ -1,7 +0,0 @@
|
||||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
||||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
||||||
<busconfig>
|
|
||||||
<policy user="_bluez_alsa">
|
|
||||||
<allow send_destination="org.bluez"/>
|
|
||||||
</policy>
|
|
||||||
</busconfig>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez-alsa'
|
# Template file for 'bluez-alsa'
|
||||||
pkgname=bluez-alsa
|
pkgname=bluez-alsa
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-aac --disable-hcitop --enable-debug"
|
configure_args="--enable-aac --disable-hcitop --enable-debug"
|
||||||
hostmakedepends="pkg-config automake libtool"
|
hostmakedepends="pkg-config automake libtool"
|
||||||
|
@ -21,7 +21,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/bluez_alsa.conf 644 etc/dbus-1/system.d/
|
vsed -i ${DESTDIR}/etc/dbus-1/system.d/bluealsa.conf \
|
||||||
|
-e 's:user="root":user="_bluez_alsa":'
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv bluez-alsa
|
vsv bluez-alsa
|
||||||
|
|
Loading…
Add table
Reference in a new issue