[gnome-boxes/gnome-3-36] flatpak: Build Tracker from git repo



commit b3737ab25d61617a2a1eefafcba4b01d6fab2154
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Apr 14 11:35:35 2020 +0200

    flatpak: Build Tracker from git repo
    
    This way we can benefit from fixes in the stable branch.
    
    This fixes our latest build failures
    https://gitlab.gnome.org/GNOME/gnome-boxes/-/jobs/661938

 build-aux/flatpak/org.gnome.Boxes.json | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index b86bff09..44aa432e 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -17,6 +17,7 @@
         "--system-talk-name=org.freedesktop.Accounts",
         "--filesystem=/var/lib/AccountsService/icons:ro",
         "--talk-name=org.freedesktop.Tracker1",
+        "--env=TRACKER_SPARQL_BACKEND=bus",
         "--talk-name=org.freedesktop.secrets",
         "--filesystem=xdg-run/dconf",
         "--filesystem=~/.config/dconf:ro",
@@ -279,9 +280,9 @@
             ],
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : "https://download.gnome.org/sources/tracker/2.3/tracker-2.3.0.tar.xz";,
-                    "sha256": "2c04534da83419b0bc65216e367da51a420f52bb8449f4cc4542c651e5c6bf7b"
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/tracker.git";,
+                    "branch": "tracker-2.3"
                 }
             ]
         },
@@ -312,9 +313,9 @@
             ],
             "sources": [
                 {
-                    "type": "archive",
-                    "url": 
"https://download.gnome.org/sources/tracker-miners/2.3/tracker-miners-2.3.0.tar.xz";,
-                    "sha256" : "ade7d61d1ee22288a5adcf02652e81fd1d3ade4d98270f14203fe8ba4183c7cf"
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/tracker-miners.git";,
+                    "branch" : "tracker-miners-2.3"
                 }
             ]
         },


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