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