Hi,

This diff updates WinWrangler to 0.2.4

Major new feature is spatial window switching: switch windows not by
focus-order, but by selecting neighbouring windows in the directions
up, down, left, or right (using <Control><Super>Up|Down|Left|Right).

Tested for some days on my laptop (i386): no problems encountered.

Ciao,
David
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/winwrangler/Makefile,v
retrieving revision 1.1.1.1
diff -N -u -p Makefile
--- Makefile	27 Sep 2009 19:17:11 -0000	1.1.1.1
+++ Makefile	29 Oct 2009 09:20:01 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =	desktop daemon to perform advanced window manipulations
 
-V =		0.2.3
+V =		0.2.4
 DISTNAME =	winwrangler-$V
 CATEGORIES =	x11
 
@@ -31,9 +31,10 @@ LIB_DEPENDS =	gtkhotkey::x11/gtkhotkey \
 
 WANTLIB += ICE SM X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp
 WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
+WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 gio-2.0 glib-2.0
 WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0
-WANTLIB += m pcre pixman-1 png pthread-stubs xcb xcb-atom xcb-aux
+WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pcre
+WANTLIB += pixman-1 png pthread-stubs xcb xcb-atom xcb-aux
 WANTLIB += xcb-event z
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/winwrangler/distinfo,v
retrieving revision 1.1.1.1
diff -N -u -p distinfo
--- distinfo	27 Sep 2009 19:17:11 -0000	1.1.1.1
+++ distinfo	29 Oct 2009 09:20:01 -0000
@@ -1,5 +1,5 @@
-MD5 (winwrangler-0.2.3.tar.gz) = v7aVeNM1opiPQBjjoYblkA==
-RMD160 (winwrangler-0.2.3.tar.gz) = qM/yNQk3wonnJyW+aR8/w3uwJLU=
-SHA1 (winwrangler-0.2.3.tar.gz) = /3OPz2UXdY9BSVz7nVKKDEOZ8WY=
-SHA256 (winwrangler-0.2.3.tar.gz) = boc1O8omt7F885c8VthaFbZ3HIqtZ9y8v0dYXw0N9ts=
-SIZE (winwrangler-0.2.3.tar.gz) = 328312
+MD5 (winwrangler-0.2.4.tar.gz) = L95XinpzT2rNmhF8eUyLCw==
+RMD160 (winwrangler-0.2.4.tar.gz) = 05/MKXCIQmkBdjRmymbS0vkAM8g=
+SHA1 (winwrangler-0.2.4.tar.gz) = 2DBMOJSM5c84RjYk96gHC1OOL/U=
+SHA256 (winwrangler-0.2.4.tar.gz) = 7KTX0HY8iKxRu2HKv6INppWU71J4KF69kkNM4s/snR8=
+SIZE (winwrangler-0.2.4.tar.gz) = 336076
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/x11/winwrangler/patches/patch-Makefile_in,v
retrieving revision 1.1.1.1
diff -N -u -p patches/patch-Makefile_in
--- patches/patch-Makefile_in	27 Sep 2009 19:17:11 -0000	1.1.1.1
+++ patches/patch-Makefile_in	29 Oct 2009 09:20:01 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.1.1.1 2009/09/27 19:17:11 landry Exp $
---- Makefile.in.orig	Thu Sep 24 22:38:04 2009
-+++ Makefile.in	Thu Sep 24 22:38:34 2009
-@@ -624,7 +624,7 @@ install-data: install-data-recursive
+--- Makefile.in.orig	Tue Sep 29 20:43:50 2009
++++ Makefile.in	Thu Oct 29 10:10:17 2009
+@@ -705,7 +705,7 @@ install-data: install-data-recursive
  uninstall: uninstall-recursive
  
  install-am: all-am

Reply via email to