[arch-commits] Commit in bluez/repos (10 files)

2016-09-26 Thread Andreas Radke
Date: Monday, September 26, 2016 @ 15:30:06
  Author: andyrtr
Revision: 276968

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 276967, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 276967, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 276967, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 276967, bluez/trunk/bluetooth.modprobe)
Deleted:
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  bluez/repos/extra-i686/fix_commands_via_pipe_broken.diff
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe
  bluez/repos/extra-x86_64/fix_commands_via_pipe_broken.diff

+
 /PKGBUILD  |  286 +++
 /bluetooth.modprobe|6 
 extra-i686/PKGBUILD|  150 
 extra-i686/bluetooth.modprobe  |3 
 extra-i686/fix_commands_via_pipe_broken.diff   |   30 --
 extra-x86_64/PKGBUILD  |  150 
 extra-x86_64/bluetooth.modprobe|3 
 extra-x86_64/fix_commands_via_pipe_broken.diff |   30 --
 8 files changed, 292 insertions(+), 366 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-26 15:29:51 UTC (rev 276967)
+++ extra-i686/PKGBUILD 2016-09-26 15:30:06 UTC (rev 276968)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.41
-pkgrel=2
-url="http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-fix_commands_via_pipe_broken.diff
-bluetooth.modprobe)
-# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('df7dc4462494dad4e60a2943240d584f6e760235dca64f5f10eba46dbab7f5f0'
-'SKIP'
-'807d84588df5ea49338c6adb5605d091855fb234b47476dc6a0eb3f2f7ca3f72'
-'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../fix_commands_via_pipe_broken.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-sixaxis \
-  --enable-experimental \
-  --enable-library # this is deprecated
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-
-package_bluez() {
-  pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2')
-  backup=('etc/dbus-1/system.d/bluetooth.conf'
-  'etc/bluetooth/main.conf')
-  conflicts=('obexd-client' 'obexd-server')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
-   install-libexecPROGRAMS \
-   install-dbussessionbusDATA \
-   install-systemdsystemunitDATA \
-   install-systemduserunitDATA \
-   install-dbussystembusDATA \
-   install-dbusDATA \
-   install-man8
-
-  # ship upstream main config file
-  install -dm755 ${pkgdir}/etc/bluetooth
-  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
-
-  # add basic documention
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
-  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
-  # fix module loading errors
-  install -dm755 ${pkgdir}/usr/lib/modprobe.d
-  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf  
-  
-  # fix obex file transfer - https://bugs.archlinux.org/task/45816
-  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
-}
-
-package_bluez-utils() {
-  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
-  depends=('dbus' 'systemd' 'glib2')
-  conflicts=('bluez-hcidump')
-  provides=('bluez-hcidump')
-  replaces=('bluez-hcidump' 'bluez<=4.101')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
-   install-binPROGRAMS \
-   install-man1
-
-  # add missing tools FS#41132, FS#41687, FS#42716
-  for files in `find tools/ -type f -perm -755`; do
-filename=$(basename $files)
-install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
-  done
-  # add gatttool usefulbdaddr with 

[arch-commits] Commit in bluez/repos (10 files)

2016-07-24 Thread Andreas Radke
Date: Sunday, July 24, 2016 @ 16:06:22
  Author: andyrtr
Revision: 272442

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 272441, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 272441, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-i686/fix_commands_via_pipe_broken.diff
(from rev 272441, bluez/trunk/fix_commands_via_pipe_broken.diff)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 272441, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 272441, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-x86_64/fix_commands_via_pipe_broken.diff
(from rev 272441, bluez/trunk/fix_commands_via_pipe_broken.diff)
Deleted:
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

+
 /PKGBUILD  |  300 +++
 /bluetooth.modprobe|6 
 extra-i686/PKGBUILD|  143 --
 extra-i686/bluetooth.modprobe  |3 
 extra-i686/fix_commands_via_pipe_broken.diff   |   30 ++
 extra-x86_64/PKGBUILD  |  143 --
 extra-x86_64/bluetooth.modprobe|3 
 extra-x86_64/fix_commands_via_pipe_broken.diff |   30 ++
 8 files changed, 366 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-24 16:06:07 UTC (rev 272441)
+++ extra-i686/PKGBUILD 2016-07-24 16:06:22 UTC (rev 272442)
@@ -1,143 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.41
-pkgrel=1
-url="http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-bluetooth.modprobe)
-# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('df7dc4462494dad4e60a2943240d584f6e760235dca64f5f10eba46dbab7f5f0'
-'SKIP'
-'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-sixaxis \
-  --enable-experimental \
-  --enable-library # this is deprecated
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-
-package_bluez() {
-  pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2')
-  backup=('etc/dbus-1/system.d/bluetooth.conf'
-  'etc/bluetooth/main.conf')
-  conflicts=('obexd-client' 'obexd-server')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
-   install-libexecPROGRAMS \
-   install-dbussessionbusDATA \
-   install-systemdsystemunitDATA \
-   install-systemduserunitDATA \
-   install-dbussystembusDATA \
-   install-dbusDATA \
-   install-man8
-
-  # ship upstream main config file
-  install -dm755 ${pkgdir}/etc/bluetooth
-  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
-
-  # add basic documention
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
-  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
-  # fix module loading errors
-  install -dm755 ${pkgdir}/usr/lib/modprobe.d
-  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf  
-  
-  # fix obex file transfer - https://bugs.archlinux.org/task/45816
-  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
-}
-
-package_bluez-utils() {
-  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
-  depends=('dbus' 'systemd' 'glib2')
-  conflicts=('bluez-hcidump')
-  provides=('bluez-hcidump')
-  replaces=('bluez-hcidump' 'bluez<=4.101')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
-   install-binPROGRAMS \
-   install-man1
-
-  # add missing tools FS#41132, FS#41687, FS#42716
-  for files in `find tools/ -type f -perm -755`; do
-filename=$(basename $files)
-install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
-  done
-  # add gatttool usefulbdaddr with Bluetooth 4.0LE 
-  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/attrib/gatttool 

[arch-commits] Commit in bluez/repos (10 files)

2016-04-01 Thread Andreas Radke
Date: Friday, April 1, 2016 @ 16:42:49
  Author: andyrtr
Revision: 263722

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 263721, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.modprobe
(from rev 263721, bluez/trunk/bluetooth.modprobe)
  bluez/repos/testing-i686/fix_crash_when_connecting_to_controllers.diff
(from rev 263721, bluez/trunk/fix_crash_when_connecting_to_controllers.diff)
  bluez/repos/testing-i686/fix_registering_to_player_events.diff
(from rev 263721, bluez/trunk/fix_registering_to_player_events.diff)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 263721, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 263721, bluez/trunk/bluetooth.modprobe)
  bluez/repos/testing-x86_64/fix_crash_when_connecting_to_controllers.diff
(from rev 263721, bluez/trunk/fix_crash_when_connecting_to_controllers.diff)
  bluez/repos/testing-x86_64/fix_registering_to_player_events.diff
(from rev 263721, bluez/trunk/fix_registering_to_player_events.diff)

--+
 testing-i686/PKGBUILD|  155 ++
 testing-i686/bluetooth.modprobe  |3 
 testing-i686/fix_crash_when_connecting_to_controllers.diff   |   37 ++
 testing-i686/fix_registering_to_player_events.diff   |   30 +
 testing-x86_64/PKGBUILD  |  155 ++
 testing-x86_64/bluetooth.modprobe|3 
 testing-x86_64/fix_crash_when_connecting_to_controllers.diff |   37 ++
 testing-x86_64/fix_registering_to_player_events.diff |   30 +
 8 files changed, 450 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 263721, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-01 14:42:49 UTC (rev 263722)
@@ -0,0 +1,155 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.38
+pkgrel=3
+url="http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe
+fix_crash_when_connecting_to_controllers.diff
+fix_registering_to_player_events.diff)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('0618c5440be6715805060ab5eea930526f34089c437bf61819447b160254f4df'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4'
+'27296fb6cce5e62a04fbeb0779d852995779ecef553cc2e692d91d89eff8c673'
+'a3f39bf73a14b7621c36fb1ab8237914c80aaddd7a3dae46d29a515c5121ed38')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS#48644, 
http://git.kernel.org/cgit/bluetooth/bluez.git/commit/?id=177d27c8c3db4588ec13dae0368f240902c42825
+  patch -Np1 -i ${srcdir}/fix_crash_when_connecting_to_controllers.diff
+  # 
http://git.kernel.org/cgit/bluetooth/bluez.git/commit/?id=cc235a8d528b36cad2cf9fe6517d54711613331a
+  patch -Np1 -i ${srcdir}/fix_registering_to_player_events.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-sixaxis \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2')
+  backup=('etc/dbus-1/system.d/bluetooth.conf'
+  'etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 ${pkgdir}/etc/bluetooth
+  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
+  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
+  # fix module loading errors
+  install -dm755 

[arch-commits] Commit in bluez/repos (10 files)

2016-03-19 Thread Andreas Radke
Date: Friday, March 18, 2016 @ 19:24:36
  Author: andyrtr
Revision: 262053

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 262052, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 262052, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 262052, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 262052, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /PKGBUILD 
|  286 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 --
 extra-i686/PKGBUILD   
|  153 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 --
 extra-x86_64/PKGBUILD 
|  153 -
 extra-x86_64/bluetooth.modprobe   
|3 
 8 files changed, 292 insertions(+), 430 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2016-03-18 18:24:15 UTC (rev 262052)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2016-03-18 18:24:36 UTC (rev 262053)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna 
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-18 18:24:15 UTC (rev 262052)
+++ extra-i686/PKGBUILD 2016-03-18 18:24:36 UTC (rev 262053)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.37
-pkgrel=2
-url="http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
-bluetooth.modprobe)
-# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc

