Merge branch 'master' into 'master'

Add/enable recipes on TOML config files.

See merge request redox-os/redox!1320
This commit is contained in:
Jeremy Soller 2023-03-14 16:30:02 +00:00
commit 90dd7bb295
2 changed files with 18 additions and 6 deletions

View file

@ -20,7 +20,7 @@ ca-certificates = {}
cairo = {} cairo = {}
cairodemo = {} cairodemo = {}
#calculator = {} #calculator = {}
#cargo = {} # curl-config not found cargo = {}
cleye = {} cleye = {}
#cmatrix = {} # needs ncursesw now #cmatrix = {} # needs ncursesw now
contain = {} contain = {}
@ -94,7 +94,7 @@ libvorbis = {}
libxml2 = {} libxml2 = {}
llvm = {} llvm = {}
logd = {} logd = {}
#lua = {} # tmpnam lua = {}
#mdp = {} # ncursesw #mdp = {} # ncursesw
mesa = {} mesa = {}
mesa_glu = {} mesa_glu = {}
@ -134,15 +134,17 @@ patch = {}
#pathfinder = {} # servo-fontconfig #pathfinder = {} # servo-fontconfig
#pciids = {} #pciids = {}
pcre = {} pcre = {}
perg = {}
periodictable = {} periodictable = {}
#perl = {} # ctermid, tempnam, ttyname #perl = {} # ctermid, tempnam, ttyname
pixelcannon = {} pixelcannon = {}
pixman = {} pixman = {}
#pkgar = {} # uses virtual Cargo.toml, needs recipe update #pkgar = {} # uses virtual Cargo.toml, needs recipe update
#pkg-config = {} # linker errors pkg-config = {}
pkgutils = {} pkgutils = {}
#powerline = {} # dirs #powerline = {} # dirs
prboom = {} prboom = {}
procedural-wallpapers-rs = {}
ptyd = {} ptyd = {}
#python = {} # getaddrinfo #python = {} # getaddrinfo
#qemu = {} #qemu = {}
@ -150,11 +152,11 @@ ramfs = {}
randd = {} randd = {}
readline = {} readline = {}
redoxerd = {} redoxerd = {}
#redox-fatfs = {} redox-fatfs = {}
redoxfs = {} redoxfs = {}
#redox-ssh = {} redox-ssh = {}
relibc = {} relibc = {}
#relibc-tests = {} relibc-tests = {}
resist = {} resist = {}
retroarch = {} retroarch = {}
ripgrep = {} ripgrep = {}
@ -181,6 +183,7 @@ sdl_ttf = {}
sed = {} sed = {}
#servo = {} # some more crates to port #servo = {} # some more crates to port
#shared-mime-info = {} # intltool-update out of date #shared-mime-info = {} # intltool-update out of date
shellharden = {}
shellstorm = {} shellstorm = {}
smith = {} smith = {}
sodium = {} sodium = {}

View file

@ -68,6 +68,14 @@ uutils = {}
# Apps # Apps
periodictable = {} periodictable = {}
# Shell Apps
bash = {}
binutils = {}
curl = {}
git = {}
gnu-grep = {}
ripgrep = {}
sodium = {} sodium = {}
# Games # Games
@ -84,6 +92,7 @@ acid = {}
orbclient = {} orbclient = {}
pixelcannon = {} pixelcannon = {}
rodioplay = {} rodioplay = {}
gears = {}
# MIDI # MIDI
freepats = {} freepats = {}