From a61842d2257b273e73cce0ebbb0e8cba4e936da9 Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Thu, 29 Mar 2018 00:22:52 +0200 Subject: [PATCH] Add Orbital as a runtime dependency for the GUI apps And also make Orbital depend on the orbdata package --- recipes/netsurf/recipe.sh | 2 +- recipes/orbital/recipe.sh | 1 + recipes/orbterm/recipe.sh | 1 + recipes/orbutils/recipe.sh | 1 + recipes/pastel/recipe.sh | 1 + recipes/periodictable/recipe.sh | 1 + recipes/pixelcannon/recipe.sh | 1 + recipes/rs-nes/recipe.sh | 1 + recipes/rust64/recipe.sh | 1 + recipes/rustual-boy/recipe.sh | 1 + 10 files changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes/netsurf/recipe.sh b/recipes/netsurf/recipe.sh index b092b9f9..42e0c72e 100644 --- a/recipes/netsurf/recipe.sh +++ b/recipes/netsurf/recipe.sh @@ -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" diff --git a/recipes/orbital/recipe.sh b/recipes/orbital/recipe.sh index be4992a3..9b680117 100644 --- a/recipes/orbital/recipe.sh +++ b/recipes/orbital/recipe.sh @@ -1 +1,2 @@ GIT=https://github.com/redox-os/orbital.git +DEPENDS="orbdata" diff --git a/recipes/orbterm/recipe.sh b/recipes/orbterm/recipe.sh index 7b0c62a2..309de8af 100644 --- a/recipes/orbterm/recipe.sh +++ b/recipes/orbterm/recipe.sh @@ -1,2 +1,3 @@ GIT=https://github.com/redox-os/orbterm.git BINDIR=/ui/bin +DEPENDS="orbital" diff --git a/recipes/orbutils/recipe.sh b/recipes/orbutils/recipe.sh index e049cafd..9f25fdd7 100644 --- a/recipes/orbutils/recipe.sh +++ b/recipes/orbutils/recipe.sh @@ -1,2 +1,3 @@ GIT=https://github.com/redox-os/orbutils.git BINDIR=/ui/bin +DEPENDS="orbital" diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh index 1b2740d7..ddeda786 100644 --- a/recipes/pastel/recipe.sh +++ b/recipes/pastel/recipe.sh @@ -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" diff --git a/recipes/periodictable/recipe.sh b/recipes/periodictable/recipe.sh index 17f2c6ac..00ab0290 100644 --- a/recipes/periodictable/recipe.sh +++ b/recipes/periodictable/recipe.sh @@ -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" diff --git a/recipes/pixelcannon/recipe.sh b/recipes/pixelcannon/recipe.sh index 4d660db0..1b140e72 100644 --- a/recipes/pixelcannon/recipe.sh +++ b/recipes/pixelcannon/recipe.sh @@ -1,5 +1,6 @@ GIT=https://github.com/jackpot51/pixelcannon.git BINDIR=/ui/bin +DEPENDS="orbital" function recipe_stage { mkdir -pv "$1/apps/pixelcannon" diff --git a/recipes/rs-nes/recipe.sh b/recipes/rs-nes/recipe.sh index 18a3a7f6..840cab93 100755 --- a/recipes/rs-nes/recipe.sh +++ b/recipes/rs-nes/recipe.sh @@ -1,2 +1,3 @@ GIT=https://github.com/redox-os/rs-nes.git GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git +DEPENDS="orbital" diff --git a/recipes/rust64/recipe.sh b/recipes/rust64/recipe.sh index 602ce803..441a34a1 100755 --- a/recipes/rust64/recipe.sh +++ b/recipes/rust64/recipe.sh @@ -1,2 +1,3 @@ GIT=https://github.com/redox-os/rust64.git GIT_UPSTREAM=https://github.com/kondrak/rust64.git +DEPENDS="orbital" diff --git a/recipes/rustual-boy/recipe.sh b/recipes/rustual-boy/recipe.sh index 7e232b2c..8706fcf1 100755 --- a/recipes/rustual-boy/recipe.sh +++ b/recipes/rustual-boy/recipe.sh @@ -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