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>
This commit is contained in:
parent
1906796f55
commit
d9f9027cec
3 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:22 zuntum Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/07/12 11:54:39 zuntum Exp $
|
||||
bin/qvwm
|
||||
man/man1/qvwm.1
|
||||
share/qvwm/clouds.qvwm-theme
|
||||
share/qvwm/default.qvwm-theme
|
||||
share/qvwm/french.qvwmrc
|
||||
share/qvwm/german.qvwmrc
|
||||
share/qvwm/images/clouds.xpm
|
||||
share/qvwm/images/clouds2.xpm
|
||||
share/qvwm/images/def16.ani
|
||||
|
@ -34,12 +35,14 @@ share/qvwm/images/xterm16.xpm
|
|||
share/qvwm/images/xterm32.ani
|
||||
share/qvwm/images/xv16.xpm
|
||||
share/qvwm/images/xv32.xpm
|
||||
share/qvwm/italian.qvwmrc
|
||||
share/qvwm/kanji.qvwmrc
|
||||
share/qvwm/korean.qvwmrc
|
||||
share/qvwm/light.qvwmrc
|
||||
share/qvwm/portuguese.qvwmrc
|
||||
share/qvwm/sounds/chimes.wav
|
||||
share/qvwm/space.qvwm-theme
|
||||
share/qvwm/system.qvwmrc
|
||||
@dirrm share/qvwm/images
|
||||
@dirrm share/qvwm/sounds
|
||||
@dirrm share/qvwm/images
|
||||
@dirrm share/qvwm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/08/16 14:52:28 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2003/07/12 11:54:39 zuntum Exp $
|
||||
|
||||
SHA1 (qvwm-1.1.11.tar.gz) = 5b8eee3423492137414b69c1d636dfa50347f3a4
|
||||
Size (qvwm-1.1.11.tar.gz) = 429757 bytes
|
||||
SHA1 (qvwm-1.1.12.tar.gz) = 27b43148a750e5b6b3efac6a6506819adbc2ed4d
|
||||
Size (qvwm-1.1.12.tar.gz) = 434618 bytes
|
||||
SHA1 (patch-aa) = f6417e645c7a17e7f826cebea51ba34713071a9d
|
||||
|
|
Loading…
Reference in a new issue