Rename games to redox-games
This commit is contained in:
parent
88e792a70f
commit
c6ee5673d7
|
@ -52,7 +52,6 @@ freetype = {}
|
||||||
#friar = {} # mio patch
|
#friar = {} # mio patch
|
||||||
fribidi = {}
|
fribidi = {}
|
||||||
#game-2048 = {} # rustc-serialize
|
#game-2048 = {} # rustc-serialize
|
||||||
games = {}
|
|
||||||
#gawk = {} # langinfo.h
|
#gawk = {} # langinfo.h
|
||||||
gcc = {}
|
gcc = {}
|
||||||
gdbserver = {}
|
gdbserver = {}
|
||||||
|
@ -154,6 +153,7 @@ readline = {}
|
||||||
redoxerd = {}
|
redoxerd = {}
|
||||||
redox-fatfs = {}
|
redox-fatfs = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
|
redox-games = {}
|
||||||
redox-ssh = {}
|
redox-ssh = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
#relibc-tests = {} # madvise link error
|
#relibc-tests = {} # madvise link error
|
||||||
|
|
|
@ -73,8 +73,8 @@ vim = {}
|
||||||
# Games
|
# Games
|
||||||
dosbox = {}
|
dosbox = {}
|
||||||
freedoom = {}
|
freedoom = {}
|
||||||
games = {}
|
|
||||||
prboom = {}
|
prboom = {}
|
||||||
|
redox-games = {}
|
||||||
|
|
||||||
# Demos
|
# Demos
|
||||||
pixelcannon = {}
|
pixelcannon = {}
|
||||||
|
|
|
@ -64,8 +64,8 @@ winit = {}
|
||||||
dosbox = {}
|
dosbox = {}
|
||||||
eduke32 = {}
|
eduke32 = {}
|
||||||
freedoom = {}
|
freedoom = {}
|
||||||
games = {}
|
|
||||||
prboom = {}
|
prboom = {}
|
||||||
|
redox-games = {}
|
||||||
|
|
||||||
# stuff
|
# stuff
|
||||||
freepats = {}
|
freepats = {}
|
||||||
|
|
|
@ -52,7 +52,6 @@ freetype = {}
|
||||||
#friar = {} # mio patch
|
#friar = {} # mio patch
|
||||||
fribidi = {}
|
fribidi = {}
|
||||||
#game-2048 = {} # rustc-serialize
|
#game-2048 = {} # rustc-serialize
|
||||||
games = {}
|
|
||||||
#gawk = {} # langinfo.h
|
#gawk = {} # langinfo.h
|
||||||
gcc = {}
|
gcc = {}
|
||||||
gdbserver = {}
|
gdbserver = {}
|
||||||
|
@ -155,6 +154,7 @@ readline = {}
|
||||||
redoxerd = {}
|
redoxerd = {}
|
||||||
redox-fatfs = {}
|
redox-fatfs = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
|
redox-games = {}
|
||||||
redox-ssh = {}
|
redox-ssh = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
#relibc-tests = {} # madvise link error
|
#relibc-tests = {} # madvise link error
|
||||||
|
|
|
@ -82,9 +82,9 @@ vim = {}
|
||||||
# Games
|
# Games
|
||||||
dosbox = {}
|
dosbox = {}
|
||||||
freedoom = {}
|
freedoom = {}
|
||||||
games = {}
|
|
||||||
neverball = {}
|
neverball = {}
|
||||||
prboom = {}
|
prboom = {}
|
||||||
|
redox-games = {}
|
||||||
sopwith = {}
|
sopwith = {}
|
||||||
syobonaction = {}
|
syobonaction = {}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ bootstrap = {}
|
||||||
ca-certificates = {}
|
ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
|
cosmic-edit = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
drivers = {}
|
||||||
escalated = {}
|
escalated = {}
|
||||||
|
|
|
@ -110,7 +110,6 @@ dosbox = {}
|
||||||
eduke32 = {}
|
eduke32 = {}
|
||||||
flycast = {}
|
flycast = {}
|
||||||
freedoom = {}
|
freedoom = {}
|
||||||
games = {}
|
|
||||||
gigalomania = {}
|
gigalomania = {}
|
||||||
mednafen = {}
|
mednafen = {}
|
||||||
mgba = {}
|
mgba = {}
|
||||||
|
@ -122,6 +121,7 @@ openttd-opengfx = {}
|
||||||
openttd-openmsx = {}
|
openttd-openmsx = {}
|
||||||
openttd-opensfx = {}
|
openttd-opensfx = {}
|
||||||
prboom = {}
|
prboom = {}
|
||||||
|
redox-games = {}
|
||||||
#retroarch = {} # need to package cores
|
#retroarch = {} # need to package cores
|
||||||
rs-nes = {} # need game for testing
|
rs-nes = {} # need game for testing
|
||||||
rust64 = {} # need roms
|
rust64 = {} # need roms
|
||||||
|
|
Loading…
Reference in a new issue