pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/windowlab Update to 1.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eb5066cb4c5
branches:  trunk
changeset: 501226:1eb5066cb4c5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Oct 19 06:44:48 2005 +0000

description:
Update to 1.33

Changes:

* integrated changes from Dushkin (thanks!):
        * scrolling the mouse wheel in the taskbar now task switches
* integrated changes from Antti Nykänen (thanks!):
        * fixed a crash that occurred on the BSDs (and presumably on other
           systems without /proc/self/exe)
* integrated changes from Gregor Imboden (thanks!):
        * fixed a crash that ocurrred when there are no focused windows
           and alt + F12 is pressed was fixed
* events are always replayed rather than sometimes being eaten
* new windows are no longer given focus

diffstat:

 wm/windowlab/Makefile         |   7 ++-----
 wm/windowlab/distinfo         |   9 ++++-----
 wm/windowlab/patches/patch-ab |  20 --------------------
 3 files changed, 6 insertions(+), 30 deletions(-)

diffs (62 lines):

diff -r a48fb401c77c -r 1eb5066cb4c5 wm/windowlab/Makefile
--- a/wm/windowlab/Makefile     Wed Oct 19 05:01:52 2005 +0000
+++ b/wm/windowlab/Makefile     Wed Oct 19 06:44:48 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2005/09/04 06:05:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/19 06:44:48 xtraeme Exp $
 #
 
-DISTNAME=      windowlab-1.32
+DISTNAME=      windowlab-1.33
 CATEGORIES=    wm
 MASTER_SITES=  http://www.nickgravgaard.com/windowlab/
 EXTRACT_SUFX=  .tar
@@ -20,9 +20,6 @@
 
 INSTALLATION_DIRS=     share/examples/windowlab
 
-post-extract:
-       @${CHMOD} -R +x ${WRKSRC}
-
 post-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/windowlab.menurc ${EGDIR}
diff -r a48fb401c77c -r 1eb5066cb4c5 wm/windowlab/distinfo
--- a/wm/windowlab/distinfo     Wed Oct 19 05:01:52 2005 +0000
+++ b/wm/windowlab/distinfo     Wed Oct 19 06:44:48 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/09/04 06:05:20 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2005/10/19 06:44:48 xtraeme Exp $
 
-SHA1 (windowlab-1.32.tar) = 3927f214a0411d725aa14afc4f881d9bbda9ed81
-RMD160 (windowlab-1.32.tar) = ad192bf1a7ceddaf6ac078cebfafaeb582248923
-Size (windowlab-1.32.tar) = 163840 bytes
+SHA1 (windowlab-1.33.tar) = 2b57873de149a73116dfa27ac951f230fd452c71
+RMD160 (windowlab-1.33.tar) = 4a4a93406e80e926c0b9adcc4ea388f849c3f8e6
+Size (windowlab-1.33.tar) = 163840 bytes
 SHA1 (patch-aa) = 028b6297d880e293845e01a20ee58d6a4db808f1
-SHA1 (patch-ab) = 3a631fadc8a9a15a1175c41bf0d6ce394578b9fd
diff -r a48fb401c77c -r 1eb5066cb4c5 wm/windowlab/patches/patch-ab
--- a/wm/windowlab/patches/patch-ab     Wed Oct 19 05:01:52 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/09/04 06:05:20 xtraeme Exp $
-
---- menufile.c.orig    2005-09-04 07:57:21.000000000 +0200
-+++ menufile.c 2005-09-04 07:57:40.000000000 +0200
-@@ -44,6 +44,7 @@
- #endif
-       if ((menufile = fopen(menurcpath, "r")) == NULL)
-       {
-+#ifdef __linux__
-               // get location of the executable
-               if (readlink("/proc/self/exe", menurcpath, PATH_MAX) == -1)
-               {
-@@ -51,6 +52,7 @@
-                       menurcpath[0] = '.';
-                       menurcpath[1] = '\0';
-               }
-+#endif
-               *(strrchr(menurcpath, '/')) = '\0';
-               *(strrchr(menurcpath, '/')) = '\0';
-               strncat(menurcpath, "/etc/windowlab.menurc", PATH_MAX);



Home | Main Index | Thread Index | Old Index