Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3c29aa117bec7fe4aaa493697af447f57a68fbc6

commit 3c29aa117bec7fe4aaa493697af447f57a68fbc6
Author: Priyank <priy...@frugalware.org>
Date:   Sun Jan 4 00:58:45 2009 +0530

bluez-utils-3.36-3-i686
* HIDD_ENABLE is no longer recognized by rc.bluetooth
* hidd is deprecated as of latest bluez-utils (Thanks to bouleetbil for 
noticing)

diff --git a/source/apps-extra/bluez-utils/FrugalBuild 
b/source/apps-extra/bluez-utils/FrugalBuild
index 2ab1b5c..7a494c0 100644
--- a/source/apps-extra/bluez-utils/FrugalBuild
+++ b/source/apps-extra/bluez-utils/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=bluez-utils
pkgver=3.36
-pkgrel=2
+pkgrel=3
pkgdesc="Bluetooth tools and daemons"
url="http://bluez.sourceforge.net/";
depends=('dbus-glib>=0.76' 'hal>=0.5.11' 'alsa-lib' 'openobex>=1.3-10' 
'bluez-libs>=3.36')
@@ -14,9 +14,9 @@ backup=(etc/sysconfig/bluetooth etc/bluetooth/hcid.conf 
etc/bluetooth/rfcomm.con
up2date="lynx -dump http://www.bluez.org/download.html|grep bluez-utils-|sed -n 
's/.*bluez-utils-\(.*\)\.t.*/\1/; 1 p'"
source=("http://bluez.sourceforge.net/download/bluez-utils-$pkgver.tar.gz"; 
rc.bluetooth uart.conf bluetooth.default bluetooth-dbus.conf)
sha1sums=('f53ba1d17829df2c5933fe062d7f8fb1ab8c8e60' \
-          'e5323ae9a3bdfed6dac4e323dacaf1edc70171e6' \
+          'd7b8ea99d68c2f9c1e411ebc47d49cbbb8d44b4b' \
'706231256b0ef53e20f22b4f163e8008f092d28a' \
-          '8a62cf9a7c10a4fee59acbab8e85f0a1058e4772' \
+          'e80cf645c853c30378411e4a7262dfd03a6f909e' \
'7b62baa3bdf06b2d54cf9e9bc3358e2f90454311')

build() {
diff --git a/source/apps-extra/bluez-utils/bluetooth.default 
b/source/apps-extra/bluez-utils/bluetooth.default
index a7c2d9d..729405b 100644
--- a/source/apps-extra/bluez-utils/bluetooth.default
+++ b/source/apps-extra/bluez-utils/bluetooth.default
@@ -6,9 +6,6 @@ HID2HCI_ENABLE=true
# Run hcid
HCID_ENABLE=true

-# Run sdpd
-#SDPD_ENABLE=true
-
# Don't edit the following line unless you know what you're doing
HCID_CONFIG="/etc/bluetooth/hcid.conf"

diff --git a/source/apps-extra/bluez-utils/rc.bluetooth 
b/source/apps-extra/bluez-utils/rc.bluetooth
index acd0de6..1a9429c 100644
--- a/source/apps-extra/bluez-utils/rc.bluetooth
+++ b/source/apps-extra/bluez-utils/rc.bluetooth
@@ -31,11 +31,11 @@ if [ "$1" = "stop" ]; then
rfcomm release all &> /dev/null
ok $?
fi
-  if [ "$HIDD_ENABLE" = "true" ]; then
-    submsg "$stophidd"
-    killall hidd &> /dev/null
-    ok $?
-  fi
+  #if [ "$HIDD_ENABLE" = "true" ]; then
+  #  submsg "$stophidd"
+  #  killall hidd &> /dev/null
+  #  ok $?
+  #fi
#if [ "$SDPD_ENABLE" = "true" ]; then
#  submsg "$stopsdpd"
#  killall sdpd &> /dev/null
@@ -65,11 +65,11 @@ elif [ "$1" = "start" ]; then
#  sdpd
#  ok $?
#fi
-  if [ "$HIDD_ENABLE" = "true" ]; then
-    submsg "$starthidd"
-    hidd $HIDD_OPTIONS --server || true
-    ok $?
-  fi
+  #if [ "$HIDD_ENABLE" = "true" ]; then
+  #  submsg "$starthidd"
+  #  hidd $HIDD_OPTIONS --server || true
+  #  ok $?
+  #fi
if [ "$HID2HCI_ENABLE" = "true" ]; then
submsg "$starthid2hci"
hid2hci --tohci &> /dev/null || true
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to