diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-05-15 22:13:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-05-15 22:13:30 +0000 |
commit | 8dd5c913c1193e318f3e1fb78a37859aa04f50f1 (patch) | |
tree | ac32d7eb07c06fcf4874c982777686d4c2aa62ad | |
parent | acadc1145a090464dd99e3c4ad8651484c29a394 (diff) | |
download | pkgsrc-8dd5c913c1193e318f3e1fb78a37859aa04f50f1.tar.gz |
Update to 0.1.5:
* Re-enabled the use of ApplyOn = "Workspace" for autoproperties.
* Fixed ops distributing uneven pixels in tab calculation that caused
pixels missing from the title.
* Updated menu rendering to properly honour padding and justification.
* Added Last parameter to GotoWorkspace and SendToWorkspace actions
* Fixed bug in parsing of # and // comments not parsing the content
of the line.
* Switch position of row/col placement.
* Updated and applied patch from koniu{@}sheket{.}org to add OffsetX
and OffsetY options to smart placement to pad with x/y pixels.
* Remove max allowed WidthMin value check.
* Fixed dangling reference crash in configuration parser, triggered by
the parse_key_value feature of the CfgParser. Closing #84
* Removed size limiting in resize.
-rw-r--r-- | wm/pekwm/Makefile | 5 | ||||
-rw-r--r-- | wm/pekwm/PLIST | 4 | ||||
-rw-r--r-- | wm/pekwm/distinfo | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index 7790effe0b8..aed417aa064 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/15 22:13:30 xtraeme Exp $ # -DISTNAME= pekwm-0.1.4 -PKGREVISION= 1 +DISTNAME= pekwm-0.1.5 CATEGORIES= wm MASTER_SITES= http://pekwm.org/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/wm/pekwm/PLIST b/wm/pekwm/PLIST index 07b671bf0d4..bd02deb577b 100644 --- a/wm/pekwm/PLIST +++ b/wm/pekwm/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/08 13:42:42 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/05/15 22:13:30 xtraeme Exp $ bin/pekwm -man/man1/pekwm.1 share/examples/pekwm/autoproperties share/examples/pekwm/config share/examples/pekwm/keys @@ -10,7 +9,6 @@ share/examples/pekwm/start share/examples/pekwm/vars share/pekwm/scripts/pekwm_themeset.pl share/pekwm/scripts/pekwm_themeset.sh -share/pekwm/scripts/pekwm_window_info.sh share/pekwm/scripts/pekwm_ws_menu.pl share/pekwm/themes/default/theme @dirrm share/pekwm/themes/default diff --git a/wm/pekwm/distinfo b/wm/pekwm/distinfo index 25accdef62d..ae5f9f4322e 100644 --- a/wm/pekwm/distinfo +++ b/wm/pekwm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2006/04/08 13:42:42 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2006/05/15 22:13:30 xtraeme Exp $ -SHA1 (pekwm-0.1.4.tar.bz2) = 6f67cca318729b66fdb5df46ed0555a23949c89b -RMD160 (pekwm-0.1.4.tar.bz2) = 15b268e55d7b4719aaa8b819efa72c39491753d7 -Size (pekwm-0.1.4.tar.bz2) = 263546 bytes +SHA1 (pekwm-0.1.5.tar.bz2) = e22b6c32efaffa2cc16c7965356db11893ecfab8 +RMD160 (pekwm-0.1.5.tar.bz2) = 1195c7f5452b5e5b9fc6eab245df1d159e12c2f0 +Size (pekwm-0.1.5.tar.bz2) = 241913 bytes SHA1 (patch-aa) = ad738c2447e3eb1501f54eef35a0f920f40dcc7e |