2013-01-25 00:27:54 +00:00
|
|
|
# fedora-livecd-xfce.ks
|
|
|
|
#
|
|
|
|
# Description:
|
|
|
|
# - Fedora Live Spin with the light-weight XFCE Desktop Environment
|
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Rahul Sundaram <sundaram@fedoraproject.org>
|
|
|
|
# - Christoph Wickert <cwickert@fedoraproject.org>
|
|
|
|
# - Kevin Fenzi <kevin@tummy.com>
|
|
|
|
# - Adam Miller <maxamillion@fedoraproject.org>
|
|
|
|
|
|
|
|
|
|
|
|
%packages
|
|
|
|
|
2014-06-27 16:09:51 +00:00
|
|
|
@networkmanager-submodules
|
2013-01-25 00:27:54 +00:00
|
|
|
@xfce-desktop
|
|
|
|
@xfce-apps
|
|
|
|
@xfce-extra-plugins
|
|
|
|
@xfce-media
|
|
|
|
@xfce-office
|
|
|
|
|
|
|
|
# unlock default keyring. FIXME: Should probably be done in comps
|
|
|
|
gnome-keyring-pam
|
|
|
|
|
|
|
|
# save some space
|
|
|
|
-autofs
|
2014-10-13 16:41:38 +00:00
|
|
|
-pidgin
|
2013-01-25 00:27:54 +00:00
|
|
|
-acpid
|
|
|
|
-gimp-help
|
|
|
|
-desktop-backgrounds-basic
|
|
|
|
-realmd # only seems to be used in GNOME
|
|
|
|
-PackageKit* # we switched to yumex, so we don't need this
|
|
|
|
-aspell-* # dictionaries are big
|
|
|
|
-gnumeric
|
2013-05-11 00:35:58 +00:00
|
|
|
-foomatic-db-ppds
|
|
|
|
-foomatic
|
2014-10-05 17:03:18 +00:00
|
|
|
-gutenprint
|
2014-10-13 16:41:38 +00:00
|
|
|
-gutenprint-cups
|
2013-05-11 00:35:58 +00:00
|
|
|
-stix-fonts
|
|
|
|
-ibus-typing-booster
|
|
|
|
-xfce4-sensors-plugin
|
2013-01-25 00:27:54 +00:00
|
|
|
#-man-pages-*
|
2014-08-23 17:08:01 +00:00
|
|
|
-adobe-source-han-* # save 94MB
|
|
|
|
-rodent-icon-theme # save 34MB
|
|
|
|
-skkdic # save 25MB
|
|
|
|
-naver-nanum-gothic-fonts # save 14MB
|
2014-09-27 18:05:26 +00:00
|
|
|
-ibus-kkc
|
|
|
|
-ibus-libpinyin
|
|
|
|
-libpinyin-data
|
|
|
|
-libkkc-data
|
2014-10-05 17:03:18 +00:00
|
|
|
# Drop some fonts for space
|
|
|
|
-vlgothic-fonts
|
|
|
|
-paratype-pt-sans-fonts
|
|
|
|
-jomolhari-fonts
|
2014-10-13 17:11:43 +00:00
|
|
|
-sil-abyssinica-fonts
|
2013-01-25 00:27:54 +00:00
|
|
|
|
|
|
|
# drop some system-config things
|
|
|
|
-system-config-network
|
|
|
|
-system-config-rootpassword
|
|
|
|
#-system-config-services
|
|
|
|
-policycoreutils-gui
|
|
|
|
|
|
|
|
%end
|