chore: move upstream repo references back to gitlab

This commit is contained in:
Gabriele Musco 2024-08-05 12:22:58 +02:00
parent 5a92d8e8a2
commit 03e3b10fb4
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](https://codeberg.org/gabmus/envision/actions?workflow=deploy.yml&status=1).
- You can download the latest [AppImage snapshot](https://gitlab.com/gabmus/envision/-/pipelines?ref=main&status=success).
- 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://codeberg.org/gabmus/envision/
git clone https://gitlab.com/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://codeberg.org/gabmus/envision
git clone https://gitlab.com/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://codeberg.org/gabmus/envision'
url='https://gitlab.com/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://codeberg.org/gabmus/envision'
upstream_repo = 'https://gitlab.com/gabmus/envision'
author = 'The Envision Team'
description = 'Orchestrator for the free XR stack' # temporary