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

Andreas Radke andyrtr at archlinux.org
Sun Jan 13 15:48:32 UTC 2019


    Date: Sunday, January 13, 2019 @ 15:48:32
  Author: andyrtr
Revision: 343962

upgpkg: bluez 5.50-5

fix D-Bus policy location

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 15:07:10 UTC (rev 343961)
+++ PKGBUILD	2019-01-13 15:48:32 UTC (rev 343962)
@@ -5,7 +5,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
 pkgver=5.50
-pkgrel=4
+pkgrel=5
 url="http://www.bluez.org/"
 arch=('x86_64')
 license=('GPL2')
@@ -33,6 +33,7 @@
           --sysconfdir=/etc \
           --localstatedir=/var \
           --libexecdir=/usr/lib \
+          --with-dbusconfdir=/usr/share/dbus-1 \
           --enable-btpclient \
           --enable-midi \
           --enable-sixaxis \
@@ -51,8 +52,7 @@
 package_bluez() {
   pkgdesc="Daemons for the bluetooth protocol stack"
   depends=('libical' 'dbus' 'glib2' 'alsa-lib')
-  backup=('etc/dbus-1/system.d/bluetooth.conf'
-          'etc/bluetooth/main.conf')
+  backup=('etc/bluetooth/main.conf')
   conflicts=('obexd-client' 'obexd-server')
 
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list