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

Andreas Radke andyrtr at archlinux.org
Thu Dec 12 13:23:17 UTC 2019


    Date: Thursday, December 12, 2019 @ 13:23:16
  Author: andyrtr
Revision: 370921

upgpkg: gconf 3.2.6+11+g07808097-5: fix dbus policy location

Modified:
  gconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 13:23:10 UTC (rev 370920)
+++ PKGBUILD	2019-12-12 13:23:16 UTC (rev 370921)
@@ -2,7 +2,7 @@
 
 pkgname=gconf
 pkgver=3.2.6+11+g07808097
-pkgrel=4
+pkgrel=5
 pkgdesc="An obsolete configuration database system"
 url="https://projects-old.gnome.org/gconf/"
 arch=(x86_64)
@@ -68,4 +68,9 @@
   install -d "$pkgdir/etc/gconf/gconf.xml.system"
   install -Dt "$pkgdir/usr/bin" gconf-merge-schema gconfpkg
   install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+
+  # 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
 }



More information about the arch-commits mailing list