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

Antonio Rojas arojas at archlinux.org
Mon Jan 14 21:51:09 UTC 2019


    Date: Monday, January 14, 2019 @ 21:51:08
  Author: arojas
Revision: 344083

Move dbus conf to /usr/share

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-14 21:04:51 UTC (rev 344082)
+++ PKGBUILD	2019-01-14 21:51:08 UTC (rev 344083)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.54.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -20,6 +20,10 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Install dbus conf in /usr/share 
+  sed -e 's|${SYSCONF_INSTALL_DIR}/dbus-1/system.d|${CMAKE_INSTALL_DBUSDIR}/system.d|g' -i src/ConfigureChecks.cmake -i cmake/KF5AuthMacros.cmake
 }
 
 build() {



More information about the arch-commits mailing list