Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
ci: migrate to codeberg
.builds/alpine.yml | 4 ++--
.builds/archlinux.yml | 4 ++--
.builds/freebsd.yml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 3ab38c4..f59a12d 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -22,7 +22,7 @@ packages:
- wget
- xz
sources:
- - https://github.com/riverwm/river
+ - https://codeberg.org/river/river
- https://gitlab.freedesktop.org/wayland/wayland.git
- https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
@@ -34,7 +34,7 @@ tasks:
cd ..
cd wlroots
- git checkout 0.17.1
+ git checkout 0.17.2
meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false -Dxcb-errors=disabled --prefix /usr
sudo ninja -C build/ install
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 7b89bd5..caf4795 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -20,7 +20,7 @@ packages:
- wget
- xz
sources:
- - https://github.com/riverwm/river
+ - https://codeberg.org/river/river
- https://gitlab.freedesktop.org/wayland/wayland.git
- https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
@@ -32,7 +32,7 @@ tasks:
cd ..
cd wlroots
- git checkout 0.17.1
+ git checkout 0.17.2
meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false --prefix /usr
sudo ninja -C build/ install
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index e1b3e81..4ca6414 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -24,7 +24,7 @@ packages:
- scdoc
- wget
sources:
- - https://github.com/riverwm/river
+ - https://codeberg.org/river/river
- https://gitlab.freedesktop.org/wayland/wayland.git
- https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
@@ -36,7 +36,7 @@ tasks:
cd ..
cd wlroots
- git checkout 0.17.1
+ git checkout 0.17.2
meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false --prefix /usr
sudo ninja -C build/ install