[arch-commits] Commit in bluez/repos (10 files)

2013-11-20 Thread Andreas Radke
Date: Wednesday, November 20, 2013 @ 16:33:51
  Author: andyrtr
Revision: 199982

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  
bluez/repos/testing-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 199981, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/testing-i686/PKGBUILD
(from rev 199981, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.modprobe
(from rev 199981, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/testing-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 199981, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 199981, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 199981, bluez/trunk/bluetooth.modprobe)
Deleted:
  bluez/repos/testing-i686/PKGBUILD
  bluez/repos/testing-i686/bluetooth.modprobe
  bluez/repos/testing-x86_64/PKGBUILD
  bluez/repos/testing-x86_64/bluetooth.modprobe

-+
 /PKGBUILD  
 |  250 ++
 /bluetooth.modprobe
 |6 
 testing-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch  
 |   59 ++
 testing-i686/PKGBUILD  
 |  116 
 testing-i686/bluetooth.modprobe
 |3 
 
testing-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 ++
 testing-x86_64/PKGBUILD
 |  116 
 testing-x86_64/bluetooth.modprobe  
 |3 
 8 files changed, 374 insertions(+), 238 deletions(-)

Copied: 
bluez/repos/testing-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 199981, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- 
testing-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
(rev 0)
+++ 
testing-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
2013-11-20 15:33:51 UTC (rev 199982)
@@ -0,0 +1,59 @@
+From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
+Date: Sat, 12 Oct 2013 17:45:25 +0200
+Subject: [PATCH] Allow using obexd without systemd in the user session
+
+Not all sessions run systemd --user (actually, the majority
+doesn't), so the dbus daemon must be able to spawn obexd
+directly, and to do so it needs the full path of the daemon.
+---
+ Makefile.obexd  | 4 ++--
+ obexd/src/org.bluez.obex.service| 4 
+ obexd/src/org.bluez.obex.service.in | 4 
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+ delete mode 100644 obexd/src/org.bluez.obex.service
+ create mode 100644 obexd/src/org.bluez.obex.service.in
+
+diff --git a/Makefile.obexd b/Makefile.obexd
+index 3760867..142e7c3 100644
+--- a/Makefile.obexd
 b/Makefile.obexd
+@@ -2,12 +2,12 @@
+ if SYSTEMD
+ systemduserunitdir = @SYSTEMD_USERUNITDIR@
+ systemduserunit_DATA = obexd/src/obex.service
++endif
+ 
+ dbussessionbusdir = @DBUS_SESSIONBUSDIR@
+ dbussessionbus_DATA = obexd/src/org.bluez.obex.service
+-endif
+ 
+-EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
++EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
+ 
+ obex_plugindir = $(libdir)/obex/plugins
+ 
+diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
+deleted file mode 100644
+index a538088..000
+--- a/obexd/src/org.bluez.obex.service
 /dev/null
+@@ -1,4 +0,0 @@
+-[D-BUS Service]
+-Name=org.bluez.obex
+-Exec=/bin/false
+-SystemdService=dbus-org.bluez.obex.service
+diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
+new file mode 100644
+index 000..9c815f2
+--- /dev/null
 b/obexd/src/org.bluez.obex.service.in
+@@ -0,0 +1,4 @@
++[D-BUS Service]
++Name=org.bluez.obex
++Exec=@libexecdir@/obexd
++SystemdService=dbus-org.bluez.obex.service
+-- 
+1.8.3.1
+
+

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-11-20 15:33:19 UTC (rev 199981)
+++ testing-i686/PKGBUILD   2013-11-20 15:33:51 UTC (rev 199982)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci')
-pkgver=5.11
-pkgrel=1

[arch-commits] Commit in bluez/repos (10 files)

2012-06-23 Thread Tom Gundersen
Date: Saturday, June 23, 2012 @ 21:03:25
  Author: tomegun
Revision: 162229

db-move: moved bluez from [testing] to [core] ( i686,  x86_64)

Added:
  bluez/repos/core-i686/
  bluez/repos/core-i686/PKGBUILD
(from rev 162228, bluez/repos/testing-i686/PKGBUILD)
  bluez/repos/core-i686/bluetooth.conf.d
(from rev 162228, bluez/repos/testing-i686/bluetooth.conf.d)
  bluez/repos/core-i686/rc.bluetooth
(from rev 162228, bluez/repos/testing-i686/rc.bluetooth)
  bluez/repos/core-x86_64/
  bluez/repos/core-x86_64/PKGBUILD
(from rev 162228, bluez/repos/testing-x86_64/PKGBUILD)
  bluez/repos/core-x86_64/bluetooth.conf.d
(from rev 162228, bluez/repos/testing-x86_64/bluetooth.conf.d)
  bluez/repos/core-x86_64/rc.bluetooth
(from rev 162228, bluez/repos/testing-x86_64/rc.bluetooth)
Deleted:
  bluez/repos/testing-i686/
  bluez/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   83 
 core-i686/bluetooth.conf.d   |   30 +
 core-i686/rc.bluetooth   |   93 +
 core-x86_64/PKGBUILD |   83 
 core-x86_64/bluetooth.conf.d |   30 +
 core-x86_64/rc.bluetooth |   93 +
 6 files changed, 412 insertions(+)

Copied: bluez/repos/core-i686/PKGBUILD (from rev 162228, 
bluez/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-24 01:03:25 UTC (rev 162229)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.101
+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' 'python2' 'systemd-tools')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+dbus-python: to run bluez-simple-agent
+pygobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test \
+--with-systemdunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+}
+md5sums=('902b390af95c6c5d6d1a17d94c8344ab'
+ '7412982b440f29fa7f76a41a87fef985'
+ '864cbd24e6efc3592e9284b0b5fb2cfd')

Copied: bluez/repos/core-i686/bluetooth.conf.d (from rev 162228, 
bluez/repos/testing-i686/bluetooth.conf.d)
===
--- core-i686/bluetooth.conf.d  (rev 0)
+++ core-i686/bluetooth.conf.d  2012-06-24 01:03:25 UTC (rev 162229)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth services (allowed values are true and false)
+
+# Run the bluetoothd daemon (default: true)
+#DAEMON_ENABLE=false
+
+# Run the sdp daemon (default: false)
+# If this is disabled, hcid's internal sdp daemon will be used
+#SDPD_ENABLE=true
+
+# Run the bluetooth HID daemon (default: 

[arch-commits] Commit in bluez/repos (10 files)

2012-06-20 Thread Tom Gundersen
Date: Wednesday, June 20, 2012 @ 06:11:40
  Author: tomegun
Revision: 162114

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 162113, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.conf.d
(from rev 162113, bluez/trunk/bluetooth.conf.d)
  bluez/repos/testing-i686/org.bluez.service
(from rev 162113, bluez/trunk/org.bluez.service)
  bluez/repos/testing-i686/rc.bluetooth
(from rev 162113, bluez/trunk/rc.bluetooth)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 162113, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.conf.d
(from rev 162113, bluez/trunk/bluetooth.conf.d)
  bluez/repos/testing-x86_64/org.bluez.service
(from rev 162113, bluez/trunk/org.bluez.service)
  bluez/repos/testing-x86_64/rc.bluetooth
(from rev 162113, bluez/trunk/rc.bluetooth)

--+
 testing-i686/PKGBUILD|   87 ++
 testing-i686/bluetooth.conf.d|   30 +++
 testing-i686/org.bluez.service   |5 +
 testing-i686/rc.bluetooth|   93 +
 testing-x86_64/PKGBUILD  |   87 ++
 testing-x86_64/bluetooth.conf.d  |   30 +++
 testing-x86_64/org.bluez.service |5 +
 testing-x86_64/rc.bluetooth  |   93 +
 8 files changed, 430 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 162113, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-20 10:11:40 UTC (rev 162114)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.100
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'systemd-tools')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+dbus-python: to run bluez-simple-agent
+pygobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth'
+   'org.bluez.service')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cp ../org.bluez.service src/
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test \
+--with-systemdunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+}
+md5sums=('54809d476c52665ff64594b6828016b5'
+ '7412982b440f29fa7f76a41a87fef985'
+ '864cbd24e6efc3592e9284b0b5fb2cfd'
+ '54c7de598327bf11d56592235d0702f4')

