summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rheinsberg2019-04-11 13:49:01 +0200
committerDavid Rheinsberg2019-04-11 13:49:49 +0200
commitc7a92901c1ee5be053eaecb6b69f89435e36c421 (patch)
treeaaceb9a5e1bfceba3a5e069d81c6a391a553018e
parent52017e4e7cabe3e4d0a340825ac8b646fe1df0eb (diff)
downloadaur-c7a92901c1ee5be053eaecb6b69f89435e36c421.tar.gz
dbus-broker-git: mark gdm as system-console-user
Extend the console-users by the 'gdm' system user. For details, see: https://github.com/bus1/dbus-broker/issues/199 Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470fb2013fed..37a4a356cde5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 11 11:44:50 UTC 2019
+# Thu Apr 11 11:49:47 UTC 2019
pkgbase = dbus-broker-git
pkgdesc = Linux D-Bus Message Broker
pkgver = r1358.ced4d83
diff --git a/PKGBUILD b/PKGBUILD
index f158b72760b6..eecd4d69fa32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,10 @@ build() {
cd build
CFLAGS="$CFLAGS -Wno-unused-parameter"
CFLAGS="$CFLAGS -Wno-maybe-uninitialized"
- arch-meson -Ddocs=true -Daudit=true "." "../$pkgname"
+ arch-meson "." "../$pkgname" \
+ -Ddocs=true \
+ -Daudit=true \
+ -Dsystem-console-users=gdm
ninja
}