[nautilus/wip/antoniof/gnome-42: 70/72] flatpak: Use `main` branch for libportal
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/gnome-42: 70/72] flatpak: Use `main` branch for libportal
- Date: Fri, 11 Feb 2022 19:28:02 +0000 (UTC)
commit 04b2a16da707e84af09ea6e1fc927f692fb47b4f
Author: Christopher Davis <christopherdavis gnome org>
Date: Tue Feb 8 09:41:19 2022 -0800
flatpak: Use `main` branch for libportal
libportal changed the name of their primary branch to
`main`. `flatpak` can't automatically handle `main`,
so we need to specify it manually.
Should fix the recent CI failures.
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 fb6213074..adcf8aebf 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -125,7 +125,8 @@
"sources" : [
{
"type": "git",
- "url": "https://github.com/flatpak/libportal.git"
+ "url": "https://github.com/flatpak/libportal.git",
+ "branch": "main"
}
]
},
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 555f95905..98cf2c5e3 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -92,6 +92,7 @@ modules:
sources:
- type: git
url: https://github.com/flatpak/libportal.git
+ branch: main
- buildsystem: meson
builddir: true
name: nautilus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]