bluez: update to 5.26.

This commit is contained in:
Juan RP 2014-12-12 18:11:57 +01:00
parent d3b3dab556
commit 25f859e622

View file

@ -1,6 +1,6 @@
# Template file for 'bluez'
pkgname=bluez
version=5.25
version=5.26
revision=1
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev
@ -9,13 +9,12 @@ hostmakedepends="automake libtool pkg-config flex"
makedepends="libglib-devel libudev-devel dbus-devel
cups-devel libical-devel readline-devel>=6.3"
conf_files="/etc/bluetooth/main.conf"
replaces="runit-void<20141013_2"
short_desc="Bluetooth tools and daemons"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.bluez.org/"
license="GPL-2"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
checksum=5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30
checksum=7a101946bab6da1f20eb2677b9ca783d919365815e4701216b9273f0c8b70194
# Package build options
build_options="systemd"
@ -23,7 +22,6 @@ build_options="systemd"
if [ "$build_option_systemd" ]; then
configure_args+=" --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system"
makedepends+=" systemd-devel"
systemd_services="bluetooth.service true"
else
configure_args+=" --disable-systemd"
fi