diff options
author | wiz <wiz> | 2001-08-16 14:52:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-08-16 14:52:28 +0000 |
commit | 2ade9a2ea0aba4a57bd336294850322ce0eb8c98 (patch) | |
tree | 8ddf5e234a83244f76046ac972e4776644b4d258 /wm | |
parent | dad77411e26f2fda6fb1ccaf8517c0888d61ec84 (diff) | |
download | pkgsrc-2ade9a2ea0aba4a57bd336294850322ce0eb8c98.tar.gz |
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.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/qvwm/Makefile | 16 | ||||
-rw-r--r-- | wm/qvwm/distinfo | 6 | ||||
-rw-r--r-- | wm/qvwm/pkg/PLIST | 3 |
3 files changed, 14 insertions, 11 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index 8fcbf446d96..e70a94b5ceb 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/30 14:30:48 agc Exp $ -# FreeBSD Id: ports/x11-wm/qvwm/Makefile,v 1.40 2001/04/02 05:04:18 mharo Exp +# $NetBSD: Makefile,v 1.2 2001/08/16 14:52:28 wiz Exp $ +# -DISTNAME= qvwm-1.1.10 +DISTNAME= qvwm-1.1.11 CATEGORIES= wm MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/ @@ -9,12 +9,14 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.qvwm.org/ COMMENT= Windows 95/98/NT like window manager for X11 -DEPENDS+= esound-*:../../audio/esound -DEPENDS+= imlib-*:../../graphics/imlib - USE_X11BASE= yes -USE_XPM= yes GNU_CONFIGURE= yes USE_GMAKE= yes +post-install: + ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 + +.include "../../audio/esound/buildlink.mk" +.include "../../graphics/imlib/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/qvwm/distinfo b/wm/qvwm/distinfo index aebdbdb8063..1f16add3539 100644 --- a/wm/qvwm/distinfo +++ b/wm/qvwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/05/30 14:30:48 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/08/16 14:52:28 wiz Exp $ -SHA1 (qvwm-1.1.10.tar.gz) = 85c5b10c481d2028282c29afa8c4c9673ccb6fdf -Size (qvwm-1.1.10.tar.gz) = 426127 bytes +SHA1 (qvwm-1.1.11.tar.gz) = 5b8eee3423492137414b69c1d636dfa50347f3a4 +Size (qvwm-1.1.11.tar.gz) = 429757 bytes SHA1 (patch-aa) = f6417e645c7a17e7f826cebea51ba34713071a9d diff --git a/wm/qvwm/pkg/PLIST b/wm/qvwm/pkg/PLIST index 4f81a4b633a..edf0e3ff50f 100644 --- a/wm/qvwm/pkg/PLIST +++ b/wm/qvwm/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/30 14:30:48 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/08/16 14:52:28 wiz Exp $ bin/qvwm +man/man1/qvwm.1 share/qvwm/clouds.qvwm-theme share/qvwm/default.qvwm-theme share/qvwm/french.qvwmrc |