bluez: remove need for consolekit
This commit is contained in:
parent
cdc9dc4ec9
commit
d76bb8705e
|
@ -0,0 +1,13 @@
|
||||||
|
--- src/bluetooth.conf
|
||||||
|
+++ src/bluetooth.conf
|
||||||
|
@@ -28,6 +28,10 @@
|
||||||
|
<allow send_destination="org.bluez"/>
|
||||||
|
</policy>
|
||||||
|
|
||||||
|
+ <policy group="bluetooth">
|
||||||
|
+ <allow send_destination="org.bluez"/>
|
||||||
|
+ </policy>
|
||||||
|
+
|
||||||
|
<!-- allow users of lp group (printing subsystem) to
|
||||||
|
communicate with bluetoothd -->
|
||||||
|
<policy group="lp">
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.39
|
version=5.39
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
||||||
--enable-pie --enable-threads --enable-library"
|
--enable-pie --enable-threads --enable-library"
|
||||||
|
@ -9,6 +9,7 @@ hostmakedepends="automake libtool pkg-config flex"
|
||||||
makedepends="libglib-devel eudev-libudev-devel dbus-devel
|
makedepends="libglib-devel eudev-libudev-devel dbus-devel
|
||||||
cups-devel libical-devel readline-devel"
|
cups-devel libical-devel readline-devel"
|
||||||
conf_files="/etc/bluetooth/main.conf"
|
conf_files="/etc/bluetooth/main.conf"
|
||||||
|
system_groups="bluetooth"
|
||||||
short_desc="Bluetooth tools and daemons"
|
short_desc="Bluetooth tools and daemons"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.bluez.org/"
|
homepage="http://www.bluez.org/"
|
||||||
|
|
Loading…
Reference in New Issue