[arch-commits] Commit in bluez/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Jul 8 17:59:52 UTC 2014


    Date: Tuesday, July 8, 2014 @ 19:59:52
  Author: andyrtr
Revision: 216642

upgpkg: bluez 5.21-2

add BT LE device manager; FS#41132

Modified:
  bluez/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-08 16:05:07 UTC (rev 216641)
+++ PKGBUILD	2014-07-08 17:59:52 UTC (rev 216642)
@@ -6,7 +6,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
 pkgver=5.21
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -36,10 +36,10 @@
           --localstatedir=/var \
           --libexecdir=/usr/lib \
           --enable-sixaxis \
+          --enable-experimental \
           --enable-library # this is deprecated
-#          --enable-experimental \
 
-  make all V=1
+  make # all # V=1
 }
 
 check() {
@@ -92,6 +92,9 @@
        install-binPROGRAMS \
        install-man1
 
+  # add experimental BT LE manager - FS#41132
+  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/btmgmt ${pkgdir}/usr/bin/btmgmt
+       
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
   #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
   #rmdir ${pkgdir}/usr/lib




More information about the arch-commits mailing list