summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2021-11-30 16:48:31 +0100
committerFelipe Borges <felipeborges@gnome.org>2021-12-06 12:59:27 +0100
commit8c1d7a726c73b5c5f7d80607b43ba41b97594b93 (patch)
tree3dca853dd10f5fac5e6bc5ba04b0baa220e37f0e /build-aux
parent38c7d50092924120aa2a30ccf4775325bc1e15b5 (diff)
downloadgnome-control-center-8c1d7a726c73b5c5f7d80607b43ba41b97594b93.tar.gz
flatpak: Use "gnome-3-34" branch for gnome-bluetooth
gnome-bluetooth got its API version bumped for the GTK4 port. Let's pin the old stable version for now (until g-c-c ports to GTK4).
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 7dccb5775..dc6e02597 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -485,7 +485,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gnome-bluetooth.git"
+ "url" : "https://gitlab.gnome.org/GNOME/gnome-bluetooth.git",
+ "branch" : "gnome-3-34"
}
]
},