Add Orbital as a runtime dependency for the GUI apps

And also make Orbital depend on the orbdata package
This commit is contained in:
Tibor Nagy 2018-03-29 00:22:52 +02:00
parent 0fa182d351
commit a61842d225
10 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1 +1,2 @@
GIT=https://github.com/redox-os/orbital.git
DEPENDS="orbdata"

View File

@ -1,2 +1,3 @@
GIT=https://github.com/redox-os/orbterm.git
BINDIR=/ui/bin
DEPENDS="orbital"

View File

@ -1,2 +1,3 @@
GIT=https://github.com/redox-os/orbutils.git
BINDIR=/ui/bin
DEPENDS="orbital"

View File

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

View File

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

View File

@ -1,5 +1,6 @@
GIT=https://github.com/jackpot51/pixelcannon.git
BINDIR=/ui/bin
DEPENDS="orbital"
function recipe_stage {
mkdir -pv "$1/apps/pixelcannon"

View File

@ -1,2 +1,3 @@
GIT=https://github.com/redox-os/rs-nes.git
GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
DEPENDS="orbital"

View File

@ -1,2 +1,3 @@
GIT=https://github.com/redox-os/rust64.git
GIT_UPSTREAM=https://github.com/kondrak/rust64.git
DEPENDS="orbital"

View File

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