rev 10219 - trunk/packages/qt4-x11/debian/patches

Modestas Vainius modax-guest at alioth.debian.org
Mon Apr 21 16:24:33 UTC 2008


Author: modax-guest
Date: 2008-04-21 16:24:33 +0000 (Mon, 21 Apr 2008)
New Revision: 10219

Added:
   trunk/packages/qt4-x11/debian/patches/16_always_init_ptrxcursor.diff
Removed:
   trunk/packages/qt4-x11/debian/patches/16_always_init_prtxcursor.diff
Modified:
   trunk/packages/qt4-x11/debian/patches/series
Log:
Fix typo

Deleted: trunk/packages/qt4-x11/debian/patches/16_always_init_prtxcursor.diff

Copied: trunk/packages/qt4-x11/debian/patches/16_always_init_ptrxcursor.diff (from rev 10218, trunk/packages/qt4-x11/debian/patches/16_always_init_prtxcursor.diff)
===================================================================
--- trunk/packages/qt4-x11/debian/patches/16_always_init_ptrxcursor.diff	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/patches/16_always_init_ptrxcursor.diff	2008-04-21 16:24:33 UTC (rev 10219)
@@ -0,0 +1,11 @@
+--- qt4-x11-4.4.0~rc1.orig/src/gui/kernel/qapplication_x11.cpp	2008-04-21 19:11:01.000000000 +0300
++++ qt4-x11-4.4.0~rc1/src/gui/kernel/qapplication_x11.cpp	2008-04-21 19:13:17.000000000 +0300
+@@ -1778,6 +1778,8 @@
+         if (xcursorLib.load()) {
+             X11->ptrXcursorLibraryLoadCursor =
+                 (PtrXcursorLibraryLoadCursor) xcursorLib.resolve("XcursorLibraryLoadCursor");
++        } else {
++            X11->ptrXcursorLibraryLoadCursor = NULL;
+         }
+ #else
+         X11->ptrXcursorLibraryLoadCursor = XcursorLibraryLoadCursor;

Modified: trunk/packages/qt4-x11/debian/patches/series
===================================================================
--- trunk/packages/qt4-x11/debian/patches/series	2008-04-21 16:22:19 UTC (rev 10218)
+++ trunk/packages/qt4-x11/debian/patches/series	2008-04-21 16:24:33 UTC (rev 10219)
@@ -26,7 +26,7 @@
 12_fix_qmake_pkgconfig.diff
 14_add_libraries_to_gui_build_where_actually_needed.diff
 15_fix_qmake_makefile_generation.diff
-16_always_init_prtxcursor.diff
+16_always_init_ptrxcursor.diff
 20_mips_atomic_ops.diff
 40_alpha_ice.diff
 41_disable_opengl_visibility.diff




More information about the pkg-kde-commits mailing list