[gtk/ebassi/manifest-dep-fix] flatpak: Use "main" branch for wayland
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/manifest-dep-fix] flatpak: Use "main" branch for wayland
- Date: Fri, 28 Jan 2022 01:25:54 +0000 (UTC)
commit 9dcbbb43007f93957569b36286de013b30db5353
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Jan 28 01:25:04 2022 +0000
flatpak: Use "main" branch for wayland
The default branch for wayland has changed, but the "master" branch
is still available with an older version.
build-aux/flatpak/org.gtk.Demo4.json | 3 ++-
build-aux/flatpak/org.gtk.IconBrowser4.json | 3 ++-
build-aux/flatpak/org.gtk.WidgetFactory4.json | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index e1813fa968..c3f69c7a48 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -43,7 +43,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
+ "branch" : "main"
}
]
},
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 908a197d7d..000374911a 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -43,7 +43,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
+ "branch" : "main"
}
]
},
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index dadb6198e4..1d51d1b7c2 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -43,7 +43,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
+ "branch" : "main"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]