diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-10-19 06:44:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-10-19 06:44:48 +0000 |
commit | cf41037a1dce55ddb3f6ab805c9f860c9f77c3ec (patch) | |
tree | 9356cd9249b2bd0608394cd642cf65b48a5bfa45 /wm/windowlab/Makefile | |
parent | 6300e91e28288304d570d7b2d0857299bc4033fb (diff) | |
download | pkgsrc-cf41037a1dce55ddb3f6ab805c9f860c9f77c3ec.tar.gz |
Update to 1.33
Changes:
* integrated changes from Dushkin (thanks!):
* scrolling the mouse wheel in the taskbar now task switches
* integrated changes from Antti Nykänen (thanks!):
* fixed a crash that occurred on the BSDs (and presumably on other
systems without /proc/self/exe)
* integrated changes from Gregor Imboden (thanks!):
* fixed a crash that ocurrred when there are no focused windows
and alt + F12 is pressed was fixed
* events are always replayed rather than sometimes being eaten
* new windows are no longer given focus
Diffstat (limited to 'wm/windowlab/Makefile')
-rw-r--r-- | wm/windowlab/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/wm/windowlab/Makefile b/wm/windowlab/Makefile index 5ce82f103e0..70908bcab8b 100644 --- a/wm/windowlab/Makefile +++ b/wm/windowlab/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/09/04 06:05:20 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/19 06:44:48 xtraeme Exp $ # -DISTNAME= windowlab-1.32 +DISTNAME= windowlab-1.33 CATEGORIES= wm MASTER_SITES= http://www.nickgravgaard.com/windowlab/ EXTRACT_SUFX= .tar @@ -20,9 +20,6 @@ CONF_FILES= ${EGDIR}/windowlab.menurc ${PKG_SYSCONFDIR}/windowlab.menurc INSTALLATION_DIRS= share/examples/windowlab -post-extract: - @${CHMOD} -R +x ${WRKSRC} - post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/windowlab.menurc ${EGDIR} |