[eog] flatpak: Pin libportal dependency to release 0.4



commit 51899bd772beaca97901abae8b5881810cdd0629
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.
    
    This is a fixup of d74e06cea08a00725472dcaf7ca7d6e3a0707719 which I
    accidentally pushed without updating after fixing the error.

 org.gnome.Eog.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Eog.json b/org.gnome.Eog.json
index e59257b8..94f09234 100644
--- a/org.gnome.Eog.json
+++ b/org.gnome.Eog.json
@@ -56,7 +56,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://github.com/flatpak/libportal.git";
+                    "url" : "https://github.com/flatpak/libportal.git";,
+                    "tag" : "0.4"
                 }
             ]
         },
@@ -72,8 +73,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git";,
-                    "tag" : "0.4"
+                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git";
                 }
             ]
         },


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