[fractal/alatiera/libhandy-pin] flatpak: use the version of libhandy that corresponds to the bindings we are pulling.
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/alatiera/libhandy-pin] flatpak: use the version of libhandy that corresponds to the bindings we are pulling.
- Date: Thu, 23 Jan 2020 14:59:45 +0000 (UTC)
commit 4df16251f405335d3a7007301530d158fdcf774b
Author: Jordan Petridis <jordan centricular com>
Date: Thu Jan 23 16:57:54 2020 +0200
flatpak: use the version of libhandy that corresponds to the
bindings we are pulling.
We are usinga slightly old bindings version and only enabling
up to feature 0_0_10. Given that the api of both the bindings
and libhandy itself is currently unstable the missmatch can
potentially cause issues.
flatpak/org.gnome.Fractal-release.json | 2 +-
flatpak/org.gnome.Fractal.json | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 49518cd0..ec04d82c 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -55,7 +55,7 @@
{
"type" : "git",
"url" : "https://source.puri.sm/Librem5/libhandy",
- "tag" : "v0.0.11"
+ "tag" : "v0.0.10"
}
]
},
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 99233874..0152fc4b 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -60,7 +60,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://source.puri.sm/Librem5/libhandy.git"
+ "url" : "https://source.puri.sm/Librem5/libhandy.git",
+ "tag" : "v0.0.11"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]