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 | ef9672a2462a006a11729a74442a976ff7f60127 (patch) | |
tree | 887886524bd2bc9b9f670aadeeca9efe7a595017 /wm | |
parent | 71c3ddb3ca795773704b255e4f4064e1d6f012f8 (diff) | |
download | pkgsrc-ef9672a2462a006a11729a74442a976ff7f60127.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')
-rw-r--r-- | wm/evilwm/Makefile | 8 | ||||
-rw-r--r-- | wm/evilwm/distinfo | 9 | ||||
-rw-r--r-- | wm/evilwm/patches/patch-aa | 17 | ||||
-rw-r--r-- | wm/evilwm/patches/patch-ab | 14 |
4 files changed, 17 insertions, 31 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 diff --git a/wm/evilwm/distinfo b/wm/evilwm/distinfo index 6820f7d8373..31e87daeba9 100644 --- a/wm/evilwm/distinfo +++ b/wm/evilwm/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.9 2003/09/22 20:30:27 jmmv Exp $ +$NetBSD: distinfo,v 1.10 2003/12/03 17:40:25 sketch Exp $ -SHA1 (evilwm_0.99.15.orig.tar.gz) = ce969f1f85042c6e3247bcddf0b6c3bbb8e7dbc0 -Size (evilwm_0.99.15.orig.tar.gz) = 22966 bytes -SHA1 (patch-aa) = 00542a6b1c0f94ea43be5d73379ec16bc369bf80 -SHA1 (patch-ab) = c514ba478a478282298d2b4e8f9f1b7422a98e38 +SHA1 (evilwm_0.99.17.orig.tar.gz) = 3e5d4f8cf24cad800e8670f6c65c177c89304585 +Size (evilwm_0.99.17.orig.tar.gz) = 24147 bytes +SHA1 (patch-aa) = eabb06669db57da960820af94459ef2a9b8ce792 diff --git a/wm/evilwm/patches/patch-aa b/wm/evilwm/patches/patch-aa index 8c0d64b0968..d16ce7784db 100644 --- a/wm/evilwm/patches/patch-aa +++ b/wm/evilwm/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.9 2003/09/22 20:30:28 jmmv Exp $ +$NetBSD: patch-aa,v 1.10 2003/12/03 17:40:25 sketch Exp $ ---- Makefile.orig Fri Jun 27 11:32:14 2003 -+++ Makefile Mon Sep 22 20:07:06 2003 +--- Makefile.orig Wed Oct 15 12:48:23 2003 ++++ Makefile Wed Oct 15 13:35:35 2003 @@ -1,11 +1,11 @@ # If you don't use CC -CC = gcc @@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.9 2003/09/22 20:30:28 jmmv Exp $ # To support virtual desktops, uncomment one or both of the following 2 lines. DEFINES += -DVWM -@@ -66,9 +66,9 @@ +@@ -70,10 +70,10 @@ #DEFINES += -DXDEBUG # show some X calls DEFINES += -DVERSION=\"$(version).$(revision).$(subrev)\" $(DEBIAN) @@ -34,19 +34,22 @@ $NetBSD: patch-aa,v 1.9 2003/09/22 20:30:28 jmmv Exp $ +CFLAGS += $(INCLUDES) $(DEFINES) #CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall -CFLAGS += -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef +-LDFLAGS += $(LDPATH) $(LIBS) +#CFLAGS += -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef - LDFLAGS += $(LDPATH) $(LIBS) ++LDFLAGS += $(LIBS) HEADERS = evilwm.h -@@ -90,9 +90,8 @@ + SRCS = client.c events.c main.c misc.c new.c screen.c +@@ -94,10 +94,8 @@ doinstall: if [ -f evilwm.exe ]; then mv evilwm.exe evilwm; fi - mkdir -p $(prefix)/bin $(prefix)/share/man/man1 - install -s evilwm $(prefix)/bin - install evilwm.1 $(prefix)/share/man/man1 +- #gzip -9 $(prefix)/share/man/man1/evilwm.1 + ${BSD_INSTALL_PROGRAM} evilwm $(prefix)/bin + ${BSD_INSTALL_MAN} evilwm.1 $(prefix)/man/man1 - #gzip -9 $(prefix)/share/man/man1/evilwm.1 install: doinstall + diff --git a/wm/evilwm/patches/patch-ab b/wm/evilwm/patches/patch-ab deleted file mode 100644 index 2e4e7c14e51..00000000000 --- a/wm/evilwm/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2003/09/22 20:30:28 jmmv Exp $ - ---- screen.c.orig Mon Sep 22 20:04:18 2003 -+++ screen.c Mon Sep 22 20:04:35 2003 -@@ -356,7 +356,8 @@ - #endif - - void unhide(Client *c, int raise) { -- c->ignore_unmap = 0; -+ if (!c->ignore_unmap) -+ c->ignore_unmap = 0; - XMapWindow(dpy, c->window); - raise ? XMapRaised(dpy, c->parent) : XMapWindow(dpy, c->parent); - set_wm_state(c, NormalState); |