2013-01-25 03:51:40 +00:00
|
|
|
# fedora-livecd-soas.ks
|
|
|
|
#
|
|
|
|
# Description:
|
|
|
|
# - A Sugar environment that you can carry in your pocket
|
|
|
|
#
|
|
|
|
# Maintainers:
|
|
|
|
# - Peter Robinson <pbrobinson AT gmail DOT com>
|
|
|
|
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
|
|
|
# - Mel Chua <mchua AT fedoraproject DOT org>
|
|
|
|
|
|
|
|
%packages
|
|
|
|
-@fonts
|
|
|
|
-@dial-up
|
|
|
|
-@multimedia
|
|
|
|
-@printing
|
|
|
|
-foomatic
|
|
|
|
-@gnome-desktop
|
|
|
|
-yp-tools
|
|
|
|
-ypbind
|
|
|
|
-rdate
|
|
|
|
-rdist
|
|
|
|
-icedtea-web
|
|
|
|
-firefox
|
|
|
|
-glx-utils
|
|
|
|
-nmap-ncat
|
|
|
|
-PackageKit
|
|
|
|
-libfprint
|
|
|
|
-realmd
|
|
|
|
-eekboard-libs
|
2013-06-24 23:04:31 +00:00
|
|
|
-open-vm-tools*
|
2014-09-21 22:09:02 +00:00
|
|
|
-gfs2-utils
|
|
|
|
-abrt-cli
|
|
|
|
-ibus*
|
|
|
|
-hyperv-daemons
|
2013-01-25 03:51:40 +00:00
|
|
|
|
2014-12-02 00:25:46 +00:00
|
|
|
# Add some extra fonts
|
|
|
|
dejavu-sans-fonts
|
|
|
|
dejavu-sans-mono-fonts
|
|
|
|
madan-fonts
|
|
|
|
aajohan-comfortaa-fonts
|
|
|
|
sil-abyssinica-fonts
|
|
|
|
vlgothic-fonts
|
|
|
|
|
2013-01-25 03:51:40 +00:00
|
|
|
# == Core Sugar Platform ==
|
|
|
|
@sugar-desktop
|
2013-06-24 23:04:31 +00:00
|
|
|
-sugar-ruler
|
|
|
|
sugar-cp-updater
|
2013-09-25 00:07:43 +00:00
|
|
|
lightdm
|
2013-09-05 22:23:33 +00:00
|
|
|
lightdm-gtk
|
2013-01-25 03:51:40 +00:00
|
|
|
|
|
|
|
# Write breaks unless we do this (we don't need it anyway)
|
|
|
|
# enable for testing in the F17 dev cycle
|
|
|
|
@input-methods
|
|
|
|
|
2014-06-27 16:09:51 +00:00
|
|
|
# Needed for wifi, bluetooth and WWAN connection support
|
|
|
|
@networkmanager-submodules
|
|
|
|
|
2013-01-25 03:51:40 +00:00
|
|
|
# == Platform Components ==
|
|
|
|
# from http://wiki.sugarlabs.org/go/0.94/Platform_Components
|
|
|
|
alsa-plugins-pulseaudio
|
|
|
|
alsa-utils
|
|
|
|
gstreamer1-plugins-base
|
|
|
|
gstreamer1-plugins-good
|
|
|
|
gstreamer1-plugins-bad-free
|
|
|
|
gstreamer-plugins-espeak
|
|
|
|
pulseaudio
|
|
|
|
pulseaudio-utils
|
|
|
|
|
|
|
|
# explicitly remove openbox and hopefully deal with what firstboot wants
|
|
|
|
-openbox
|
|
|
|
|
|
|
|
# remove deps that come from god knows where
|
|
|
|
-sane-backends
|
|
|
|
-sane-backends-drivers-scanners
|
|
|
|
|
|
|
|
# Usefulness for DSL connections as per:
|
|
|
|
# http://bugs.sugarlabs.org/ticket/1951
|
|
|
|
rp-pppoe
|
|
|
|
# Useful for SoaS duplication from:
|
|
|
|
# http://bugs.sugarlabs.org/ticket/74
|
|
|
|
livecd-tools
|
|
|
|
|
|
|
|
# Get the Sugar boot screen
|
|
|
|
-plymouth-system-theme
|
|
|
|
-plymouth-theme-charge
|
|
|
|
sugar-logos
|
|
|
|
|
|
|
|
%end
|