From 66eba48b3f9fa2d8a7b07c499a820a9c9f2530ef 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 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 59bcea4b0..c0fed5e6e 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -160,7 +160,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