aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-session
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-02 12:32:03 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-02 14:34:08 +0200
commit5e853593f2e66fb3a5746eb28a136468b536cdd3 (patch)
treeaffa406a196c299cc76826656c5124e075dbd4a7 /community/gnome-session
parent98e97c1ce318f5c52c60d3e92a57e191c85c3b3d (diff)
downloadaports-5e853593f2e66fb3a5746eb28a136468b536cdd3.tar.bz2
aports-5e853593f2e66fb3a5746eb28a136468b536cdd3.tar.xz
community/gnome-session: disable systemd session
We don't support this anyway with elogind, so this saves us from gnome-session detecting on every start that the systemd session doesn't work.
Diffstat (limited to 'community/gnome-session')
-rw-r--r--community/gnome-session/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD
index 3cea5fa4b5..033a7663e2 100644
--- a/community/gnome-session/APKBUILD
+++ b/community/gnome-session/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-session
pkgver=3.36.0
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME session manager"
url="https://gitlab.gnome.org/GNOME/gnome-session"
arch="all !s390x !ppc64le !mips !mips64"
@@ -24,6 +24,7 @@ build() {
--localstatedir=/var \
--buildtype=plain \
-Dsystemd_journal=true \
+ -Dsystemd_session=disable \
. output
ninja -C output
}