diff options
author | gls <gls@pkgsrc.org> | 2012-01-21 15:35:38 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-01-21 15:35:38 +0000 |
commit | 8c72eaa6b734f37164f359f57ca8b90d5a8c3459 (patch) | |
tree | 5562e24e93627e468c394429a083e315736f8b79 /wm | |
parent | 314bfcc28a1b54b968fc0e17cd6313f98d59c5a6 (diff) | |
download | pkgsrc-8c72eaa6b734f37164f359f57ca8b90d5a8c3459.tar.gz |
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.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/pekwm/Makefile | 5 | ||||
-rw-r--r-- | wm/pekwm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index dde92d52015..8031b9589db 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -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 diff --git a/wm/pekwm/distinfo b/wm/pekwm/distinfo index 45b6615c653..18f85a64d94 100644 --- a/wm/pekwm/distinfo +++ b/wm/pekwm/distinfo @@ -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 |