bluez: update to 5.12.

This commit is contained in:
Juan RP 2013-12-16 06:47:11 +01:00
parent 125916f7f6
commit ed6abecd36
2 changed files with 12 additions and 7 deletions

1
srcpkgs/bluez-cups Symbolic link
View file

@ -0,0 +1 @@
bluez

View file

@ -1,6 +1,6 @@
# Template file for 'bluez' # Template file for 'bluez'
pkgname=bluez pkgname=bluez
version=5.11 version=5.12
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev configure_args="--with-udevdir=/usr/lib/udev
@ -14,12 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.bluez.org/" homepage="http://www.bluez.org/"
license="GPL-2" license="GPL-2"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz" distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
checksum=1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e checksum=75ef574f15f356d03bd54f1a8ba26abe63bf3d1326a9fa12d63a762ddf40617e
long_desc="
This package contains tools and system daemons for using Bluetooth devices.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL)."
libbluetooth_package() { libbluetooth_package() {
short_desc="Library to use the Bluez Linux Bluetooth Stack" short_desc="Library to use the Bluez Linux Bluetooth Stack"
@ -38,9 +33,18 @@ libbluetooth-devel_package() {
} }
} }
bluez-cups_package() {
short_desc="CUPS printer backend for Bluetooth printers"
pkg_install() {
vmove usr/lib/cups/backend/bluetooth
}
}
bluez_package() { bluez_package() {
conf_files="/etc/bluetooth/main.conf"
systemd_services="bluetooth.service true" systemd_services="bluetooth.service true"
pkg_install() { pkg_install() {
vmove all vmove all
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
} }
} }