Hi,

Update for Spectrwm to 2.0.2:

* complete rewrite using xcb
* 100% backwards compatible
* way more responsive and snappy
* Tons of warts fixed
* cygwin works again
* xft fonts
* Added support for Xcursor.
* Fixed several fullscreen layout issues.
* Improved focus handling so related windows are raised when 
  appropriate.
* Fixed several focus issues.
* Fixed several issues that could cause segfaults.
* Fixed startup issue where certain windows might not get managed.
* Fixed delay when moving/resizing windows via keyboard.
* Fix scan_xrandr to fallback when a scan results in no new regions.
* Add tilde ~ expansion to autorun command in the config.

Tested on amd64.

Ok? Comments?


-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    18 Jul 2012 19:54:56 -0000      1.3
+++ Makefile    27 Aug 2012 16:39:28 -0000
@@ -4,7 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-DISTNAME=              spectrwm-1.1.2
+DISTNAME=              spectrwm-2.0.2
 EXTRACT_SUFX=          .tgz
 CATEGORIES=            x11
 
@@ -17,7 +17,8 @@ PERMIT_PACKAGE_FTP=   Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB += c X11 Xrandr Xtst util
+WANTLIB += X11 X11-xcb Xcursor Xft c util xcb xcb-aux xcb-icccm
+WANTLIB += xcb-keysyms xcb-randr xcb-xtest
 
 MASTER_SITES=  http://opensource.conformal.com/snapshots/spectrwm/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    18 Jul 2012 19:54:56 -0000      1.3
+++ distinfo    27 Aug 2012 16:39:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-1.1.2.tgz) = BeoR96UZyIhcSNQRJFPO+scYmbCUXQsmzWd7Bsxycwk=
-SIZE (spectrwm-1.1.2.tgz) = 93088
+SHA256 (spectrwm-2.0.2.tgz) = 8cVMCPjYK7Ys8GyU2MKlRwrEAyZZQvwvx2c7RdrvhFE=
+SIZE (spectrwm-2.0.2.tgz) = 100657

Reply via email to