r28342 - in /desktop/unstable/gtk+2.0/debian: changelog patches/065_tracker-0-10.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Jun 6 23:54:18 UTC 2011


Author: biebl
Date: Mon Jun  6 23:54:17 2011
New Revision: 28342

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28342
Log:
* debian/patches/065_tracker-0-10.patch
  - Add support for tracker 0.10 in gtkfilechooser search engine.
    Closes: #629427

Added:
    desktop/unstable/gtk+2.0/debian/patches/065_tracker-0-10.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=28342&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Mon Jun  6 23:54:17 2011
@@ -3,6 +3,9 @@
   * debian/control:
     - Update package descriptions, strip leading articles.
     - Bump Standards-Version to 3.9.2. No further changes.
+  * debian/patches/065_tracker-0-10.patch
+    - Add support for tracker 0.10 in gtkfilechooser search engine.
+      Closes: #629427
 
  -- Michael Biebl <biebl at debian.org>  Tue, 07 Jun 2011 01:39:58 +0200
 

Added: desktop/unstable/gtk+2.0/debian/patches/065_tracker-0-10.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/065_tracker-0-10.patch?rev=28342&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/065_tracker-0-10.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/065_tracker-0-10.patch [utf-8] Mon Jun  6 23:54:17 2011
@@ -1,0 +1,15 @@
+Index: gtk+2.0-2.24.4/gtk/gtksearchenginetracker.c
+===================================================================
+--- gtk+2.0-2.24.4.orig/gtk/gtksearchenginetracker.c	2011-06-06 23:52:49.482505867 +0200
++++ gtk+2.0-2.24.4/gtk/gtksearchenginetracker.c	2011-06-06 23:55:08.090892001 +0200
+@@ -125,7 +125,9 @@
+        * - 0.7 (unstable, 0.6 sucks so badly)
+        * - 0.6 (stable)
+        */
+-      if ((tracker = g_module_open ("libtracker-client-0.9.so.0", flags)) != NULL)
++      if ((tracker = g_module_open ("libtracker-client-0.10.so.0", flags)) != NULL)
++	version = TRACKER_0_9;
++      else if ((tracker = g_module_open ("libtracker-client-0.9.so.0", flags)) != NULL)
+ 	version = TRACKER_0_9;
+       else if ((tracker = g_module_open ("libtracker-client-0.8.so.0", flags)) != NULL)
+ 	version = TRACKER_0_8;

Modified: desktop/unstable/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/series?rev=28342&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series [utf-8] Mon Jun  6 23:54:17 2011
@@ -12,4 +12,5 @@
 060_ignore-random-icons.patch
 061_use_pdf_as_default_printing_standard.patch
 064_gir_build_workaround.patch
+065_tracker-0-10.patch
 070_mandatory-relibtoolize.patch




More information about the pkg-gnome-commits mailing list