[arch-commits] Commit in cups-pk-helper/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jan 14 06:41:54 UTC 2019


    Date: Monday, January 14, 2019 @ 06:41:53
  Author: andyrtr
Revision: 344051

upgpkg: cups-pk-helper 0.2.6-3

fix D-Bus policy location

Modified:
  cups-pk-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-14 06:18:18 UTC (rev 344050)
+++ PKGBUILD	2019-01-14 06:41:53 UTC (rev 344051)
@@ -2,7 +2,7 @@
 
 pkgname=cups-pk-helper
 pkgver=0.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A helper that makes system-config-printer use PolicyKit"
 arch=(x86_64)
 url="https://www.freedesktop.org/software/cups-pk-helper/releases/"
@@ -22,6 +22,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  # fix dbus policy location - --with-dbusdir doens't work
+  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
+  mv ${pkgdir}/etc/dbus-1/system.d/* ${pkgdir}/usr/share/dbus-1/system.d
+  rm -rf ${pkgdir}/etc/dbus-1
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list