mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Add Orbital as a runtime dependency for the GUI apps
And also make Orbital depend on the orbdata package
This commit is contained in:
parent
0fa182d351
commit
a61842d225
@ -1,7 +1,7 @@
|
||||
VERSION=3.7
|
||||
TAR=http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$VERSION.tar.gz
|
||||
BUILD_DEPENDS=(curl expat libjpeg libpng openssl sdl zlib freetype)
|
||||
DEPENDS="ca-certificates"
|
||||
DEPENDS="ca-certificates orbital"
|
||||
|
||||
function recipe_version {
|
||||
echo "$VERSION"
|
||||
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://github.com/redox-os/orbital.git
|
||||
DEPENDS="orbdata"
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
GIT=https://github.com/redox-os/orbterm.git
|
||||
BINDIR=/ui/bin
|
||||
DEPENDS="orbital"
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
GIT=https://github.com/redox-os/orbutils.git
|
||||
BINDIR=/ui/bin
|
||||
DEPENDS="orbital"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
GIT=https://github.com/redox-os/pastel.git
|
||||
GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git
|
||||
BINDIR=/ui/bin
|
||||
DEPENDS="orbital"
|
||||
|
||||
function recipe_stage {
|
||||
mkdir "$1/ui"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
GIT=https://github.com/redox-os/periodictable.git
|
||||
BINDIR="/ui/bin"
|
||||
DEPENDS="orbital"
|
||||
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/ui/apps"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
GIT=https://github.com/jackpot51/pixelcannon.git
|
||||
BINDIR=/ui/bin
|
||||
DEPENDS="orbital"
|
||||
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/apps/pixelcannon"
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
GIT=https://github.com/redox-os/rs-nes.git
|
||||
GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
|
||||
DEPENDS="orbital"
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
GIT=https://github.com/redox-os/rust64.git
|
||||
GIT_UPSTREAM=https://github.com/kondrak/rust64.git
|
||||
DEPENDS="orbital"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
GIT=https://github.com/redox-os/rustual-boy.git
|
||||
GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
|
||||
DEPENDS="orbital"
|
||||
|
||||
function recipe_update {
|
||||
cd rustual-boy-cli
|
||||
|
||||
Loading…
Reference in New Issue
Block a user