Hi,

Update for Spectrwm to 2.2.0:

* Fix setkeymapping to call expand_tilde for proper expansion of ~ 
in path.
* Add new quirk NOFOCUSONMAP.
* Add get_screen_count function that handles the result of 
  xcb_get_setup.
* Initialize some pointers that could be freed without being 
  initialized.
* Add new ws_next_move and ws_prev_move bindings. 
* Fix fullscreen layout stacking issue when using multiple regions.
* Improve man page explanation of verbose_layout.
* Fix input focus fallback issue when running with multiple regions.
* Fix manual focus mode sometimes switching region with pointer 
  motion.

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    11 Mar 2013 11:46:15 -0000      1.7
+++ Makefile    25 Mar 2013 20:41:17 -0000
@@ -4,7 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-DISTNAME=              spectrwm-2.1.1
+DISTNAME=              spectrwm-2.2.0
 EXTRACT_SUFX=          .tgz
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    4 Dec 2012 16:39:54 -0000       1.6
+++ distinfo    25 Mar 2013 20:41:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.1.1.tgz) = Q7EZPyGXS5dJOuYgNhvhuQV1HM6VgPwmZT/Y6m1wcSE=
-SIZE (spectrwm-2.1.1.tgz) = 106471
+SHA256 (spectrwm-2.2.0.tgz) = n8QQBTAAW22XwbL+geeNC/EEJezVfyxSPbazboPasQM=
+SIZE (spectrwm-2.2.0.tgz) = 107382
Index: pkg/PFRAG.shared
===================================================================
RCS file: pkg/PFRAG.shared
diff -N pkg/PFRAG.shared
--- pkg/PFRAG.shared    28 Feb 2012 05:56:11 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/02/28 05:56:11 ajacoutot Exp $
-@lib lib/libswmhack.so.${LIBswmhack_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/spectrwm/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   28 Feb 2012 05:56:11 -0000      1.1.1.1
+++ pkg/PLIST   25 Mar 2013 20:41:17 -0000
@@ -4,6 +4,7 @@
 %%SHARED%%
 bin/scrotwm
 @bin bin/spectrwm
+@lib lib/libswmhack.so.${LIBswmhack_VERSION}
 @man man/man1/spectrwm.1
 share/examples/spectrwm/
 @sample share/spectrwm/

Reply via email to