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

Jan Steffens heftig at archlinux.org
Fri Jan 17 13:22:16 UTC 2020


    Date: Friday, January 17, 2020 @ 13:22:15
  Author: heftig
Revision: 373613

21-2: FS#62308 add system console users

Modified:
  dbus-broker/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 10:36:33 UTC (rev 373612)
+++ PKGBUILD	2020-01-17 13:22:15 UTC (rev 373613)
@@ -3,7 +3,7 @@
 
 pkgname=dbus-broker
 pkgver=21
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux D-Bus Message Broker"
 url="https://groups.google.com/forum/#!forum/bus1-devel"
 arch=(x86_64)
@@ -41,7 +41,10 @@
 }
 
 build() {
-  arch-meson $pkgname build -D docs=true -D audit=true
+  arch-meson $pkgname build \
+    -D audit=true \
+    -D docs=true \
+    -D system-console-users=gdm,sddm,lightdm,lxdm
   ninja -C build
 }
 



More information about the arch-commits mailing list