mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-01 05:38:44 +00:00
chore: move upstream repo references back to gitlab
This commit is contained in:
parent
5a92d8e8a2
commit
03e3b10fb4
3 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ Orchestrator for the free XR stack.
|
||||||
|
|
||||||
# Download Envision
|
# 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`.
|
- Once downloaded, unzip the archive and you should find a file named `Envision-x86_64.AppImage`.
|
||||||
- Make it executable
|
- 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)
|
- 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
|
```bash
|
||||||
git clone https://codeberg.org/gabmus/envision/
|
git clone https://gitlab.com/gabmus/envision/
|
||||||
cd envision
|
cd envision
|
||||||
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
@ -53,7 +53,7 @@ ninja -C build install
|
||||||
## Build AppImage
|
## Build AppImage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://codeberg.org/gabmus/envision
|
git clone https://gitlab.com/gabmus/envision
|
||||||
cd envision
|
cd envision
|
||||||
./dist/appimage/build_appimage.sh
|
./dist/appimage/build_appimage.sh
|
||||||
```
|
```
|
||||||
|
|
2
dist/arch/PKGBUILD
vendored
2
dist/arch/PKGBUILD
vendored
|
@ -5,7 +5,7 @@ pkgver=r398.35b0ab9
|
||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc='GUI for Monado'
|
pkgdesc='GUI for Monado'
|
||||||
arch=(x86_64 aarch64)
|
arch=(x86_64 aarch64)
|
||||||
url='https://codeberg.org/gabmus/envision'
|
url='https://gitlab.com/gabmus/envision'
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
depends=(
|
depends=(
|
||||||
gtk4
|
gtk4
|
||||||
|
|
|
@ -11,7 +11,7 @@ gnome = import('gnome')
|
||||||
|
|
||||||
base_id = 'org.gabmus.envision'
|
base_id = 'org.gabmus.envision'
|
||||||
pretty_name = 'Envision'
|
pretty_name = 'Envision'
|
||||||
upstream_repo = 'https://codeberg.org/gabmus/envision'
|
upstream_repo = 'https://gitlab.com/gabmus/envision'
|
||||||
author = 'The Envision Team'
|
author = 'The Envision Team'
|
||||||
description = 'Orchestrator for the free XR stack' # temporary
|
description = 'Orchestrator for the free XR stack' # temporary
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue