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 and zaurus. Ok kili@ portswise (i didn't test it)
This commit is contained in:
parent
4739180528
commit
f65098938c
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2012/07/18 19:54:56 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/09/05 20:33:43 gonzalo Exp $
|
||||
|
||||
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/
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-spectrwm_c,v 1.2 2012/07/09 21:35:46 gonzalo Exp $
|
||||
--- spectrwm.c.orig Tue Jul 3 16:29:31 2012
|
||||
+++ spectrwm.c Wed Jul 4 17:47:02 2012
|
||||
@@ -197,7 +197,7 @@ u_int32_t swm_debug = 0
|
||||
$OpenBSD: patch-spectrwm_c,v 1.3 2012/09/05 20:33:43 gonzalo Exp $
|
||||
--- spectrwm.c.orig Mon Aug 27 13:13:11 2012
|
||||
+++ spectrwm.c Wed Sep 5 08:56:28 2012
|
||||
@@ -260,7 +260,7 @@ u_int32_t swm_debug = 0
|
||||
#define SWM_CONF_KEYMAPPING (1)
|
||||
|
||||
#ifndef SWM_LIB
|
||||
|
Loading…
x
Reference in New Issue
Block a user