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

Balló György bgyorgy at archlinux.org
Thu Mar 7 00:56:12 UTC 2019


    Date: Thursday, March 7, 2019 @ 00:56:11
  Author: bgyorgy
Revision: 437974

upgpkg: blueman 2.0.8-2

Use correct D-Bus config location, fix polkit directory permissions (FS#61254)

Modified:
  blueman/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-07 00:31:13 UTC (rev 437973)
+++ PKGBUILD	2019-03-07 00:56:11 UTC (rev 437974)
@@ -4,7 +4,7 @@
 
 pkgname=blueman
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Bluetooth Manager"
 arch=('x86_64')
 url="https://github.com/blueman-project/blueman"
@@ -24,6 +24,9 @@
   # Fix path for bluetoothd
   sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' apps/blueman-report
 
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+
   # Fix non-standard icon names
   sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
   sed -i 's/mouse/input-mouse/' blueman/services/Input.py
@@ -43,4 +46,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }



More information about the arch-commits mailing list