Thu Jun 18 18:45:25 2020 UTC ()
wm/spectrwm: update to 3.4.0

spectrwm 3.4.0
Release on Jun 17, 2020
   Add optional startup parameters:
     -c file - Specify a configuration file to load instead of scanning for one.
     -v - Print version and exit.
   Add new restart_of_day action. (Unbound by default.) (Same as restart but
 configuration file is loaded in full.)
   Improve startup error handling.
   Fix input focus issues.
   Fix max layout 'flickering' issue when focus_mode = follow.
   Fix ws_next_move and ws_prev_move.
   Fix withdrawn window handling.
   Fix focus issue when moving transient (and related) windows between workspaces.
   Fix maximized windows sometimes unmaximize on workspace switch.
   Fix SIGHUP restart.
   Fix transient window crossing issue on focus/swap next/prev actions.
   Fix border color issue when clicking to focus a window on an unfocused region.
   Fix keyboard_mapping fallback issue.
   Fix width calculation of Xft glyphs. (Fixes the (dis)appearing space when
 switching workspaces.)
   Increase bar hard limits to better accomodate complex markup sequences.
   Add workaround to man page for OSs ignoring LD_PRELOAD.
   Add some notes to man page and fix a warning.
   Add missing options to example spectrwm.conf.
   Update spectrwm_fr.conf
   linux: Add example baraction.sh script.
   linux: Accept user-provided pkg-config command.
   linux: Install examples.


(pin)
diff -r1.14 -r1.15 pkgsrc/wm/spectrwm/Makefile
diff -r1.8 -r1.9 pkgsrc/wm/spectrwm/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/wm/spectrwm/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/spectrwm/Makefile 2019/12/30 13:15:37 1.14
+++ pkgsrc/wm/spectrwm/Makefile 2020/06/18 18:45:25 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2019/12/30 13:15:37 ng0 Exp $ 1# $NetBSD: Makefile,v 1.15 2020/06/18 18:45:25 pin Exp $
2 2
3DISTNAME= spectrwm-3.3.0 3DISTNAME= spectrwm-3.4.0
4CATEGORIES= wm 4CATEGORIES= wm
5MASTER_SITES= ${MASTER_SITE_GITHUB:=conformal/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=conformal/}
6GITHUB_TAG= ${GITHUB_PROJECT:tu}_${PKGVERSION_NOREV:S/./_/g} 6GITHUB_TAG= ${GITHUB_PROJECT:tu}_${PKGVERSION_NOREV:S/./_/g}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/conformal/spectrwm 9HOMEPAGE= https://github.com/conformal/spectrwm
10COMMENT= Small dynamic tiling window manager for X11 10COMMENT= Small dynamic tiling window manager for X11
11LICENSE= isc 11LICENSE= isc
12 12
13DEPENDS+= dmenu-[0-9]*:../../x11/dmenu 13DEPENDS+= dmenu-[0-9]*:../../x11/dmenu
14 14
15BUILDLINK_TRANSFORM+= rm:-Werror 15BUILDLINK_TRANSFORM+= rm:-Werror
16 16

cvs diff -r1.8 -r1.9 pkgsrc/wm/spectrwm/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/spectrwm/distinfo 2019/12/30 13:15:37 1.8
+++ pkgsrc/wm/spectrwm/distinfo 2020/06/18 18:45:25 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2019/12/30 13:15:37 ng0 Exp $ 1$NetBSD: distinfo,v 1.9 2020/06/18 18:45:25 pin Exp $
2 2
3SHA1 (spectrwm-3.3.0.tar.gz) = bc15313171c590b9a906cab7516f7efe6ad3544d 3SHA1 (spectrwm-3.4.0.tar.gz) = 570b0019a398e3374f06de162ea43ebfaa003f1d
4RMD160 (spectrwm-3.3.0.tar.gz) = 3bdc6b02da74b56ec15891625da1e399370bcfbe 4RMD160 (spectrwm-3.4.0.tar.gz) = 3937a25cdfb9cae30ffc8acbc9bf293fd003cbdd
5SHA512 (spectrwm-3.3.0.tar.gz) = 743affffd0437641a760ae29ccbd0084baee3354dadc48f3fc9ab70bffa2413ffe3af67f1223413aa1bbf8c679fbae1fbbdd71a840b3e44f5df83b527f63c1cc 5SHA512 (spectrwm-3.4.0.tar.gz) = f55785976ffefaa93601cdc509880cc7e1c13df6f676d3dc0ee8121240b221b0d3db5968d32486673e2ab172165dd55da3d28b1e088fbf4f77ccecb8c6e57519
6Size (spectrwm-3.3.0.tar.gz) = 161806 bytes 6Size (spectrwm-3.4.0.tar.gz) = 164188 bytes