r22702 - in /desktop/experimental/gtk+2.0/debian: changelog patches/090_directfb-map-virtual-modifiers.patch patches/series

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Jan 4 10:26:39 UTC 2010


Author: slomo
Date: Mon Jan  4 10:26:39 2010
New Revision: 22702

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22702
Log:
* debian/patches/090_directfb-map-virtual-modifiers.patch:
  + Fix compilation of the DirectFB backend, patch adapted from
    upstream commit to fix the Quartz backend.

Added:
    desktop/experimental/gtk+2.0/debian/patches/090_directfb-map-virtual-modifiers.patch
Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/patches/series

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=22702&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/changelog [utf-8] Mon Jan  4 10:26:39 2010
@@ -13,6 +13,9 @@
       debian/libgtk-directfb-2.0-0.symbols,
       debian/libgtk2.0-0.symbols:
       - Update SHVER to 2.19.2 for the new API and add new symbols.
+  * debian/patches/090_directfb-map-virtual-modifiers.patch:
+    + Fix compilation of the DirectFB backend, patch adapted from
+      upstream commit to fix the Quartz backend.
 
  -- Sebastian Dröge <slomo at debian.org>  Mon, 04 Jan 2010 10:43:48 +0100
 

Added: desktop/experimental/gtk+2.0/debian/patches/090_directfb-map-virtual-modifiers.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/090_directfb-map-virtual-modifiers.patch?rev=22702&op=file
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/090_directfb-map-virtual-modifiers.patch (added)
+++ desktop/experimental/gtk+2.0/debian/patches/090_directfb-map-virtual-modifiers.patch [utf-8] Mon Jan  4 10:26:39 2010
@@ -1,0 +1,16 @@
+--- a/gdk/directfb/gdkkeys-directfb.c.old	2010-01-04 11:25:17.400521020 +0100
++++ b/gdk/directfb/gdkkeys-directfb.c	2010-01-04 11:25:24.572521710 +0100
+@@ -1999,5 +1999,13 @@
+ }
+ 
+ 
++gboolean
++gdk_keymap_map_virtual_modifiers (GdkKeymap       *keymap,
++                                  GdkModifierType *state)
++{
++  /* FIXME: For now, we've mimiced the Windows backend. */
++  return TRUE;
++}
++
+ #define __GDK_KEYS_DIRECTFB_C__
+ #include "gdkaliasdef.c"

Modified: desktop/experimental/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/series?rev=22702&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/patches/series [utf-8] Mon Jan  4 10:26:39 2010
@@ -14,3 +14,4 @@
 060_ignore-random-icons.patch
 061_use_pdf_as_default_printing_standard.patch
 070_mandatory-relibtoolize.patch
+090_directfb-map-virtual-modifiers.patch




More information about the pkg-gnome-commits mailing list