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

Andrea Scarpino andrea at archlinux.org
Wed Oct 7 16:26:32 UTC 2009


    Date: Wednesday, October 7, 2009 @ 12:26:32
  Author: andrea
Revision: 54267

upgpkg: bluez 4.55-1
    upstream release

Modified:
  bluez/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-07 16:11:51 UTC (rev 54266)
+++ PKGBUILD	2009-10-07 16:26:32 UTC (rev 54267)
@@ -1,12 +1,15 @@
+# $Id$
 # Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
 pkgname=bluez
-pkgver=4.54
+pkgver=4.55
 pkgrel=1
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/"
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('dbus-core' 'glib2>=2.20.1')
+depends=('dbus-core')
 makedepends=('gstreamer0.10-base' 'alsa-lib' 'libusb' 'libnl')
 optdepends=('gstreamer0.10-base' 'alsa-lib' 'libusb' 'libnl' 'dbus-python')
 conflicts=('bluez-libs' 'bluez-utils')
@@ -18,6 +21,9 @@
 source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2
         bluetooth.conf.d
         rc.bluetooth)
+md5sums=('6bd20ff8ab5187ad955aa92dde592ab8'
+         'd12be5b494525bb1ba6eac5c3983dd3e'
+         'b67bd953082befea6ae57c6fe25993e8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -38,7 +44,6 @@
         --enable-pand \
         --enable-dund \
         --enable-cups \
-        --enable-manpages \
         --enable-configfiles || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
@@ -57,6 +62,3 @@
 
   install -m755 test/simple-agent "${pkgdir}/usr/bin/bluez-simple-agent" || return 1
 }
-md5sums=('367e29fb7520aa01b12689635993b868'
-         'd12be5b494525bb1ba6eac5c3983dd3e'
-         'b67bd953082befea6ae57c6fe25993e8')




More information about the arch-commits mailing list