pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update wm/spectrwm to 2.5.0



Hi,

Attached patch should update wm/spectrwm to 2.5.0. Also including a CHANGES
file.

Thanks,
-- 
Lokesh
From 82a5491b580ac76b07e6356da6d5eaa4599df9ec Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5%redhat.com@localhost>
Date: Sat, 1 Mar 2014 01:59:37 -0500
Subject: [PATCH] version bump to 2.5.0

        modified:   Makefile
        modified:   distinfo
        deleted:    patches/patch-linux_Makefile
---
 wm/spectrwm/Makefile                     |  2 +-
 wm/spectrwm/distinfo                     |  7 +++----
 wm/spectrwm/patches/patch-linux_Makefile | 13 -------------
 3 files changed, 4 insertions(+), 18 deletions(-)
 delete mode 100644 wm/spectrwm/patches/patch-linux_Makefile

diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile
index e758bb5..1e07058 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 $

-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 dbaf399..6777546 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 $

-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 e253336..0000000
--- 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
-- 
1.9.0

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.

Attachment: pgpV7h0Il06FY.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index