[gnome-documents] flatpak: update flatpak manifest



commit ca007353a7f2e08608e516b869cdf824d31cb011
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Aug 2 18:29:57 2019 +0200

    flatpak: update flatpak manifest
    
    - Use 3.32 runtime, at the moment the master runtime causes failures
    - Pin libgdata to the latest stable, master does not build
    - Build from current directory instead of git commit, useful for dev

 flatpak/org.gnome.Documents.json | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index 0efc9deb..d79769fe 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -1,7 +1,7 @@
 {
     "app-id": "org.gnome.Documents",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
+    "runtime-version": "3.32",
     "sdk": "org.gnome.Sdk",
     "command": "gnome-documents",
     "tags": [ "nightly" ],
@@ -86,7 +86,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/libgdata.git";
+                    "url": "https://gitlab.gnome.org/GNOME/libgdata.git";,
+                    "tag": "0.17.10"
                 }
             ]
         },
@@ -192,8 +193,8 @@
             "config-opts": [ "-Denable-documentation=false" ],
             "sources": [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gnome-documents.git";
+                    "type": "dir",
+                    "path": ".."
                 }
             ]
         }


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