[tracker/harmattan-pre-signal-updates: 316/1380] debian: Updated patch 02 to include MMS directory $HOME/.mms for indexing
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/harmattan-pre-signal-updates: 316/1380] debian: Updated patch 02 to include MMS directory $HOME/.mms for indexing
- Date: Wed, 22 Sep 2010 15:29:49 +0000 (UTC)
commit e229dd60a595150ce52754cc996d9ed6e2d8628d
Author: Martyn Russell <martyn lanedo com>
Date: Thu May 27 16:11:12 2010 +0100
debian: Updated patch 02 to include MMS directory $HOME/.mms for indexing
debian/patches/02-default-config.patch | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/debian/patches/02-default-config.patch b/debian/patches/02-default-config.patch
index cf58828..66c1f74 100644
--- a/debian/patches/02-default-config.patch
+++ b/debian/patches/02-default-config.patch
@@ -1,5 +1,5 @@
diff --git a/src/miners/fs/tracker-config.c b/src/miners/fs/tracker-config.c
-index da0a387..829907a 100644
+index 0bea3b4..4f60f95 100644
--- a/src/miners/fs/tracker-config.c
+++ b/src/miners/fs/tracker-config.c
@@ -40,7 +40,7 @@
@@ -23,7 +23,7 @@ index da0a387..829907a 100644
typedef struct {
/* General */
-@@ -590,6 +590,23 @@ config_create_with_defaults (TrackerConfig *config,
+@@ -598,6 +598,24 @@ config_create_with_defaults (TrackerConfig *config,
case G_TYPE_POINTER:
/* Special case string lists */
if (g_strcmp0 (conversions[i].property, "index-recursive-directories") == 0) {
@@ -36,6 +36,7 @@ index da0a387..829907a 100644
+ "$HOME/MyDocs/.videos",
+ "$HOME/MyDocs/.images",
+ "$HOME/MyDocs/.camera",
++ "$HOME/.mms"
+ };
+
+ g_key_file_set_string_list (key_file,
@@ -47,7 +48,7 @@ index da0a387..829907a 100644
/* Since we can't know if
* $HOME/.config/user-dirs.dirs exists
* or not, we check that the GLib API
-@@ -661,12 +678,15 @@ config_create_with_defaults (TrackerConfig *config,
+@@ -669,12 +687,15 @@ config_create_with_defaults (TrackerConfig *config,
g_strv_length (string_list));
g_strfreev (string_list);
@@ -63,7 +64,7 @@ index da0a387..829907a 100644
}
string_list = tracker_gslist_to_string_list (paths);
-@@ -681,6 +701,11 @@ config_create_with_defaults (TrackerConfig *config,
+@@ -689,6 +710,11 @@ config_create_with_defaults (TrackerConfig *config,
g_strfreev (string_list);
} else if (g_strcmp0 (conversions[i].property, "ignored-directories") == 0) {
const gchar *string_list[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]