mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
3035ae4277
libreoffice was added to the livecd desktop spin very late in the development cycle and there isn't a lot of time to futz around with this as we are freezing today. The change would likely put the games spin oversize. For now just don't include libreoffice stuff. Later we may want to keep it and adjust the included games.
203 lines
2.6 KiB
Plaintext
203 lines
2.6 KiB
Plaintext
# fedora-livedvd-games.ks
|
|
#
|
|
# Maintainer(s):
|
|
# - Bruno Wolff III <bruno@wolff.to>
|
|
# - Formerly maintained by Rahul Sundaram
|
|
|
|
%include fedora-livecd-desktop.ks
|
|
|
|
# The recommended part size for DVDs is too close to use for the games spin
|
|
part / --size 10240
|
|
|
|
%packages
|
|
|
|
# Wine pulls in i386 libraries under x86_86 making that spin too big.
|
|
# Also the point is to show off Fedora games, not running windows games.
|
|
|
|
-wine
|
|
|
|
# Remove libreoffice since it just got added to livecd-desktop and
|
|
# will likely put the games spin over size and it is freeze time.
|
|
-libreoffice*
|
|
|
|
# Allow joysticks and game pads to work
|
|
joystick-support
|
|
|
|
# games
|
|
|
|
# traditional (big)
|
|
|
|
abuse
|
|
#alienarena #Cut for size
|
|
armacycles-ad
|
|
asc
|
|
asc-music
|
|
astromenace
|
|
beneath-a-steel-sky-cd
|
|
# blobAndConquer # nonfree textures issue - may return later
|
|
boswars
|
|
btanks
|
|
bzflag
|
|
crossfire-client
|
|
extremetuxracer
|
|
flight-of-the-amazon-queen-cd
|
|
freeciv
|
|
freecol
|
|
freedoom
|
|
freedroidrpg
|
|
frozen-bubble
|
|
gl-117
|
|
glob2
|
|
lincity-ng
|
|
manaworld
|
|
maniadrive
|
|
maniadrive-music
|
|
megaglest
|
|
nethack-vultures
|
|
netpanzer
|
|
neverball
|
|
nogravity
|
|
# openarena (cut because of size, may be restored later if larger iso's allowed)
|
|
pinball
|
|
scorched3d
|
|
supertux
|
|
supertuxkart
|
|
torcs
|
|
ultimatestunts
|
|
warzone2100
|
|
wesnoth
|
|
widelands
|
|
worminator
|
|
warmux
|
|
xmoto
|
|
|
|
# traditional (small)
|
|
|
|
abe
|
|
alex4
|
|
ballz
|
|
blobwars
|
|
bombardier
|
|
cdogs-sdl
|
|
#chess (Currently broken)
|
|
clanbomber
|
|
colossus
|
|
foobillard
|
|
glaxium
|
|
gnubg
|
|
gnugo
|
|
haxima
|
|
hedgewars
|
|
kcheckers
|
|
knights
|
|
lbrickbuster2
|
|
liquidwar
|
|
londonlaw
|
|
lordsawar
|
|
lure
|
|
machineball
|
|
nethack
|
|
openlierox
|
|
pachi
|
|
pioneers
|
|
quarry
|
|
Ri-li
|
|
rogue
|
|
scorchwentbonkers
|
|
seahorse-adventures
|
|
solarwolf
|
|
sopwith
|
|
stormbaancoureur
|
|
ularn
|
|
xblast
|
|
|
|
# arcade classics(ish) (big)
|
|
|
|
auriferous
|
|
alienblaster
|
|
duel3
|
|
lmarbles
|
|
powermanga
|
|
raidem
|
|
raidem-music
|
|
trackballs
|
|
trackballs-music
|
|
|
|
# arcade classics(ish) (small)
|
|
|
|
ballbuster
|
|
CriticalMass
|
|
dd2
|
|
KoboDeluxe
|
|
lacewing
|
|
Maelstrom
|
|
methane
|
|
njam
|
|
seahorse-adventures
|
|
shippy
|
|
tecnoballz
|
|
wordwarvi
|
|
xgalaxy
|
|
zasx
|
|
|
|
# falling blocks games (small)
|
|
|
|
amoebax
|
|
crack-attack
|
|
crystal-stacker
|
|
fbg
|
|
gemdropx
|
|
gweled
|
|
|
|
# puzzles (big)
|
|
enigma
|
|
fillets-ng
|
|
pingus
|
|
|
|
# puzzles (small)
|
|
|
|
escape
|
|
magicor
|
|
mirrormagic
|
|
pipenightdreams
|
|
pipepanic
|
|
pychess
|
|
rocksndiamonds
|
|
vodovod
|
|
|
|
# card games
|
|
|
|
#poker2d - dropped from F14 for being orphaned
|
|
PySolFC
|
|
|
|
# educational/simulation
|
|
|
|
bygfoot
|
|
celestia
|
|
childsplay
|
|
gcompris
|
|
planets
|
|
stellarium
|
|
tuxpaint
|
|
tuxpaint-stamps
|
|
tuxtype2
|
|
|
|
# kde based games
|
|
taxipilot
|
|
|
|
# utilities
|
|
|
|
games-menus
|
|
|
|
# Note some stuff I don't want pulled into the games spin.
|
|
|
|
# No compilations of games as I want to only include games that at least
|
|
# someone thought were good within a genre.
|
|
-kdegames
|
|
-gnome-games
|
|
|
|
# Nothing should be downloading data to play.
|
|
-autodownloader
|
|
|
|
%end
|