From efce05d90d877680133bc1e245694660affde128 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 3 Jul 2011 22:59:43 +0000 Subject: [PATCH] Actually add debian/patches/044_tracker_fts.patch --- debian/patches/044_tracker_fts.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/patches/044_tracker_fts.patch diff --git a/debian/patches/044_tracker_fts.patch b/debian/patches/044_tracker_fts.patch new file mode 100644 index 0000000000..6a934a2629 --- /dev/null +++ b/debian/patches/044_tracker_fts.patch @@ -0,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" +