diff options
author | zuntum <zuntum> | 2003-07-12 11:54:39 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2003-07-12 11:54:39 +0000 |
commit | 9670a3e22d2c5f0ba95af365c889b9989f8de763 (patch) | |
tree | 6c9f4e57428c3aef5ce07c815f3f6e0681a7f0c6 /wm/qvwm/Makefile | |
parent | 5f73ad7c87e518368270d441b35f0f538808ee78 (diff) | |
download | pkgsrc-9670a3e22d2c5f0ba95af365c889b9989f8de763.tar.gz |
Update qvwm to version 1.1.12
* get rid of USE_X11BASE
1.1.11 -> 1.1.12
----------------
1. Fix the bug that qvwm sometimes crashes if sound is enabled at exit.
2. Fix the bug that a close button does not disappear and a maximize
button disappears when you set NO_BUTTON3 to an application.
3. Fix the bug that the CPU utilization becomes 100% after you send a
remote command to qvwm.
4. Enable to send a remote command like QVWM_RESTORE to certain window.
5. Eanble to change spacing between short cut icons using
IconHorizontalSpacing and IconVerticalSpacing.
6. Add german.qvwmrc, portuguese.qvwmrc, and italian.qvwmrc.
7. Fix the bug that a part of a menu is left on the screen after you
execute a command from the menu.
8. Add QVWM_TOGGLE_{FOCUS, BORDER, BORDER_EDGE, BUTTON1, BUTTON2, BUTTON3,
CTRLBTN, TBUTTON, TITLE}.
Fixes PR#21935 by David Forrai <david.forrai@gemair.com>
Diffstat (limited to 'wm/qvwm/Makefile')
-rw-r--r-- | wm/qvwm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index 650349b734a..a8336d8f769 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/06/02 01:16:13 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/12 11:54:39 zuntum Exp $ # -DISTNAME= qvwm-1.1.11 -PKGREVISION= 2 +DISTNAME= qvwm-1.1.12 CATEGORIES= wm MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/ @@ -10,7 +9,7 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.qvwm.org/ COMMENT= Windows 95/98/NT like window manager for X11 -USE_X11BASE= yes +USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_BUILDLINK2= yes |