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

Andrea Scarpino andrea at archlinux.org
Sun May 29 12:01:04 UTC 2011


    Date: Sunday, May 29, 2011 @ 08:01:04
  Author: andrea
Revision: 125758

upgpkg: bluez 4.93-2
re-add bluetooth-hid2hci udev rule

Modified:
  bluez/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-29 08:51:13 UTC (rev 125757)
+++ PKGBUILD	2011-05-29 12:01:04 UTC (rev 125758)
@@ -4,7 +4,7 @@
 
 pkgname=bluez
 pkgver=4.93
-pkgrel=1
+pkgrel=2
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/"
 arch=('i686' 'x86_64')
@@ -49,7 +49,7 @@
     --enable-pand \
     --enable-dund \
     --enable-cups \
-    --disable-udevrules \
+    --enable-udevrules \
     --enable-configfiles
   make
 }
@@ -73,4 +73,7 @@
   install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
   sed -i 's#/usr/bin/python#/usr/bin/python2#' \
     ${pkgdir}/usr/bin/bluez-simple-agent
+
+  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+  rm "${pkgdir}"/lib/udev/rules.d/97-bluetooth.rules
 }




More information about the arch-commits mailing list