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

Kyle Keen kkeen at archlinux.org
Mon Jun 22 12:35:20 UTC 2020


    Date: Monday, June 22, 2020 @ 12:35:20
  Author: kkeen
Revision: 650474

upgpkg: spectrwm 3.4.0-2  disable buggy feature

Modified:
  spectrwm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 12:34:51 UTC (rev 650473)
+++ PKGBUILD	2020-06-22 12:35:20 UTC (rev 650474)
@@ -4,7 +4,7 @@
 pkgname=spectrwm
 pkgver=3.4.0
 _ghver=3_4_0
-pkgrel=1
+pkgrel=2
 pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way."
 arch=('x86_64')
 url="http://www.spectrwm.org"
@@ -37,6 +37,10 @@
 
   # see spectrwm FS#403
   #sed -i 's/setconfspawn("lock".*/setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL);/' spectrwm.c
+
+  # max_stack went from buggy (3.3.0) to instant crash (3.4.0), so disable it
+  sed -i 's-{ max_stack-//&-' spectrwm.c
+  sed -i 's-SWM_L_MAPONFOCUS | SWM_L_-//&-' spectrwm.c
 }
 
 build() {



More information about the arch-commits mailing list