2004-03-10 15:12:50 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2004/03/10 14:12:51 xtraeme Exp $
|
Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.
Changes:
. Add sound events: RestoreUpSound, RestoreDownSound, MenuPopupSound,
MenuCommandSound, OpenSound, CloseSound, PagerSound, and PagingSound.
. Change OpengingSound, EndingSound, and RestartSound to
SystemStartSound, SystemExitSound, and SystemRestartSound, respectively.
. Change the default coloring as in Windows 2000.
As well as other bugfixes.
Package change: man page now in PLIST, buildlinked.
2001-08-16 16:52:28 +02:00
|
|
|
#
|
2001-05-30 16:30:48 +02:00
|
|
|
|
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>
2003-07-12 13:54:39 +02:00
|
|
|
DISTNAME= qvwm-1.1.12
|
2004-01-03 19:49:33 +01:00
|
|
|
PKGREVISION= 2
|
2001-05-30 16:30:48 +02:00
|
|
|
CATEGORIES= wm
|
|
|
|
MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2001-05-30 16:30:48 +02:00
|
|
|
HOMEPAGE= http://www.qvwm.org/
|
|
|
|
COMMENT= Windows 95/98/NT like window manager for X11
|
|
|
|
|
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>
2003-07-12 13:54:39 +02:00
|
|
|
USE_X11= yes
|
2001-05-30 16:30:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-24 16:18:32 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2004-03-10 15:12:50 +01:00
|
|
|
USE_BUILDLINK3= yes
|
2003-11-10 15:51:04 +01:00
|
|
|
USE_GCC_SHLIB= yes
|
2001-05-30 16:30:48 +02:00
|
|
|
|
Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.
Changes:
. Add sound events: RestoreUpSound, RestoreDownSound, MenuPopupSound,
MenuCommandSound, OpenSound, CloseSound, PagerSound, and PagingSound.
. Change OpengingSound, EndingSound, and RestartSound to
SystemStartSound, SystemExitSound, and SystemRestartSound, respectively.
. Change the default coloring as in Windows 2000.
As well as other bugfixes.
Package change: man page now in PLIST, buildlinked.
2001-08-16 16:52:28 +02:00
|
|
|
post-install:
|
|
|
|
${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1
|
|
|
|
|
2004-03-10 15:12:50 +01:00
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
2001-05-30 16:30:48 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|