r652 - crux-2.1/ports/opt/wmii
Author: viper Date: 2006-02-01 18:40:23 +0100 (Wed, 01 Feb 2006) New Revision: 652 Added: crux-2.1/ports/opt/wmii/wmii-2.5.2.patch Removed: crux-2.1/ports/opt/wmii/wmii-2.5.patch Modified: crux-2.1/ports/opt/wmii/.md5sum crux-2.1/ports/opt/wmii/Pkgfile crux-2.1/ports/opt/wmii/README Log: Updated wmii to version 2.5.2! Modified: crux-2.1/ports/opt/wmii/.md5sum =================================================================== --- crux-2.1/ports/opt/wmii/.md5sum 2006-02-01 17:37:45 UTC (rev 651) +++ crux-2.1/ports/opt/wmii/.md5sum 2006-02-01 17:40:23 UTC (rev 652) @@ -1,2 +1,2 @@ -847e449f4afe14a26e997c29fe4c4d58 wmii-2.5.patch -c8815f468d462ab23494deb1d16ee023 wmii-2.5.tar.gz +42e5daa950dd42f263b4677b1e476428 wmii-2.5.2.patch +61677e625be99732860e423b7074127f wmii-2.5.2.tar.gz Modified: crux-2.1/ports/opt/wmii/Pkgfile =================================================================== --- crux-2.1/ports/opt/wmii/Pkgfile 2006-02-01 17:37:45 UTC (rev 651) +++ crux-2.1/ports/opt/wmii/Pkgfile 2006-02-01 17:40:23 UTC (rev 652) @@ -4,8 +4,8 @@ # Depends on: 9base name=wmii -version=2.5 -release=3 +version=2.5.2 +release=1 source=(http://wmii.de/download/$name-$version.tar.gz $name-$version.patch) build() { Modified: crux-2.1/ports/opt/wmii/README =================================================================== --- crux-2.1/ports/opt/wmii/README 2006-02-01 17:37:45 UTC (rev 651) +++ crux-2.1/ports/opt/wmii/README 2006-02-01 17:40:23 UTC (rev 652) @@ -11,6 +11,9 @@ PRECAUTION + I've added a patch to stop wmii warping the mouse around. If you + like that feature just comment the patch out. + The developer of wmii changed the configuration format again. You have to manually convert your old configuration to use it in this new version. The configuration paths also have been changed. Added: crux-2.1/ports/opt/wmii/wmii-2.5.2.patch =================================================================== --- crux-2.1/ports/opt/wmii/wmii-2.5.2.patch 2006-02-01 17:37:45 UTC (rev 651) +++ crux-2.1/ports/opt/wmii/wmii-2.5.2.patch 2006-02-01 17:40:23 UTC (rev 652) @@ -0,0 +1,12 @@ +--- wmii-2.5.2/cmd/wm/page.c 2006-02-01 18:30:37.000000000 +0100 ++++ wmii-2.5.2/cmd/wm/page.c 2006-02-01 18:31:24.000000000 +0100 +@@ -275,9 +275,6 @@ + XTranslateCoordinates(dpy, f->win, root, wex, wey, &ex, &ey, &dummy); + if (blitz_ispointinrect(ex, ey, r)) + return; +- XSelectInput(dpy, root, ROOT_MASK & ~EnterWindowMask); +- XWarpPointer(dpy, None, f->win, 0, 0, 0, 0, r->width / 2, r->height / 2); +- XSelectInput(dpy, root, ROOT_MASK); + } + + static void Deleted: crux-2.1/ports/opt/wmii/wmii-2.5.patch =================================================================== --- crux-2.1/ports/opt/wmii/wmii-2.5.patch 2006-02-01 17:37:45 UTC (rev 651) +++ crux-2.1/ports/opt/wmii/wmii-2.5.patch 2006-02-01 17:40:23 UTC (rev 652) @@ -1,15 +0,0 @@ -*** wmii-2.5/cmd/wm/page.c 2006-01-12 18:44:44.000000000 +0100 ---- wmii-2.5/cmd/wm/page.c 2006-01-12 18:44:58.000000000 +0100 -*************** -*** 273,282 **** - XTranslateCoordinates(dpy, f->win, root, wex, wey, &ex, &ey, &dummy); - if (blitz_ispointinrect(ex, ey, r)) - return; -- /* suppress EnterNotify's while mouse warping */ -- XSync(dpy, False); -- XWarpPointer(dpy, None, f->win, 0, 0, 0, 0, r->width / 2, r->height / 2); -- XSync(dpy, True); - } - - static void ---- 273,278 ----
participants (1)
-
crux@crux.nu