From ed6abecd36c0a39c5d1428c44034bd03b27ff0fc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Dec 2013 06:47:11 +0100 Subject: [PATCH] bluez: update to 5.12. --- srcpkgs/bluez-cups | 1 + srcpkgs/bluez/template | 18 +++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 120000 srcpkgs/bluez-cups diff --git a/srcpkgs/bluez-cups b/srcpkgs/bluez-cups new file mode 120000 index 0000000000..db15886a96 --- /dev/null +++ b/srcpkgs/bluez-cups @@ -0,0 +1 @@ +bluez \ No newline at end of file diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index ffc313f7b7..410500ee41 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -1,6 +1,6 @@ # Template file for 'bluez' pkgname=bluez -version=5.11 +version=5.12 revision=1 build_style=gnu-configure configure_args="--with-udevdir=/usr/lib/udev @@ -14,12 +14,7 @@ maintainer="Juan RP " homepage="http://www.bluez.org/" license="GPL-2" distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz" -checksum=1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e -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)." +checksum=75ef574f15f356d03bd54f1a8ba26abe63bf3d1326a9fa12d63a762ddf40617e libbluetooth_package() { 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() { + conf_files="/etc/bluetooth/main.conf" systemd_services="bluetooth.service true" pkg_install() { vmove all + vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth } }