r28739 - /desktop/unstable/gtk+3.0/debian/patches/044_tracker_fts.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 3 22:59:44 UTC 2011


Author: biebl
Date: Sun Jul  3 22:59:43 2011
New Revision: 28739

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28739
Log:
Actually add debian/patches/044_tracker_fts.patch

Added:
    desktop/unstable/gtk+3.0/debian/patches/044_tracker_fts.patch

Added: desktop/unstable/gtk+3.0/debian/patches/044_tracker_fts.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/044_tracker_fts.patch?rev=28739&op=file
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/044_tracker_fts.patch (added)
+++ desktop/unstable/gtk+3.0/debian/patches/044_tracker_fts.patch [utf-8] Sun Jul  3 22:59:43 2011
@@ -1,0 +1,17 @@
+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.
+Index: gtk+-3.0.11/gtk/gtksearchenginetracker.c
+===================================================================
+--- gtk+-3.0.11.orig/gtk/gtksearchenginetracker.c	2011-07-01 07:24:25.774613240 +0200
++++ gtk+-3.0.11/gtk/gtksearchenginetracker.c	2011-07-01 07:24:46.346354619 +0200
+@@ -34,7 +34,7 @@
+  * use filename matching instead. This doesn't use the content of the
+  * file however.
+  */
+-#undef FTS_MATCHING
++#define FTS_MATCHING
+ 
+ #define MODULE_FILENAME "libtracker-sparql-0.10.so.0"
+ 




More information about the pkg-gnome-commits mailing list