Copied: bluez/repos/testing-i686/bluetooth.conf.d (from rev 162113, 
bluez/trunk/bluetooth.conf.d)
===
--- testing-i686/bluetooth.conf.d   (rev 0)
+++ testing-i686/bluetooth.conf.d   2012-06-20 10:11:40 UTC (rev 162114)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth 

[arch-commits] Commit in bluez/repos (10 files)

2012-03-31 Thread Tom Gundersen
Date: Saturday, March 31, 2012 @ 18:36:54
  Author: tomegun
Revision: 154962

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  bluez/repos/staging-i686/PKGBUILD
(from rev 154961, bluez/trunk/PKGBUILD)
  bluez/repos/staging-i686/bluetooth.conf.d
(from rev 154961, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-i686/rc.bluetooth
(from rev 154961, bluez/trunk/rc.bluetooth)
  bluez/repos/staging-x86_64/
  bluez/repos/staging-x86_64/PKGBUILD
(from rev 154961, bluez/trunk/PKGBUILD)
  bluez/repos/staging-x86_64/bluetooth.conf.d
(from rev 154961, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-x86_64/rc.bluetooth
(from rev 154961, bluez/trunk/rc.bluetooth)
Deleted:
  bluez/repos/staging-i686/PKGBUILD
  bluez/repos/staging-i686/bluetooth.conf.d
  bluez/repos/staging-i686/rc.bluetooth

-+
 staging-i686/PKGBUILD   |  168 +++
 staging-i686/bluetooth.conf.d   |   60 +--
 staging-i686/rc.bluetooth   |  200 +++---
 staging-x86_64/PKGBUILD |   84 +++
 staging-x86_64/bluetooth.conf.d |   30 +
 staging-x86_64/rc.bluetooth |  100 +++
 6 files changed, 428 insertions(+), 214 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-03-31 22:34:45 UTC (rev 154961)
+++ staging-i686/PKGBUILD   2012-03-31 22:36:54 UTC (rev 154962)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.99
-pkgrel=2
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'python2' 'udev')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-alsa-lib: Audio bluetooth devices support
-dbus-python: to run bluez-simple-agent
-pygobject: to run bluez-simple-agent
-libusb-compat: USB adapters support
-cups: CUPS backend)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d'
-   'rc.bluetooth')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  # FS#27630
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
-  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent \
-${pkgdir}/usr/bin/bluez-test-device \
-${pkgdir}/usr/bin/bluez-test-input
-
-  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
-  rm ${pkgdir}/usr/lib/udev/rules.d/97-bluetooth.rules
-}
-md5sums=('2387053eb5a7b02f37df4871df022a02'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789')

Copied: bluez/repos/staging-i686/PKGBUILD (from rev 154961, 
bluez/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 22:36:54 UTC (rev 154962)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.99
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'udev')

[arch-commits] Commit in bluez/repos (10 files)

2012-02-09 Thread Jan Steffens
Date: Thursday, February 9, 2012 @ 13:45:25
  Author: heftig
Revision: 149719

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  bluez/repos/staging-i686/
  bluez/repos/staging-i686/PKGBUILD
(from rev 149718, bluez/trunk/PKGBUILD)
  bluez/repos/staging-i686/bluetooth.conf.d
(from rev 149718, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-i686/fix-a2dp.patch
(from rev 149718, bluez/trunk/fix-a2dp.patch)
  bluez/repos/staging-i686/rc.bluetooth
(from rev 149718, bluez/trunk/rc.bluetooth)
  bluez/repos/staging-x86_64/
  bluez/repos/staging-x86_64/PKGBUILD
(from rev 149718, bluez/trunk/PKGBUILD)
  bluez/repos/staging-x86_64/bluetooth.conf.d
(from rev 149718, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-x86_64/fix-a2dp.patch
(from rev 149718, bluez/trunk/fix-a2dp.patch)
  bluez/repos/staging-x86_64/rc.bluetooth
(from rev 149718, bluez/trunk/rc.bluetooth)

-+
 staging-i686/PKGBUILD   |   86 
 staging-i686/bluetooth.conf.d   |   30 +++
 staging-i686/fix-a2dp.patch |   68 +
 staging-i686/rc.bluetooth   |  100 ++
 staging-x86_64/PKGBUILD |   86 
 staging-x86_64/bluetooth.conf.d |   30 +++
 staging-x86_64/fix-a2dp.patch   |   68 +
 staging-x86_64/rc.bluetooth |  100 ++
 8 files changed, 568 insertions(+)

Copied: bluez/repos/staging-i686/PKGBUILD (from rev 149718, 
bluez/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-09 18:45:25 UTC (rev 149719)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.98
+pkgrel=3
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+   alsa-lib: Audio bluetooth devices support
+   dbus-python: to run bluez-simple-agent
+   pygobject: to run bluez-simple-agent
+   libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool' 'emptydirs')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d' 'rc.bluetooth' 'fix-a2dp.patch')
+md5sums=('4aca8a0929250212e9a75fb60dd75b05'
+ '7412982b440f29fa7f76a41a87fef985'
+ '8f9498707f809506928b2e480d3b6789'
+ 'd6a34317e56b7c2bd990791d89d6c3cb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/fix-a2dp.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+
+  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+  rm ${pkgdir}/lib/udev/rules.d/97-bluetooth.rules
+}

Copied: bluez/repos/staging-i686/bluetooth.conf.d (from rev 149718, 
bluez/trunk/bluetooth.conf.d)
===
--- staging-i686/bluetooth.conf.d   (rev 0)
+++ staging-i686/bluetooth.conf.d   2012-02-09 18:45:25 UTC (rev 149719)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file