summaryrefslogtreecommitdiff
path: root/wm/spectrwm
diff options
context:
space:
mode:
authorwiz <wiz>2014-03-12 18:14:41 +0000
committerwiz <wiz>2014-03-12 18:14:41 +0000
commita23c4b9b611d333a1ca67fe02236923ddfa5c488 (patch)
treeadfdc1b0e9d3a2018775cdc6e5ae405fa2e67c36 /wm/spectrwm
parentba1d9a5a70394c181fde42f0ed2db757ac844dc9 (diff)
downloadpkgsrc-a23c4b9b611d333a1ca67fe02236923ddfa5c488.tar.gz
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.
Diffstat (limited to 'wm/spectrwm')
-rw-r--r--wm/spectrwm/Makefile4
-rw-r--r--wm/spectrwm/distinfo9
-rw-r--r--wm/spectrwm/patches/patch-linux_Makefile13
3 files changed, 6 insertions, 20 deletions
diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile
index e758bb5334f..c5547b87777 100644
--- a/wm/spectrwm/Makefile
+++ b/wm/spectrwm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/11/29 23:30:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/12 18:14:41 wiz Exp $
-DISTNAME= spectrwm-2.4.0
+DISTNAME= spectrwm-2.5.0
CATEGORIES= wm
MASTER_SITES= https://opensource.conformal.com/snapshots/spectrwm/
EXTRACT_SUFX= .tgz
diff --git a/wm/spectrwm/distinfo b/wm/spectrwm/distinfo
index dbaf3998552..e1dc3b1e4e3 100644
--- a/wm/spectrwm/distinfo
+++ b/wm/spectrwm/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/11/29 23:30:47 wiz Exp $
+$NetBSD: distinfo,v 1.4 2014/03/12 18:14:41 wiz Exp $
-SHA1 (spectrwm-2.4.0.tgz) = 6d32d1a41436754b135b3152ebd288f06554ef03
-RMD160 (spectrwm-2.4.0.tgz) = 5beb65f25f4593db445570195f120398d29c29ba
-Size (spectrwm-2.4.0.tgz) = 112193 bytes
-SHA1 (patch-linux_Makefile) = f5cde3ae112c81f1d2e1a819bc59a80d14564a18
+SHA1 (spectrwm-2.5.0.tgz) = 98a00d248bd019811151122525caf2e2d16cee03
+RMD160 (spectrwm-2.5.0.tgz) = e238ef46628e498fe065124f0a1120eec7fcb6b6
+Size (spectrwm-2.5.0.tgz) = 116520 bytes
diff --git a/wm/spectrwm/patches/patch-linux_Makefile b/wm/spectrwm/patches/patch-linux_Makefile
deleted file mode 100644
index e2533362fe7..00000000000
--- a/wm/spectrwm/patches/patch-linux_Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-linux_Makefile,v 1.2 2013/11/29 23:30:47 wiz Exp $
-
-Find installed library.
-
---- linux/Makefile.orig 2013-11-24 00:09:06.031887162 -0600
-+++ linux/Makefile 2013-11-24 00:09:46.706760816 -0600
-@@ -1,5 +1,5 @@
- CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
--CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"libswmhack.so.$(LVERS)\"
-+CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
- LDADD+= -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor
-
- PREFIX?= /usr/local