Updated wm/pekwm to 0.1.14.
Bugs fixed - Vita Cizek fixed a bug that caused pekwm to crash on startup when another windowmanager was already running. - #252 "Resize code should consume last ButtonRelease event" reported and fixed by wallex - #259 "Window ghosting with xcompmgr shaded windows" reported by kevin.clevenger and fixed by Claes Nästén and Andreas Schlic - #297 "MRU window selection does not honour 'Skip=FocusToggle'" reported and fixed by wallex - #298 "MRU list should be refreshed on workspace change" reported and fixed by wallex User visible changes - #290 "Allow autoproperties to set the decor" fixed by Andreas Schlick - #268 "allow maximizing of client windows" reported by marin and fixed by Andreas Schlick #118 "Set decor name based on hints: _NET_WM_DEMANDS_ATTENTION and WM_CLIENT_MACHINE" Compatibility fixes Configuration changes New autoproperty "Decor". You can use this autoproperty to give windows a specific decor. Theme changes Themes can specify a special decor "ATTENTION" that is used for clients that set the urgency/demands-attention hint.
This commit is contained in:
parent
963c4da581
commit
8f43580492
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.42 2011/11/01 06:02:43 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2012/01/21 15:35:38 gls Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pekwm-0.1.13
|
||||
PKGREVISION= 1
|
||||
DISTNAME= pekwm-0.1.14
|
||||
CATEGORIES= wm
|
||||
MASTER_SITES= http://www.pekwm.org/projects/pekwm/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.12 2011/07/10 20:41:22 gls Exp $
|
||||
$NetBSD: distinfo,v 1.13 2012/01/21 15:35:38 gls Exp $
|
||||
|
||||
SHA1 (pekwm-0.1.13.tar.bz2) = 5a75ef9f6751f6e45f8d7c00a02de83786d9f1af
|
||||
RMD160 (pekwm-0.1.13.tar.bz2) = e8ade3820f7f83f7b4f2dc29a64882b52506a60e
|
||||
Size (pekwm-0.1.13.tar.bz2) = 404299 bytes
|
||||
SHA1 (pekwm-0.1.14.tar.bz2) = 26d75b1a834ab7527744f633e9668e1c49e51a83
|
||||
RMD160 (pekwm-0.1.14.tar.bz2) = 4f3ec0f713dfcb097393c3069504a237314f6a06
|
||||
Size (pekwm-0.1.14.tar.bz2) = 384061 bytes
|
||||
SHA1 (patch-aa) = 2350ad94c1034ad68ba80b3b101a29ec368ef68d
|
||||
|
|
Loading…
Reference in a new issue