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

Antonio Rojas arojas at archlinux.org
Sun Jan 13 10:25:30 UTC 2019


    Date: Sunday, January 13, 2019 @ 10:25:29
  Author: arojas
Revision: 343804

Move dbus conf file under /usr/share

Modified:
  sddm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 05:29:01 UTC (rev 343803)
+++ PKGBUILD	2019-01-13 10:25:29 UTC (rev 343804)
@@ -4,7 +4,7 @@
 
 pkgname=sddm
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='QML based X11 and Wayland display manager'
 arch=('x86_64')
 url='http://github.com/sddm/sddm'
@@ -29,6 +29,7 @@
   cmake ../${pkgname}-${pkgver} \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+        -DDBUS_CONFIG_DIR=/usr/share/dbus-1/system.d \
         -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
         -DBUILD_MAN_PAGES=ON
   make



More information about the arch-commits mailing list