diff --git a/README.md b/README.md index 0531f1c..348a1e5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Orchestrator for the free XR stack. # Download Envision -- You can download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main). +- You can download the latest [AppImage snapshot](https://codeberg.org/gabmus/envision/actions?workflow=deploy.yml&status=1). - Once downloaded, unzip the archive and you should find a file named `Envision-x86_64.AppImage`. - Make it executable - From your file manager: right click > properties > "executable as program", or under permissions enable "is executable" (this depends on your file manager) @@ -42,7 +42,7 @@ You can find the Debian dependencies in the `.gitlab-ci.yml` file in this reposi ```bash -git clone https://gitlab.com/gabmus/envision/ +git clone https://codeberg.org/gabmus/envision/ cd envision meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development ninja -C build @@ -53,7 +53,7 @@ ninja -C build install ## Build AppImage ```bash -git clone https://gitlab.com/gabmus/envision +git clone https://codeberg.org/gabmus/envision cd envision ./dist/appimage/build_appimage.sh ``` diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index 3d6ca44..f23af1c 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -5,7 +5,7 @@ pkgver=r398.35b0ab9 pkgrel=3 pkgdesc='GUI for Monado' arch=(x86_64 aarch64) -url='https://gitlab.com/gabmus/envision' +url='https://codeberg.org/gabmus/envision' license=(GPL) depends=( gtk4 diff --git a/meson.build b/meson.build index f1edb57..c179b49 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ gnome = import('gnome') base_id = 'org.gabmus.envision' pretty_name = 'Envision' -upstream_repo = 'https://gitlab.com/gabmus/envision' +upstream_repo = 'https://codeberg.org/gabmus/envision' author = 'The Envision Team' description = 'Orchestrator for the free XR stack' # temporary