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):
|
|
|
|
# - Kevin Fenzi <kevin@tummy.com>
|
|
|
|
# - Adam Miller <maxamillion@fedoraproject.org>
|
2020-12-31 17:00:28 +00:00
|
|
|
# - Mukundan Ragavan <nonamedotc@fedoraproject.org>
|
2013-01-25 00:27:54 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
|
2020-03-22 19:54:01 +00:00
|
|
|
fedora-release-xfce
|
2020-11-16 14:08:08 +00:00
|
|
|
# install env-group to resolve RhBug:1891500
|
|
|
|
@^xfce-desktop-environment
|
|
|
|
|
2013-01-25 00:27:54 +00:00
|
|
|
@xfce-apps
|
|
|
|
@xfce-extra-plugins
|
|
|
|
@xfce-media
|
|
|
|
@xfce-office
|
|
|
|
|
2015-02-19 02:16:17 +00:00
|
|
|
wget
|
|
|
|
system-config-printer
|
2013-01-25 00:27:54 +00:00
|
|
|
|
|
|
|
# save some space
|
|
|
|
-autofs
|
|
|
|
-acpid
|
|
|
|
-gimp-help
|
|
|
|
-desktop-backgrounds-basic
|
|
|
|
-aspell-* # dictionaries are big
|
2013-05-11 00:35:58 +00:00
|
|
|
-xfce4-sensors-plugin
|
2020-12-31 17:00:28 +00:00
|
|
|
-xfce4-eyes-plugin
|
2013-01-25 00:27:54 +00:00
|
|
|
|
|
|
|
%end
|