[nautilus/gnome-42] flatpak: Pin gnome-desktop to stable branch
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-42] flatpak: Pin gnome-desktop to stable branch
- Date: Fri, 22 Apr 2022 22:12:06 +0000 (UTC)
commit ca306b56d9f72afd60f515f311ed14bf95fdb028
Author: António Fernandes <antoniof gnome org>
Date: Fri Apr 22 23:03:52 2022 +0100
flatpak: Pin gnome-desktop to stable branch
The master branch introduces incompatible API changes in the
thumbnailing component.
The previously cherry-picked patch has been reverted because
it shouldn't have been applied to the stable branch.
Instead, in order to pass the pipeline, use stable dependency.
Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2237
build-aux/flatpak/org.gnome.Nautilus.json | 3 ++-
build-aux/flatpak/org.gnome.Nautilus.yml | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 1ce13e3aa..f3045d0e2 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -98,7 +98,8 @@
"sources": [
{
"type": "git",
- "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git",
+ "branch": "gnome-42"
}
]
},
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 8538efa78..014ce69cf 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -76,6 +76,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gnome-desktop.git
+ branch: gnome-42
- name: gnome-autoar
buildsystem: meson
builddir: true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]