Merge branch 'master' into 'master'
Add/enable recipes on TOML config files. See merge request redox-os/redox!1320
This commit is contained in:
commit
90dd7bb295
|
@ -20,7 +20,7 @@ ca-certificates = {}
|
|||
cairo = {}
|
||||
cairodemo = {}
|
||||
#calculator = {}
|
||||
#cargo = {} # curl-config not found
|
||||
cargo = {}
|
||||
cleye = {}
|
||||
#cmatrix = {} # needs ncursesw now
|
||||
contain = {}
|
||||
|
@ -94,7 +94,7 @@ libvorbis = {}
|
|||
libxml2 = {}
|
||||
llvm = {}
|
||||
logd = {}
|
||||
#lua = {} # tmpnam
|
||||
lua = {}
|
||||
#mdp = {} # ncursesw
|
||||
mesa = {}
|
||||
mesa_glu = {}
|
||||
|
@ -134,15 +134,17 @@ patch = {}
|
|||
#pathfinder = {} # servo-fontconfig
|
||||
#pciids = {}
|
||||
pcre = {}
|
||||
perg = {}
|
||||
periodictable = {}
|
||||
#perl = {} # ctermid, tempnam, ttyname
|
||||
pixelcannon = {}
|
||||
pixman = {}
|
||||
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
||||
#pkg-config = {} # linker errors
|
||||
pkg-config = {}
|
||||
pkgutils = {}
|
||||
#powerline = {} # dirs
|
||||
prboom = {}
|
||||
procedural-wallpapers-rs = {}
|
||||
ptyd = {}
|
||||
#python = {} # getaddrinfo
|
||||
#qemu = {}
|
||||
|
@ -150,11 +152,11 @@ ramfs = {}
|
|||
randd = {}
|
||||
readline = {}
|
||||
redoxerd = {}
|
||||
#redox-fatfs = {}
|
||||
redox-fatfs = {}
|
||||
redoxfs = {}
|
||||
#redox-ssh = {}
|
||||
redox-ssh = {}
|
||||
relibc = {}
|
||||
#relibc-tests = {}
|
||||
relibc-tests = {}
|
||||
resist = {}
|
||||
retroarch = {}
|
||||
ripgrep = {}
|
||||
|
@ -181,6 +183,7 @@ sdl_ttf = {}
|
|||
sed = {}
|
||||
#servo = {} # some more crates to port
|
||||
#shared-mime-info = {} # intltool-update out of date
|
||||
shellharden = {}
|
||||
shellstorm = {}
|
||||
smith = {}
|
||||
sodium = {}
|
||||
|
|
|
@ -68,6 +68,14 @@ uutils = {}
|
|||
|
||||
# Apps
|
||||
periodictable = {}
|
||||
|
||||
# Shell Apps
|
||||
bash = {}
|
||||
binutils = {}
|
||||
curl = {}
|
||||
git = {}
|
||||
gnu-grep = {}
|
||||
ripgrep = {}
|
||||
sodium = {}
|
||||
|
||||
# Games
|
||||
|
@ -84,6 +92,7 @@ acid = {}
|
|||
orbclient = {}
|
||||
pixelcannon = {}
|
||||
rodioplay = {}
|
||||
gears = {}
|
||||
|
||||
# MIDI
|
||||
freepats = {}
|
||||
|
|
Loading…
Reference in a new issue