SHA256
1
0
forked from pool/tracker
tracker/tracker-trackerignore.patch
Dominique Leuenberger 191258e72e Accepting request 363836 from GNOME:Next
- Update to version 1.7.4:
  + Update to FTS5.
  + libtracker-miner: Many fixes to TrackerFileNotifier
    cancellation.
  + libtracker-direct: Handle cancellable argument in queries.
  + libtracker-miner: Plug fd leak on TrackerCrawler
    cancellation.
  + libtracker-extract:
    - Fix year-only date extraction in gstreamer module.
    - Use tracker-guarantee to ensure a title in playlists.
  + tracker-miner-fs: Ignore git repositories. Modify the
    ignored-directories-with-content setting if you found this
    convenient.
  + tracker-miner-fs: Ignore #*# vim backups.
- Add tracker-trackerignore.patch: Add back configuration option
  to ignore directories containing a .trackerignore file.

- Update to version 1.7.4:
  + Update to FTS5.
  + libtracker-miner: Many fixes to TrackerFileNotifier
    cancellation.
  + libtracker-direct: Handle cancellable argument in queries.
  + libtracker-miner: Plug fd leak on TrackerCrawler
    cancellation.
  + libtracker-extract:
    - Fix year-only date extraction in gstreamer module.
    - Use tracker-guarantee to ensure a title in playlists.
  + tracker-miner-fs: Ignore git repositories. Modify the
    ignored-directories-with-content setting if you found this
    convenient.

OBS-URL: https://build.opensuse.org/request/show/363836
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=88
2016-03-02 10:28:01 +00:00

29 lines
1.1 KiB
Diff

From cdc6053c03f85c498e8bf48fd313e467ece7f3e3 Mon Sep 17 00:00:00 2001
From: Carlos Garnacho <carlosg@gnome.org>
Date: Tue, 1 Mar 2016 23:55:37 +0100
Subject: tracker-miner-fs: Add back .trackerignore to
ignored-directories-with-content
It is not the antique I thought it was, actually it's actively used around.
---
src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in b/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in
index 193caea..f24ed2c 100644
--- a/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in
+++ b/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in
@@ -156,7 +156,7 @@ Boston, MA 02110-1301, USA.
<key name="ignored-directories-with-content" type="as">
<_summary>Ignored directories with content</_summary>
<_description>Avoid any directory containing a file blacklisted here</_description>
- <default>[ '.git' ]</default>
+ <default>[ '.trackerignore', '.git' ]</default>
</key>
</schema>
</schemalist>
--
cgit v0.12