Skip to content
Snippets Groups Projects
Commit a61842d2 authored by Nagy Tibor's avatar Nagy Tibor
Browse files

Add Orbital as a runtime dependency for the GUI apps

And also make Orbital depend on the orbdata package
parent 0fa182d3
No related branches found
No related tags found
1 merge request!136Add Orbital as a runtime dependency for the GUI apps
VERSION=3.7 VERSION=3.7
TAR=http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$VERSION.tar.gz 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) BUILD_DEPENDS=(curl expat libjpeg libpng openssl sdl zlib freetype)
DEPENDS="ca-certificates" DEPENDS="ca-certificates orbital"
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
GIT=https://github.com/redox-os/orbital.git GIT=https://github.com/redox-os/orbital.git
DEPENDS="orbdata"
GIT=https://github.com/redox-os/orbterm.git GIT=https://github.com/redox-os/orbterm.git
BINDIR=/ui/bin BINDIR=/ui/bin
DEPENDS="orbital"
GIT=https://github.com/redox-os/orbutils.git GIT=https://github.com/redox-os/orbutils.git
BINDIR=/ui/bin BINDIR=/ui/bin
DEPENDS="orbital"
GIT=https://github.com/redox-os/pastel.git GIT=https://github.com/redox-os/pastel.git
GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git
BINDIR=/ui/bin BINDIR=/ui/bin
DEPENDS="orbital"
function recipe_stage { function recipe_stage {
mkdir "$1/ui" mkdir "$1/ui"
......
GIT=https://github.com/redox-os/periodictable.git GIT=https://github.com/redox-os/periodictable.git
BINDIR="/ui/bin" BINDIR="/ui/bin"
DEPENDS="orbital"
function recipe_stage { function recipe_stage {
mkdir -pv "$1/ui/apps" mkdir -pv "$1/ui/apps"
......
GIT=https://github.com/jackpot51/pixelcannon.git GIT=https://github.com/jackpot51/pixelcannon.git
BINDIR=/ui/bin BINDIR=/ui/bin
DEPENDS="orbital"
function recipe_stage { function recipe_stage {
mkdir -pv "$1/apps/pixelcannon" mkdir -pv "$1/apps/pixelcannon"
......
GIT=https://github.com/redox-os/rs-nes.git GIT=https://github.com/redox-os/rs-nes.git
GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
DEPENDS="orbital"
GIT=https://github.com/redox-os/rust64.git GIT=https://github.com/redox-os/rust64.git
GIT_UPSTREAM=https://github.com/kondrak/rust64.git GIT_UPSTREAM=https://github.com/kondrak/rust64.git
DEPENDS="orbital"
GIT=https://github.com/redox-os/rustual-boy.git GIT=https://github.com/redox-os/rustual-boy.git
GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
DEPENDS="orbital"
function recipe_update { function recipe_update {
cd rustual-boy-cli 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