[eog] flatpak: Pin libportal dependency to release 0.4



commit d74e06cea08a00725472dcaf7ca7d6e3a0707719
Author: Felix Riemann <friemann gnome org>
Date:   Sat Nov 20 12:58:17 2021 +0100

    flatpak: Pin libportal dependency to release 0.4
    
    We would need to update the dependency for changes in the build process,
    however also the API is currently changing. Upstream has already
    suggested in another case (epiphany!1027) to stay on a tagged release
    until a new stable release is available. Let's do the same for eog.

 org.gnome.Eog.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Eog.json b/org.gnome.Eog.json
index 27075b4d..e59257b8 100644
--- a/org.gnome.Eog.json
+++ b/org.gnome.Eog.json
@@ -72,7 +72,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git";,
+                    "tag" : "0.4"
                 }
             ]
         },


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