r32409 - in /desktop/unstable/gtk+2.0/debian: changelog patches/044_tracker_fts.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 18 11:59:45 UTC 2012


Author: biebl
Date: Wed Jan 18 11:59:45 2012
New Revision: 32409

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32409
Log:
* debian/patches/044_tracker_fts.patch:
  - Enable tracker fulltext search.

Added:
    desktop/unstable/gtk+2.0/debian/patches/044_tracker_fts.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=32409&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Wed Jan 18 11:59:45 2012
@@ -1,8 +1,10 @@
 gtk+2.0 (2.24.8-3) UNRELEASED; urgency=low
 
   * Change section of gir1.2-gtk-2.0 to introspection.
-
- -- Michael Biebl <biebl at debian.org>  Fri, 16 Dec 2011 04:22:30 +0100
+  * debian/patches/044_tracker_fts.patch:
+    - Enable tracker fulltext search.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 18 Jan 2012 12:58:39 +0100
 
 gtk+2.0 (2.24.8-2) unstable; urgency=low
 

Added: desktop/unstable/gtk+2.0/debian/patches/044_tracker_fts.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/044_tracker_fts.patch?rev=32409&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/044_tracker_fts.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/044_tracker_fts.patch [utf-8] Wed Jan 18 11:59:45 2012
@@ -1,0 +1,18 @@
+Description: Enable tracker full text search
+ Tracker in Debian is compiled with FTS support, so we make use of that in
+ GTK3's file selector dialog.
+ This way files can be found by their content and not only their file name.
+
+diff --git a/gtk/gtksearchenginetracker.c b/gtk/gtksearchenginetracker.c
+index a2b4b93..ad878f6 100644
+--- a/gtk/gtksearchenginetracker.c
++++ b/gtk/gtksearchenginetracker.c
+@@ -51,7 +51,7 @@
+  * use filename matching instead. This doesn't use the content of the
+  * file however.
+  */
+-#undef FTS_MATCHING
++#define FTS_MATCHING
+ 
+ /*
+  * GtkSearchEngineTracker object

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=32409&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series [utf-8] Wed Jan 18 11:59:45 2012
@@ -8,6 +8,7 @@
 022_disable-viqr-im-for-vi-locale.patch
 041_ia32-libs.patch
 042_treeview_single-focus.patch
+044_tracker_fts.patch
 060_ignore-random-icons.patch
 061_use_pdf_as_default_printing_standard.patch
 065_gir_set_packages.patch




More information about the pkg-gnome-commits mailing list