summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2021-11-20 12:58:17 +0100
committerFelix Riemann <friemann@gnome.org>2021-11-20 13:03:59 +0100
commitd74e06cea08a00725472dcaf7ca7d6e3a0707719 (patch)
tree817cd9621ab7de531522b10bc589efa818709fcd
parent6d4fca812051024d5f267691108bd4f4307fdfec (diff)
downloadeog-d74e06cea08a00725472dcaf7ca7d6e3a0707719.tar.gz
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.
-rw-r--r--org.gnome.Eog.json3
1 files changed, 2 insertions, 1 deletions
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"
}
]
},