[gnome-games/wip/jfelder/tracker3-port] flatpak: Port to tracker3




commit 44af7b36775aae83b6981ea97f0a304c760751c8
Author: Jean Felder <jean felder gmail com>
Date:   Fri Sep 4 23:03:12 2020 +0200

    flatpak: Port to tracker3
    
    The add-policy permission allows to use the portal from Tracker
    3. Games only needs the tracker:Software graph.
    TRACKER_BACKEND can be removed. It does not do anything for Tracker 3.

 flatpak/org.gnome.Games.json | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index bddd58ba..3b68761c 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -15,8 +15,7 @@
         "--socket=wayland",
         "--device=dri",
         "--socket=pulseaudio",
-        "--talk-name=org.freedesktop.Tracker1",
-        "--env=TRACKER_SPARQL_BACKEND=bus",
+        "--add-policy=Tracker3.dbus:org.freedesktop.Tracker3.Miner.Files=tracker:Software",
         "--share=network",
         "--device=all",
         "--talk-name=org.freedesktop.Flatpak",
@@ -76,28 +75,6 @@
                 "mkdir -p /app/lib/libretro/extra.d"
             ]
         },
-        {
-            "name" : "tracker",
-            "buildsystem" : "meson",
-            "config-opts" : [
-                "-Ddocs=false",
-                "-Dfts=false",
-                "-Dfunctional_tests=false",
-                "-Djournal=false",
-                "-Dnetwork_manager=disabled",
-                "-Dstemmer=disabled",
-                "-Dbash_completion=no",
-                "-Ddbus_services=/app/share/dbus-1/services",
-                "-Dsystemd_user_services=no"
-            ],
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/tracker.git";,
-                    "branch" : "tracker-2.3"
-                }
-            ]
-        },
         {
             "name" : "grilo",
             "buildsystem" : "meson",


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