Date: Monday, October 7, 2019 @ 11:22:38 Author: heftig Revision: 364008
3.34.1-1 Modified: gnome-session/trunk/PKGBUILD Deleted: gnome-session/trunk/neuter-debugging.diff -----------------------+ PKGBUILD | 13 ++++--------- neuter-debugging.diff | 25 ------------------------- 2 files changed, 4 insertions(+), 34 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-07 11:22:23 UTC (rev 364007) +++ PKGBUILD 2019-10-07 11:22:38 UTC (rev 364008) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-session -pkgver=3.34.0+2+g9d8b0709 +pkgver=3.34.1 pkgrel=1 pkgdesc="The GNOME Session Handler" url="https://gitlab.gnome.org/GNOME/gnome-session" @@ -11,11 +11,9 @@ json-glib libgl libsm libxtst systemd) makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson) groups=(gnome) -_commit=9d8b070982403ff8e608d4c7cce313bc2a7dce4a # master -source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit" - neuter-debugging.diff) -sha256sums=('SKIP' - '1970f676ff510d2c169d9252f69733412206d0d6a082e587e6a0fd6073e483a1') +_commit=984dce35f9b59c016cbf21542c642da9e2e7d77b # tags/3.34.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -24,9 +22,6 @@ prepare() { cd $pkgname - - # Stopgap for https://gitlab.gnome.org/GNOME/gnome-session/issues/31 - git apply -3 ../neuter-debugging.diff } build() { Deleted: neuter-debugging.diff =================================================================== --- neuter-debugging.diff 2019-10-07 11:22:23 UTC (rev 364007) +++ neuter-debugging.diff 2019-10-07 11:22:38 UTC (rev 364008) @@ -1,25 +0,0 @@ -diff --git i/data/[email protected] w/data/[email protected] -index dd10cc9b..b06dbeb3 100644 ---- i/data/[email protected] -+++ w/data/[email protected] -@@ -15,5 +15,5 @@ Before=gnome-session-manager.target - - [Service] - Type=notify --ExecStart=@libexecdir@/gnome-session-binary --debug --systemd-service --session=%i -+ExecStart=@libexecdir@/gnome-session-binary --systemd-service --session=%i - ExecStopPost=-@libexecdir@/gnome-session-ctl --shutdown -diff --git i/gnome-session/gdm-log.c w/gnome-session/gdm-log.c -index c0dca411..687f7e8e 100644 ---- i/gnome-session/gdm-log.c -+++ w/gnome-session/gdm-log.c -@@ -187,9 +187,6 @@ gdm_log_init (void) - prg_name = g_get_prgname (); - - options = LOG_PID; --#ifdef LOG_PERROR -- options |= LOG_PERROR; --#endif - - openlog (prg_name, options, LOG_DAEMON); -
