[Lunar-commits] r24892 - moonbase/trunk/xorg7/x11-libs/libX11

Samuel Verstraete elangelo at lunar-linux.org
Mon Jun 18 13:52:48 CEST 2007


Author: elangelo
Date: 2007-06-18 13:52:48 +0200 (Mon, 18 Jun 2007)
New Revision: 24892

Modified:
   moonbase/trunk/xorg7/x11-libs/libX11/BUILD
   moonbase/trunk/xorg7/x11-libs/libX11/DETAILS
Log:
patch to prevent gimp from crashing... you are all invited to recompile 
gr,S.


Modified: moonbase/trunk/xorg7/x11-libs/libX11/BUILD
===================================================================
--- moonbase/trunk/xorg7/x11-libs/libX11/BUILD	2007-06-18 05:49:04 UTC (rev 24891)
+++ moonbase/trunk/xorg7/x11-libs/libX11/BUILD	2007-06-18 11:52:48 UTC (rev 24892)
@@ -2,6 +2,13 @@
 
   . /etc/profile.d/x11r7.rc &&
 
+  # https://bugs.freedesktop.org/show_bug.cgi?id=11222
+  # fix dragging in the gimp
+  # should be removed with version bump
+  sedit "s at Time\ start, at Window\ w,\ Time\ start, at g" src/GetMoEv.c &&
+  sedit "38,38d" src/GetMoEv.c &&
+
+
   default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/xorg7/x11-libs/libX11/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-libs/libX11/DETAILS	2007-06-18 05:49:04 UTC (rev 24891)
+++ moonbase/trunk/xorg7/x11-libs/libX11/DETAILS	2007-06-18 11:52:48 UTC (rev 24892)
@@ -1,12 +1,12 @@
           MODULE=libX11
-	 VERSION=1.1.2
+         VERSION=1.1.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$XORG_URL/individual/lib
       SOURCE_VFY=sha1:7190d36389eb7903831cd9541d919f55ac5098e9
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
-         UPDATED=20070614
+         UPDATED=20070618
            SHORT="The X.Org client-side library"
 
 cat << EOF



More information about the Lunar-commits mailing list