bluez: remove need for consolekit

This commit is contained in:
Toyam Cox 2016-05-15 02:31:24 -04:00
parent cdc9dc4ec9
commit d76bb8705e
2 changed files with 15 additions and 1 deletions

View File

@ -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">

View File

@ -1,7 +1,7 @@
# Template file for 'bluez'
pkgname=bluez
version=5.39
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
--enable-pie --enable-threads --enable-library"
@ -9,6 +9,7 @@ hostmakedepends="automake libtool pkg-config flex"
makedepends="libglib-devel eudev-libudev-devel dbus-devel
cups-devel libical-devel readline-devel"
conf_files="/etc/bluetooth/main.conf"
system_groups="bluetooth"
short_desc="Bluetooth tools and daemons"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.bluez.org/"