Date: Friday, December 27, 2013 @ 23:14:08 Author: andyrtr Revision: 202772
upgpkg: bluez 5.13-1 upstream update 5.13; add a bluez-plugins pkg for stuff like PS3 controller FS#38275 Modified: bluez/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-27 14:33:26 UTC (rev 202771) +++ PKGBUILD 2013-12-27 22:14:08 UTC (rev 202772) @@ -4,9 +4,9 @@ # Contributor: Geoffroy Carrier <[email protected]> pkgbase=bluez -pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci') -pkgver=5.12 -pkgrel=2 +pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins') +pkgver=5.13 +pkgrel=1 url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') @@ -14,7 +14,7 @@ source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluetooth.modprobe) -md5sums=('5d37e581107b3d6f91b81194a5006407' +md5sums=('c68f8cb270110256a684403ee43b5f79' 'ec97f23123456900446e8ab17361d6c2' '671c15e99d7154c2df987b71c5851b3d') @@ -34,6 +34,7 @@ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \ + --enable-sixaxis \ --enable-library # this is deprecated # --enable-experimental \ @@ -42,7 +43,7 @@ check() { cd $pkgname-$pkgver - make -k check + make check } @@ -131,3 +132,12 @@ install -dm755 ${pkgdir}/usr/share/man/man1 mv ${srcdir}/hid2hci.1 ${pkgdir}/usr/share/man/man1/hid2hci.1 } + +package_bluez-plugins() { + pkgdesc="bluez plugins (PS3 sicaxis controller)" + depends=('systemd') + + cd ${pkgbase}-${pkgver} + make DESTDIR=${pkgdir} \ + install-pluginLTLIBRARIES +}
