mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Drop rustpython from desktop config and minor updates to jeremy config
This commit is contained in:
parent
212383e6fd
commit
4dfb49d97e
@ -20,7 +20,6 @@ installer-gui = {}
|
||||
netsurf = {}
|
||||
patchelf = {}
|
||||
pop-icon-theme = {}
|
||||
rustpython = {}
|
||||
shared-mime-info = {}
|
||||
# orbterm from desktop-minimal should be ignored
|
||||
orbterm = "ignore"
|
||||
|
||||
@ -9,8 +9,6 @@ filesystem_size = 768
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
rustpython = "ignore" # https://github.com/Alexhuszagh/rust-lexical/issues/218
|
||||
|
||||
# Games
|
||||
dosbox = {}
|
||||
freedoom = {}
|
||||
|
||||
@ -12,4 +12,3 @@ include = ["../dev.toml"]
|
||||
# Package settings
|
||||
[packages]
|
||||
# example = {}
|
||||
rustpython = "ignore" # https://github.com/Alexhuszagh/rust-lexical/issues/218
|
||||
@ -9,8 +9,6 @@ filesystem_size = 4000
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
rustpython = "ignore" # https://github.com/Alexhuszagh/rust-lexical/issues/218
|
||||
|
||||
# apps
|
||||
cosmic-text = {}
|
||||
pixelcannon = {}
|
||||
|
||||
@ -13,12 +13,13 @@ filesystem_size = 8192
|
||||
#boxedwine = {}
|
||||
cosmic-player = {}
|
||||
cosmic-reader = {}
|
||||
#cosmic-settings = {} # requires recvmsg/sendmsg
|
||||
#cosmic-store = {} # requires recvmsg/sendmsg
|
||||
cosmic-settings = {}
|
||||
cosmic-store = {}
|
||||
cosmic-term = {}
|
||||
cosmic-text = {}
|
||||
#qemu = {} # not building
|
||||
schismtracker = {}
|
||||
servo = {}
|
||||
|
||||
# cli
|
||||
cleye = {}
|
||||
@ -35,7 +36,7 @@ xz = {}
|
||||
|
||||
# demos
|
||||
#cairodemo = {}
|
||||
#cmatrix = {} # addwstr
|
||||
cmatrix = {}
|
||||
cpal = {}
|
||||
gears = {}
|
||||
glutin = {}
|
||||
@ -55,7 +56,7 @@ winit = {}
|
||||
# dev
|
||||
autoconf = {}
|
||||
automake = {}
|
||||
cookbook = {}
|
||||
#cookbook = {}
|
||||
gcc13 = {}
|
||||
gnu-binutils = {}
|
||||
gnu-make = {}
|
||||
@ -63,7 +64,6 @@ nasm = {}
|
||||
patch = {}
|
||||
pkg-config = {}
|
||||
rust = {}
|
||||
#rustpython = {}
|
||||
|
||||
# games
|
||||
devilutionx = {}
|
||||
@ -71,7 +71,7 @@ eduke32 = {}
|
||||
flycast = {}
|
||||
freeciv = {}
|
||||
gigalomania = {}
|
||||
#love = {} # not building
|
||||
love = {}
|
||||
mednafen = {}
|
||||
mgba = {}
|
||||
openjazz = {}
|
||||
@ -86,16 +86,15 @@ rs-nes = {} # need game for testing
|
||||
rust64 = {} # need roms
|
||||
rustual-boy = {} # need game for testing
|
||||
scummvm = {} # need game for testing
|
||||
#sm64ex = {} # not building
|
||||
sm64ex = {}
|
||||
#spacecadetpinball = {} # not building
|
||||
#syobonaction = {}
|
||||
syobonaction = {}
|
||||
#vice = {} # broken on new toolchain
|
||||
#vvvvvv = {} # cannot find -lgcc_s
|
||||
|
||||
# stuff
|
||||
generaluser-gs = {}
|
||||
jeremy = {}
|
||||
libc-bench = {}
|
||||
noto-color-emoji = {}
|
||||
timidity = {}
|
||||
ttf-hack = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user