[gnome-control-center] flatpak: fix flatpak build by pulling the correct branch



commit a650940bda343f459412d1a9235ec4b28a801fde
Author: Stéphane Travostino <steph combo cc>
Date:   Tue Nov 30 14:09:22 2021 +0000

    flatpak: fix flatpak build by pulling the correct branch

 build-aux/flatpak/org.gnome.Settings.json | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 1805206a3..7dccb5775 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -151,7 +151,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "git://github.com/hughsie/libgusb.git"
+                    "url" : "git://github.com/hughsie/libgusb.git",
+                    "branch" : "main"
                 }
             ]
         },
@@ -300,7 +301,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git";,
+                    "branch" : "libgweather-3"
                 }
             ]
         },
@@ -401,7 +403,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libnma.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libnma.git";,
+                    "branch" : "main"
                 }
             ]
         },
@@ -420,7 +423,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/network-manager-applet.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/network-manager-applet.git";,
+                    "branch" : "main"
                 }
             ]
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]