From e4d9cbf0e9f13b69898168bda1ceeed5756e77d2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 7 Sep 2024 15:03:06 -0700 Subject: [PATCH] CI: clone libdecor from fd.o instead of gnome.org https://gitlab.gnome.org/jadahl/libdecor is archived and the README says to use https://gitlab.freedesktop.org/libdecor/libdecor instead. Signed-off-by: Alan Coopersmith (cherry picked from commit fc8ba2441326dae03d7c223537430f860f061f81) Part-of: --- .gitlab-ci/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 7f9e22a7d..b3f06af35 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -154,7 +154,7 @@ cd .. rm -rf wayland-protocols # Install libdecor for Xwayland -git clone https://gitlab.gnome.org/jadahl/libdecor.git --depth 1 --branch=0.1.0 +git clone https://gitlab.freedesktop.org/libdecor/libdecor.git --depth 1 --branch=0.1.0 cd libdecor meson _build -D{demo,install_demo}=false ninja -C _build -j${FDO_CI_CONCURRENT:-4} install