[epiphany/gnome-41] Pin flatpak manifests to libportal 0.4



commit 2c56f976124b60f4c602b67a926764430b1ea5ed
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Nov 9 13:42:08 2021 -0600

    Pin flatpak manifests to libportal 0.4
    
    Let's pin until libportal API stabilizes.
    
    Fixes #1621
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1027>
    
    
    (cherry picked from commit 62b3407677d257c037136925bb220521ce3ef2eb)

 org.gnome.Epiphany.Canary.json.in | 3 ++-
 org.gnome.Epiphany.json           | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Epiphany.Canary.json.in b/org.gnome.Epiphany.Canary.json.in
index 022e649b6..bc6984838 100644
--- a/org.gnome.Epiphany.Canary.json.in
+++ b/org.gnome.Epiphany.Canary.json.in
@@ -111,7 +111,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://github.com/flatpak/libportal.git";
+                    "url" : "https://github.com/flatpak/libportal.git";,
+                    "tag" : "0.4"
                 }
             ]
         },
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 77993c115..9f37ea823 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -108,7 +108,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://github.com/flatpak/libportal.git";
+                    "url" : "https://github.com/flatpak/libportal.git";,
+                    "tag" : "0.4"
                 }
             ]
         },


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