summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-01-26 21:40:22 +0000
committertonio <tonio@pkgsrc.org>2006-01-26 21:40:22 +0000
commit3d334016c4d9c0a1c277b363c0c879a097a376a1 (patch)
tree0764b118b5fd082c15ccc37a5fce96223b0e6aa4 /wm
parentcf821dc57cadbac32cea0939fe31d72fbf15cda5 (diff)
downloadpkgsrc-3d334016c4d9c0a1c277b363c0c879a097a376a1.tar.gz
Update wm/evilwm to 0.99.21
Changelog: - Removed dependency on Motif header files: supply just as much hint structure information as is necessary to interpret Motif hints. - Switch to using a window border for frame's colour, don't touch frame background. This allows aterm's "fast transparency" to work. - various bug fixes, and code improvements
Diffstat (limited to 'wm')
-rw-r--r--wm/evilwm/Makefile4
-rw-r--r--wm/evilwm/distinfo11
-rw-r--r--wm/evilwm/patches/patch-aa13
-rw-r--r--wm/evilwm/patches/patch-ab10
4 files changed, 12 insertions, 26 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile
index c1334a3f874..a1e1db05337 100644
--- a/wm/evilwm/Makefile
+++ b/wm/evilwm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/01/03 14:31:36 sketch Exp $
+# $NetBSD: Makefile,v 1.19 2006/01/26 21:40:22 tonio Exp $
#
-DISTNAME= evilwm-0.99.19
+DISTNAME= evilwm-0.99.21
CATEGORIES= wm x11
MASTER_SITES= http://www.6809.org.uk/evilwm/
diff --git a/wm/evilwm/distinfo b/wm/evilwm/distinfo
index 00d6550baa2..d40de5c48ef 100644
--- a/wm/evilwm/distinfo
+++ b/wm/evilwm/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.14 2006/01/03 14:31:36 sketch Exp $
+$NetBSD: distinfo,v 1.15 2006/01/26 21:40:22 tonio Exp $
-SHA1 (evilwm-0.99.19.tar.gz) = 99aa5114c796c4fdf31f3657ece1124296c6ce1e
-RMD160 (evilwm-0.99.19.tar.gz) = e96f15c42830073c151d880d31aa96d247e1b57d
-Size (evilwm-0.99.19.tar.gz) = 25867 bytes
-SHA1 (patch-aa) = 25088e7b64e793fc3c58803000466e2a94cc0402
-SHA1 (patch-ab) = 50d4e0c99108957903e06d62d3776c79a06a279a
+SHA1 (evilwm-0.99.21.tar.gz) = 9bf27904392d2bec6eb3632f8550970717f5bebe
+RMD160 (evilwm-0.99.21.tar.gz) = 88dce91a40ca858b2ef75c2dd081eb2fc25cc602
+Size (evilwm-0.99.21.tar.gz) = 26546 bytes
+SHA1 (patch-ab) = 8a8d1af2595750c5b58e238b5cc5e2bdfac16eeb
diff --git a/wm/evilwm/patches/patch-aa b/wm/evilwm/patches/patch-aa
deleted file mode 100644
index 477011d01f4..00000000000
--- a/wm/evilwm/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.12 2006/01/03 14:31:36 sketch Exp $
-
---- Makefile.orig 2005-06-02 18:22:49.000000000 +0100
-+++ Makefile 2005-06-07 08:54:32.000000000 +0100
-@@ -25,7 +25,7 @@
-
- # Use Motif hints to find if a window should be borderless.
- # To use this option, you need to have the Motif development files installed.
--DEFINES += -DMWM_HINTS
-+#DEFINES += -DMWM_HINTS
-
- # To support virtual desktops, uncomment the following line.
- DEFINES += -DVWM
diff --git a/wm/evilwm/patches/patch-ab b/wm/evilwm/patches/patch-ab
index f859f672e1f..ae6d03b3caf 100644
--- a/wm/evilwm/patches/patch-ab
+++ b/wm/evilwm/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2006/01/03 14:31:36 sketch Exp $
+$NetBSD: patch-ab,v 1.5 2006/01/26 21:40:22 tonio Exp $
---- misc.c.orig Fri Jun 17 00:18:56 2005
-+++ misc.c Fri Jun 17 00:19:15 2005
-@@ -37,7 +37,6 @@
+--- misc.c.orig 2006-01-12 12:11:28.000000000 +0100
++++ misc.c
+@@ -37,7 +37,6 @@ void spawn(const char *const cmd[]) {
}
void handle_signal(int signo) {
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.4 2006/01/03 14:31:36 sketch Exp $
int i;
/* SIGCHLD check no longer necessary */
/* Quit Nicely */
-@@ -54,7 +53,6 @@
+@@ -54,7 +53,6 @@ void handle_signal(int signo) {
}
int handle_xerror(Display *dsply, XErrorEvent *e) {