[arch-commits] Commit in spectrwm/trunk (PKGBUILD spectrwm.install)
Kyle Keen
kkeen at archlinux.org
Sat Jun 27 02:27:35 UTC 2020
Date: Saturday, June 27, 2020 @ 02:27:34
Author: kkeen
Revision: 654486
upgpkg: spectrwm 3.4.1-1
Added:
spectrwm/trunk/spectrwm.install
Modified:
spectrwm/trunk/PKGBUILD
------------------+
PKGBUILD | 13 +++++--------
spectrwm.install | 8 ++++++++
2 files changed, 13 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-27 01:45:21 UTC (rev 654485)
+++ PKGBUILD 2020-06-27 02:27:34 UTC (rev 654486)
@@ -2,9 +2,9 @@
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=spectrwm
-pkgver=3.4.0
-_ghver=3_4_0
-pkgrel=2
+pkgver=3.4.1
+_ghver=3_4_1
+pkgrel=1
pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way."
arch=('x86_64')
url="http://www.spectrwm.org"
@@ -16,6 +16,7 @@
optdepends=('scrot: screenshots'
'xlockmore: great screenlocker')
backup=(etc/spectrwm.conf)
+install=spectrwm.install
#source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \
source=("https://github.com/conformal/spectrwm/archive/SPECTRWM_${_ghver}.tar.gz" \
@@ -22,7 +23,7 @@
LICENSE \
baraction.sh \
spectrwm-no-preload)
-md5sums=('24e97fd61146b48e1bdd5c85247b26a8'
+md5sums=('4eba6fb1e888a3df4918c181b66bdbde'
'a67cfe51079481e5b0eab1ad371379e3'
'950d663692e1da56e0ac864c6c3ed80e'
'974d109ce0af39cc73936d5efd682480')
@@ -37,10 +38,6 @@
# 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() {
Added: spectrwm.install
===================================================================
--- spectrwm.install (rev 0)
+++ spectrwm.install 2020-06-27 02:27:34 UTC (rev 654486)
@@ -0,0 +1,8 @@
+post_install() {
+ echo 'As of 3.4.X, "focus_mode = follow_cursor" will lock up spectrwm in some circumstance.'
+ echo 'Please check your config.'
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list