From 6bf52dae1dbcf6a9a98d39d693e86936a7462c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 16 Feb 2025 14:36:28 +0100 Subject: [PATCH] ci: Replace Cantarell with Adwaita fonts in toolbox image The default changed, so follow suit. The fonts aren't packaged in Fedora yet, so use git for now. Part-of: --- .gitlab-ci/build-toolbox-image.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/build-toolbox-image.sh b/.gitlab-ci/build-toolbox-image.sh index 982e0f649..e53e8c381 100755 --- a/.gitlab-ci/build-toolbox-image.sh +++ b/.gitlab-ci/build-toolbox-image.sh @@ -33,7 +33,6 @@ build_container() { flatpak-spawn # run host commands flatpak # for host apps nautilus # FileChooser portal - abattis-cantarell-fonts # system font gnome-backgrounds # no blank background! ) local debug_packages=( @@ -54,6 +53,9 @@ build_container() { local srcdir=$(realpath $(dirname $0)) buildah copy --chmod 755 $build_cntr $srcdir/install-meson-project.sh /usr/libexec + buildah run $build_cntr /usr/libexec/install-meson-project.sh \ + https://gitlab.gnome.org/GNOME/adwaita-fonts.git main + # include convenience script for updating mutter dependency local update_mutter=$(mktemp) cat > $update_mutter <<-EOF