From 18924aeae08b09263f6c710bf63389ce245b2f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 19 Jun 2024 19:25:31 +0200 Subject: [PATCH] ci: Build gsettings-desktop-schemas from git Needed for accent-color support in gnome-shell. Part-of: --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5fdd4650..7e5bccb47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ variables: - .skip-git-clone variables: FDO_DISTRIBUTION_VERSION: 40 - BASE_TAG: '2024-06-11.0' + BASE_TAG: '2024-06-19.1' MUTTER_USER: 'meta-user' FDO_DISTRIBUTION_PACKAGES: asciidoc @@ -140,6 +140,10 @@ variables: https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ 1.36 + ./.gitlab-ci/install-meson-project.sh \ + https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \ + master + rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \ gnome-shell \