Wed Mar 12 18:14:41 2014 UTC ()
Update to 2.5.0, provided by Lokesh Mandvekar on pkgsrc-users.

Changes since previous version:

Fix text rendering issue in search_win.
The depth of the indicator window must match the depth of the allocated
text color.  To ensure this is always the case, copy from root
instead of parent.

Ignore EnterNotify when entering from an inferior window.

Fix floating windows remaining borderless after being fullscreen.

Fix window border colors when moving windows to hidden workspaces.

Add new OBEYAPPFOCUSREQ quirk.
When an application requests focus on the window via a
_NET_ACTIVE_WINDOW client message (source indication of 1),
comply with the request.

Improve support for Extended Window Manager Hints (EWMH).

Add support for _NET_CURRENT DESKTOP, _NET_DESKTOP_NAMES,
_NET_NUMBER_OF_DESKTOPS and _NET_CLIENT_LIST.

Windows are sorted according to _NET_CLIENT_LIST at start.

Change iconify to use _NET_WM_STATE_HIDDEN instead of
_SWM_ICONIC.

Add _NET_WM_FULL_PLACEMENT to _NET_SUPPORTED.

Improve handling of _NET_WM_STATE_FULLSCREEN.

Improve general handling of EWMH.

Fix focus issues when a window maps/unmaps on an unfocused region.

Fix calls to get property length that did not adjust for item size.

Fix stacking issues.

Fix segfault.

Disable swapwin on fullscreen layout.

Remove floating property from ws_win struct.

Add new macros for accessing ewmh_flags.


(wiz)
diff -r1.3 -r1.4 pkgsrc/wm/spectrwm/Makefile
diff -r1.3 -r1.4 pkgsrc/wm/spectrwm/distinfo
diff -r1.2 -r0 pkgsrc/wm/spectrwm/patches/patch-linux_Makefile

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

--- pkgsrc/wm/spectrwm/Makefile 2013/11/29 23:30:47 1.3
+++ pkgsrc/wm/spectrwm/Makefile 2014/03/12 18:14:41 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2013/11/29 23:30:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2014/03/12 18:14:41 wiz Exp $
2 2
3DISTNAME= spectrwm-2.4.0 3DISTNAME= spectrwm-2.5.0
4CATEGORIES= wm 4CATEGORIES= wm
5MASTER_SITES= https://opensource.conformal.com/snapshots/spectrwm/ 5MASTER_SITES= https://opensource.conformal.com/snapshots/spectrwm/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= lsm5@fedoraproject.org 8MAINTAINER= lsm5@fedoraproject.org
9HOMEPAGE= https://opensource.conformal.com/wiki/spectrwm 9HOMEPAGE= https://opensource.conformal.com/wiki/spectrwm
10COMMENT= Small dynamic tiling window manager for X11 10COMMENT= Small dynamic tiling window manager for X11
11 11
12DEPENDS+= dmenu-[0-9]*:../../x11/dmenu 12DEPENDS+= dmenu-[0-9]*:../../x11/dmenu
13 13
14BUILDLINK_TRANSFORM+= rm:-Werror 14BUILDLINK_TRANSFORM+= rm:-Werror
15 15
16.include "../../mk/bsd.prefs.mk" 16.include "../../mk/bsd.prefs.mk"

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

--- pkgsrc/wm/spectrwm/distinfo 2013/11/29 23:30:47 1.3
+++ pkgsrc/wm/spectrwm/distinfo 2014/03/12 18:14:41 1.4
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.3 2013/11/29 23:30:47 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2014/03/12 18:14:41 wiz Exp $
2 2
3SHA1 (spectrwm-2.4.0.tgz) = 6d32d1a41436754b135b3152ebd288f06554ef03 3SHA1 (spectrwm-2.5.0.tgz) = 98a00d248bd019811151122525caf2e2d16cee03
4RMD160 (spectrwm-2.4.0.tgz) = 5beb65f25f4593db445570195f120398d29c29ba 4RMD160 (spectrwm-2.5.0.tgz) = e238ef46628e498fe065124f0a1120eec7fcb6b6
5Size (spectrwm-2.4.0.tgz) = 112193 bytes 5Size (spectrwm-2.5.0.tgz) = 116520 bytes
6SHA1 (patch-linux_Makefile) = f5cde3ae112c81f1d2e1a819bc59a80d14564a18 

File Deleted: pkgsrc/wm/spectrwm/patches/Attic/patch-linux_Makefile