Skip to content
Snippets Groups Projects
Unverified Commit 37ad380a authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #136 from xTibor/orbital-deps

Add Orbital as a runtime dependency for the GUI apps
parents 0fa182d3 a61842d2
No related branches found
No related tags found
No related merge requests found
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"
......
GIT=https://github.com/redox-os/orbital.git
DEPENDS="orbdata"
GIT=https://github.com/redox-os/orbterm.git
BINDIR=/ui/bin
DEPENDS="orbital"
GIT=https://github.com/redox-os/orbutils.git
BINDIR=/ui/bin
DEPENDS="orbital"
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"
......
GIT=https://github.com/redox-os/periodictable.git
BINDIR="/ui/bin"
DEPENDS="orbital"
function recipe_stage {
mkdir -pv "$1/ui/apps"
......
GIT=https://github.com/jackpot51/pixelcannon.git
BINDIR=/ui/bin
DEPENDS="orbital"
function recipe_stage {
mkdir -pv "$1/apps/pixelcannon"
......
GIT=https://github.com/redox-os/rs-nes.git
GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
DEPENDS="orbital"
GIT=https://github.com/redox-os/rust64.git
GIT_UPSTREAM=https://github.com/kondrak/rust64.git
DEPENDS="orbital"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment