From 232822b609516716fb969256a2392ba15cbb2474 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 15 Feb 2011 16:30:49 +0100 Subject: [PATCH] bluez: update to 4.88. --- srcpkgs/bluez/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 25bd3aa7fd..33b44d6dbc 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -1,6 +1,6 @@ # Template file for 'bluez' pkgname=bluez -version=4.85 +version=4.88 distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer @@ -9,7 +9,7 @@ configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer --disable-cups --enable-configfiles --enable-capng --enable-pnat" short_desc="Bluetooth tools and daemons" maintainer="Juan RP " -checksum=038727ed79468d514dea795d1a779339b0c9cd8b53318677c72541842650a1ec +checksum=5ef419232f82860d8976a06b36b72b0a3cc99e3bf96d9b9038dd5f9e400f6f29 long_desc=" This package contains tools and system daemons for using Bluetooth devices. @@ -22,6 +22,7 @@ conf_files=" /etc/bluetooth/input.conf /etc/bluetooth/main.conf /etc/bluetooth/network.conf +/etc/bluetooth/serial.conf /etc/bluetooth/rfcomm.conf" openrc_services="bluetooth default true" @@ -50,7 +51,7 @@ post_install() cd ${wrksrc} install -d ${DESTDIR}/lib/udev/rules.d install -m644 network/network.conf input/input.conf audio/audio.conf \ - ${DESTDIR}/etc/bluetooth + serial/serial.conf ${DESTDIR}/etc/bluetooth install -m755 scripts/bluetooth_serial ${DESTDIR}/lib/udev install -m755 test/simple-agent \ ${DESTDIR}/usr/bin/bluez-simple-agent