pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/spectrwm Update to 2.5.0, provided by Lokesh Mandve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f17531d68485
branches: trunk
changeset: 631711:f17531d68485
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 12 18:14:41 2014 +0000
description:
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:
wm/spectrwm/Makefile | 4 ++--
wm/spectrwm/distinfo | 9 ++++-----
wm/spectrwm/patches/patch-linux_Makefile | 13 -------------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (43 lines):
diff -r 7496acd038a2 -r f17531d68485 wm/spectrwm/Makefile
--- a/wm/spectrwm/Makefile Wed Mar 12 17:01:57 2014 +0000
+++ b/wm/spectrwm/Makefile Wed Mar 12 18:14:41 2014 +0000
@@ -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 -r 7496acd038a2 -r f17531d68485 wm/spectrwm/distinfo
--- a/wm/spectrwm/distinfo Wed Mar 12 17:01:57 2014 +0000
+++ b/wm/spectrwm/distinfo Wed Mar 12 18:14:41 2014 +0000
@@ -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 -r 7496acd038a2 -r f17531d68485 wm/spectrwm/patches/patch-linux_Makefile
--- a/wm/spectrwm/patches/patch-linux_Makefile Wed Mar 12 17:01:57 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index