diff options
author | gls <gls@pkgsrc.org> | 2010-04-17 10:07:17 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-04-17 10:07:17 +0000 |
commit | 830f21eae6f3e9dda37a392a7027e1f48d5a21dd (patch) | |
tree | 9dce1e491e7ed5d13dc15976389d6679a24d782f /wm | |
parent | bc719f11266e6c29220758a3fda88762f673f1e7 (diff) | |
download | pkgsrc-830f21eae6f3e9dda37a392a7027e1f48d5a21dd.tar.gz |
Update to 0.1.12.
Changelog:
Bugs fixed
* #187 "Keyboard layout disability", reported by flatr0ze, fixed by Idares
* #196 "separator as last (sub)menu entry gets drawn on top of first menu \
entry", reported by Jyri Jokinen and fixed by Andreas
* #200 "pekwm not supporting additional mouse buttons", reported by Dusty \
Phillips and fixed by Andreas
* #202 "Tabs change order after restart", reported by Thomas and fixed by \
Claes Nästén
* #215 "pekwm crashes when opening new Opera 10", fixed by Claes Nästén
* #155 "Autogrouping "global = true" should check versus target workspace,\
not current one.", reported by Walther and fixed by Claes Nästén
* #234 "Windows which start out iconified are not properly managed.",\
reported by Christopher A. Oliver and fixed by Andreas
* #201 "Title set to ``<INVALID> when one or more characters cannot be\
translated by iconv", reported by Martin Tournoij and fixed by Claes Nästén
* Bugfix for a use after free bug by Andreas.
* #244 "bug in PScreen.cc (PScreen::MODIFIER_TO_MASK_NUM is 0)" reported\
and fixed by Idares
* #245 "Fullscreen command Doesn't work with gtk builds of emacs, also\
gnome-terminal", reported by joe higton and fixed by Claes Nästén.
* #174 "xcompmgr and gnome-do", reported by Emmanuele Massimi and fixed by\
Claes Nästén.
* #253 "NET_ACTIVE_WINDOW messages shouldn't cause a workspace switch for\
sticky windows", reported and fixed by Walther.
User visible changes
* #191 "making window events pass along a window ID", reported by Mathias\
and fixed by Claes Nästén
* #221 "PekWM package for Fedora", Germán A. Racca provided a rpm .spec\
file for pekwm
* #74 "Tab completion for CmdDialog", reported and fixed by Claes Nästén.
While here, claim maintainership.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/pekwm/Makefile | 11 | ||||
-rw-r--r-- | wm/pekwm/distinfo | 10 | ||||
-rw-r--r-- | wm/pekwm/patches/patch-aa | 4 |
3 files changed, 13 insertions, 12 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index 10b0fdcd364..a65fcdbc271 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.35 2010/01/18 09:59:29 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2010/04/17 10:07:17 gls Exp $ # -DISTNAME= pekwm-0.1.11 -PKGREVISION= 2 +DISTNAME= pekwm-0.1.12 CATEGORIES= wm -MASTER_SITES= http://www.pekwm.org/projects/3/files/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= http://www.pekwm.org/projects/pekwm/files/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gls@NetBSD.org HOMEPAGE= http://www.pekwm.org/ COMMENT= Window manager based on aewm++ + LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/wm/pekwm/distinfo b/wm/pekwm/distinfo index 765b86aeb0a..0851b95999b 100644 --- a/wm/pekwm/distinfo +++ b/wm/pekwm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2009/05/21 01:40:21 snj Exp $ +$NetBSD: distinfo,v 1.11 2010/04/17 10:07:18 gls Exp $ -SHA1 (pekwm-0.1.11.tar.bz2) = 28cfa30cfc046440f6e5924214959f8647bc0a9d -RMD160 (pekwm-0.1.11.tar.bz2) = 69ba2badf75514410e67dd48b0df1fc354f9a896 -Size (pekwm-0.1.11.tar.bz2) = 385262 bytes -SHA1 (patch-aa) = 6aa5307aa6ea3e1fcbd5715bbfb0627c49c41304 +SHA1 (pekwm-0.1.12.tar.gz) = a39b04f2e1424d9c5ad0be0866ba735f31786ad7 +RMD160 (pekwm-0.1.12.tar.gz) = aa3ef16e8bc3c22e038fab4715b0c6e5f1afab64 +Size (pekwm-0.1.12.tar.gz) = 488625 bytes +SHA1 (patch-aa) = 90b44e5bb1b70bc3e1e0cd1088751657b011b83d diff --git a/wm/pekwm/patches/patch-aa b/wm/pekwm/patches/patch-aa index d6449857304..5dd7f0d369b 100644 --- a/wm/pekwm/patches/patch-aa +++ b/wm/pekwm/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2009/02/20 12:27:03 obache Exp $ +$NetBSD: patch-aa,v 1.6 2010/04/17 10:07:18 gls Exp $ + +Fix installation dirs --- data/Makefile.in.orig 2009-01-26 17:59:45.000000000 +0000 +++ data/Makefile.in |