pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/evilwm Update wm/evilwm to 0.99.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8966890e0a8f
branches:  trunk
changeset: 507116:8966890e0a8f
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Jan 26 21:40:22 2006 +0000

description:
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:

 wm/evilwm/Makefile         |   4 ++--
 wm/evilwm/distinfo         |  11 +++++------
 wm/evilwm/patches/patch-aa |  13 -------------
 wm/evilwm/patches/patch-ab |  10 +++++-----
 4 files changed, 12 insertions(+), 26 deletions(-)

diffs (71 lines):

diff -r ea5224c64fda -r 8966890e0a8f wm/evilwm/Makefile
--- a/wm/evilwm/Makefile        Thu Jan 26 21:38:15 2006 +0000
+++ b/wm/evilwm/Makefile        Thu Jan 26 21:40:22 2006 +0000
@@ -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 -r ea5224c64fda -r 8966890e0a8f wm/evilwm/distinfo
--- a/wm/evilwm/distinfo        Thu Jan 26 21:38:15 2006 +0000
+++ b/wm/evilwm/distinfo        Thu Jan 26 21:40:22 2006 +0000
@@ -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 -r ea5224c64fda -r 8966890e0a8f wm/evilwm/patches/patch-aa
--- a/wm/evilwm/patches/patch-aa        Thu Jan 26 21:38:15 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r ea5224c64fda -r 8966890e0a8f wm/evilwm/patches/patch-ab
--- a/wm/evilwm/patches/patch-ab        Thu Jan 26 21:38:15 2006 +0000
+++ b/wm/evilwm/patches/patch-ab        Thu Jan 26 21:40:22 2006 +0000
@@ -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 @@
        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) {



Home | Main Index | Thread Index | Old Index