chore: change references to gitlab to codeberg

This commit is contained in:
Gabriele Musco 2024-08-03 19:42:11 +02:00
parent 3ca62c7d36
commit 2a55ce68b2
3 changed files with 5 additions and 5 deletions

View file

@ -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
```

2
dist/arch/PKGBUILD vendored
View file

@ -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

View file

@ -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