summaryrefslogtreecommitdiffstats
path: root/desktop/gdm/gdm.SlackBuild
diff options
context:
space:
mode:
author Bob Funk2022-08-12 12:41:47 +0200
committer Willy Sudiarto Raharjo2022-08-13 05:40:37 +0200
commit6b65bd42d32fb0610bd79251822a7f0fa77cc86e (patch)
tree1e58410124c651839f5d39adb45aa777c894db81 /desktop/gdm/gdm.SlackBuild
parentc99a9518cab09d6bab3cecd4b0ca4c4b10640126 (diff)
downloadslackbuilds-6b65bd42d32fb0610bd79251822a7f0fa77cc86e.tar.gz
desktop/gdm: Updated for version 42.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gdm/gdm.SlackBuild')
-rw-r--r--desktop/gdm/gdm.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/gdm/gdm.SlackBuild b/desktop/gdm/gdm.SlackBuild
index c9dc47d6b0..aa5221034a 100644
--- a/desktop/gdm/gdm.SlackBuild
+++ b/desktop/gdm/gdm.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gdm
VERSION=${VERSION:-42.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,6 +79,8 @@ find -L . \
# A couple patches taken from Artix Linux:
patch -Np1 -i $CWD/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
patch -Np1 -i $CWD/0002-meson-allow-building-with-elogind.patch
+patch -Np1 -i $CWD/0003-add-wayland-session-script.patch
+patch -Np1 -i $CWD/0004-fix-Xsession-language-in-gnome.patch
mkdir build
cd build
@@ -103,7 +105,7 @@ cd build
-Dsystemd-journal=false \
-Dsystemdsystemunitdir=no \
-Dsystemduserunitdir=no \
- -Dsysconfsubdir=/etc/X11/gdm \
+ -Dsysconfsubdir=/etc/gdm \
-Dinitial-vt=7
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
@@ -116,6 +118,7 @@ mkdir -p $PKG/etc/pam.d
cat $CWD/gdm-autologin.pam > $PKG/etc/pam.d/gdm-autologin
cat $CWD/gdm-password.pam > $PKG/etc/pam.d/gdm-password
cat $CWD/gdm-launch-environment.pam > $PKG/etc/pam.d/gdm-launch-environment
+cat $CWD/wayland-session > $PKG/etc/gdm/wayland-session
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \