[totem/wip/hadess/tracker-domain] flatpak: And use new option to set the indexed dirs



commit 93a6ece8c27f71399f9bbd94dac60d3410582400
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 28 14:46:57 2020 +0200

    flatpak: And use new option to set the indexed dirs
    
    Rather than patching the schemas file directly, use the new index
    directory options in tracker3-miners.

 ...-Videos-and-the-root-of-the-Downloads-dir.patch | 34 ----------------------
 flatpak/org.gnome.Totem.Devel.json                 |  8 ++---
 2 files changed, 3 insertions(+), 39 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 8727257a4..dc1d93205 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -168,17 +168,15 @@
                 "-Dminer_rss=false",
                 "-Dsystemd_user_services=false",
                 "-Dwriteback=false",
-                "-Ddomain_prefix=org.gnome.Totem.Devel"
+                "-Ddomain_prefix=org.gnome.Totem.Devel",
+                "-Dindex_recursive_dirs=['&VIDEOS']",
+                "-Dindex_single_dirs=['&DOWNLOAD']"
             ],
             "sources": [
                 {
                     "type": "git",
                     "url": "https://gitlab.gnome.org/GNOME/tracker-miners.git";,
                     "branch": "wip/hadess/domain"
-                },
-                {
-                    "type": "patch",
-                    "path": "0001-Only-index-Videos-and-the-root-of-the-Downloads-dir.patch"
                 }
             ]
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]