[nautilus/wip/oholy/pin-gexiv2] flatpak: Pin gexiv2 dependency to fix build
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/pin-gexiv2] flatpak: Pin gexiv2 dependency to fix build
- Date: Fri, 17 Sep 2021 10:43:46 +0000 (UTC)
commit 1125631f937aba293cd117126fc064f4acb872d1
Author: Ondrej Holy <oholy redhat com>
Date: Fri Sep 17 12:29:01 2021 +0200
flatpak: Pin gexiv2 dependency to fix build
The flatpak build currently fails because of gexiv2, which is a problem for
our contributors and among others breaks our CI pipeline. The potential fix
is available already for a couple of days on
https://gitlab.gnome.org/GNOME/gexiv2/-/merge_requests/63 but not yet merged.
Let's pin the gexiv2 dependency to the latest working tag to fix those issues.
build-aux/flatpak/org.gnome.Nautilus.json | 3 ++-
build-aux/flatpak/org.gnome.Nautilus.yml | 1 +
build-aux/flatpak/org.gnome.NautilusMaster.yml | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 4fd009949..7b8c4e26e 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -54,7 +54,8 @@
"sources": [
{
"type": "git",
- "url": "https://gitlab.gnome.org/GNOME/gexiv2.git"
+ "url": "https://gitlab.gnome.org/GNOME/gexiv2.git",
+ "tag": "gexiv2-0.13.0"
}
]
},
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index f378ed963..fc635946a 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -45,6 +45,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gexiv2.git
+ tag: gexiv2-0.13.0
- name: tracker-miners
buildsystem: meson
cleanup:
diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml
index 8fff7aefc..88d2cd6d8 100644
--- a/build-aux/flatpak/org.gnome.NautilusMaster.yml
+++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml
@@ -45,6 +45,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gexiv2.git
+ tag: gexiv2-0.13.0
- name: tracker-miners
buildsystem: meson
cleanup:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]