summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorStéphane Travostino <steph@combo.cc>2021-11-30 14:09:22 +0000
committerStéphane Travostino <steph@combo.cc>2021-11-30 15:38:56 +0000
commita650940bda343f459412d1a9235ec4b28a801fde (patch)
treea28a1e4a1e09bc4d31fb6b6941a5926cffdca980 /build-aux
parentc56d2f0d061e54de01eab6dfad9b0c0248349c24 (diff)
downloadgnome-control-center-a650940bda343f459412d1a9235ec4b28a801fde.tar.gz
flatpak: fix flatpak build by pulling the correct branch
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json12
1 files 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"
}
]
},