[gnome-notes] flatpak: Workaround Tracker issue



commit 325d3843370903a2f245ea8b9d8356a63ea5c6cb
Author: Isaque Galdino <igaldino gmail com>
Date:   Wed Jul 25 00:03:30 2018 -0300

    flatpak: Workaround Tracker issue
    
    Tracker is preventing Notes to start a connection when in a sandbox
    environment - flatpak. That is only happening in master branch.
    
    This commit changes Notes flatpak to use the last known working Tracker
    version: 2.0.3.
    
    There is an open issue [1] for Tracker team already and we'll revert
    this commit once that's fixed.
    
    [1] https://gitlab.gnome.org/GNOME/tracker/issues/26

 build-aux/flatpak/org.gnome.bijiben.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.bijiben.json b/build-aux/flatpak/org.gnome.bijiben.json
index 3654074..b560b35 100644
--- a/build-aux/flatpak/org.gnome.bijiben.json
+++ b/build-aux/flatpak/org.gnome.bijiben.json
@@ -130,7 +130,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/tracker.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/tracker.git";,
+                    "tag" : "2.0.3"
                 }
             ]
         },


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