pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/evilwm Update evilwm to 0.99.17, with the following...
details: https://anonhg.NetBSD.org/pkgsrc/rev/99ee3af8b7e9
branches: trunk
changeset: 464044:99ee3af8b7e9
user: sketch <sketch%pkgsrc.org@localhost>
date: Wed Dec 03 17:40:25 2003 +0000
description:
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:
wm/evilwm/Makefile | 8 +++-----
wm/evilwm/distinfo | 9 ++++-----
wm/evilwm/patches/patch-aa | 17 ++++++++++-------
wm/evilwm/patches/patch-ab | 14 --------------
4 files changed, 17 insertions(+), 31 deletions(-)
diffs (106 lines):
diff -r 3d64b766b329 -r 99ee3af8b7e9 wm/evilwm/Makefile
--- a/wm/evilwm/Makefile Wed Dec 03 17:35:43 2003 +0000
+++ b/wm/evilwm/Makefile Wed Dec 03 17:40:25 2003 +0000
@@ -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@localhost
+MAINTAINER= sketch%NetBSD.org@localhost
HOMEPAGE= http://evilwm.sourceforge.net/
COMMENT= Minimalist Window Manager for X
-USE_GMAKE= YES
USE_X11= YES
ALL_TARGET= allinone
diff -r 3d64b766b329 -r 99ee3af8b7e9 wm/evilwm/distinfo
--- a/wm/evilwm/distinfo Wed Dec 03 17:35:43 2003 +0000
+++ b/wm/evilwm/distinfo Wed Dec 03 17:40:25 2003 +0000
@@ -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 -r 3d64b766b329 -r 99ee3af8b7e9 wm/evilwm/patches/patch-aa
--- a/wm/evilwm/patches/patch-aa Wed Dec 03 17:35:43 2003 +0000
+++ b/wm/evilwm/patches/patch-aa Wed Dec 03 17:40:25 2003 +0000
@@ -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 @@
# 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 @@
+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 -r 3d64b766b329 -r 99ee3af8b7e9 wm/evilwm/patches/patch-ab
--- a/wm/evilwm/patches/patch-ab Wed Dec 03 17:35:43 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index