Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0863fb175a0003a4e35ff03496469d9dd868ecc
commit a0863fb175a0003a4e35ff03496469d9dd868ecc Author: Priyank <[EMAIL PROTECTED]> Date: Thu Sep 27 12:45:03 2007 +0530 bluez-utils-3.19-1-i686 * Version bump * Added cups backend (closes #2451) * Spelling fixes in rc script messages * Built with hal, inotify, usb, glib, cups, audio, network support * Added passkey-agent * Install udev ruls for bluetooth * New maintainer ;) diff --git a/source/apps-extra/bluez-utils/FrugalBuild b/source/apps-extra/bluez-utils/FrugalBuild index 8a83477..90f23aa 100644 --- a/source/apps-extra/bluez-utils/FrugalBuild +++ b/source/apps-extra/bluez-utils/FrugalBuild @@ -1,27 +1,36 @@ # Compiling Time: 0.56 SBU -# Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]> +# Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> pkgname=bluez-utils -pkgver=3.14 +pkgver=3.19 pkgrel=1 pkgdesc="Bluetooth tools and daemons" url="http://bluez.sourceforge.net/" -depends=('dbus-glib>=0.71' 'openobex>=1.3-10' 'bluez-libs>=3.14') +depends=('dbus-glib>=0.71' 'hal' 'alsa-lib' 'openobex>=1.3-10' 'bluez-libs>=3.19') makedepends=('alsa-lib' 'fuse') groups=('apps-extra') archs=('i686' 'x86_64') backup=(etc/sysconfig/bluetooth etc/bluetooth/hcid.conf etc/bluetooth/rfcomm.conf etc/bluetooth/uart.conf) 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) +sha1sums=('69cf0cc59cac2b37ffcd80e48ba6ff9057de2ae9' \ + '831cbfe1e96fc72ca71e9ec5b2b0209512f90ccc' \ + '706231256b0ef53e20f22b4f163e8008f092d28a') build() { Frcd bluetooth Ffile $pkgname-$pkgver/scripts/bluetooth.default /etc/sysconfig/bluetooth Ffile uart.conf /etc/bluetooth/uart.conf - Fbuild + Fbuild --enable-network --enable-audio --enable-input \ + --enable-hal --enable-inotify --enable-usb --enable-hcid \ + --enable-configfiles --enable-hid2hci --enable-glib \ + --disable-initscripts --disable-pcmciarules --enable-bccmd \ + --enable-cups + cd daemon + Fexerel passkey-agent /usr/bin/passkey-agent + Fmkdir /etc/udev/rules.d + cd ../scripts + Fcprrel bluetooth.rules /etc/udev/rules.d/bluetooth.rules } -sha1sums=('0a63076ad3c41d812ec5bb8541f1165ec86d7fe0' \ - '831cbfe1e96fc72ca71e9ec5b2b0209512f90ccc' \ - '706231256b0ef53e20f22b4f163e8008f092d28a') # optimization OK diff --git a/source/apps-extra/bluez-utils/messages/bluetooth.en b/source/apps-extra/bluez-utils/messages/bluetooth.en index d59ce58..a9afdf5 100644 --- a/source/apps-extra/bluez-utils/messages/bluetooth.en +++ b/source/apps-extra/bluez-utils/messages/bluetooth.en @@ -1,4 +1,4 @@ -startbluetooth="Initialising Bluetooth subsystem..." +startbluetooth="Initializing Bluetooth subsystem..." starthcid="Starting hcid" startsdpd="Starting sdpd" starthidd="Starting hidd" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
