diff options
author | sketch <sketch@pkgsrc.org> | 2003-12-03 17:40:25 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2003-12-03 17:40:25 +0000 |
commit | 0135e9fdd6b30b3e5201cd86f590ed9ea9da16d8 (patch) | |
tree | 887886524bd2bc9b9f670aadeeca9efe7a595017 /wm/evilwm/Makefile | |
parent | ff4ab4ac2250945ce3ab38d7c6c312ad2c2756b2 (diff) | |
download | pkgsrc-0135e9fdd6b30b3e5201cd86f590ed9ea9da16d8.tar.gz |
Update evilwm to 0.99.17, with the following changes:
2003-07-23
Dave Holland sent a patch to fix some Alt+Tab misbehaviour.
2003-09-18
Fixed "losing control of windows" problem when switching desktops
rapidly on slow machines.
Released 0.99.16.
2003-09-25
Hopefully *really* fix that bug. Testers suggest to me that it is
now really gone.
2003-10-15
Integrated a patch from Neil Drumm to implement snap-to-border.
Run evilwm with -snap num to enable the behaviour (num specifies
the proximity in pixels to snap to - 10 is quite nice).
It's worth noting that Per Weijnitz sent a similar patch a while
ago, but I never got around to using it :(
Released 0.99.17.
Diffstat (limited to 'wm/evilwm/Makefile')
-rw-r--r-- | wm/evilwm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 73cb5af165b..7a0c187575b 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2003/09/22 20:30:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2003/12/03 17:40:25 sketch Exp $ # -DISTNAME= evilwm_0.99.15.orig +DISTNAME= evilwm_0.99.17.orig PKGNAME= ${DISTNAME:S/.orig//:S/_/-/} -PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/} -MAINTAINER= jonathan@perkin.org.uk +MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://evilwm.sourceforge.net/ COMMENT= Minimalist Window Manager for X -USE_GMAKE= YES USE_X11= YES ALL_TARGET= allinone |