2013-05-01 03:26:39 +00:00
|
|
|
# Desktop with customizations to fit in a CD (package removals, etc.)
|
|
|
|
# Maintained by the Fedora Desktop SIG:
|
|
|
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
|
|
|
# mailto:desktop@lists.fedoraproject.org
|
|
|
|
|
2014-09-17 17:39:19 +00:00
|
|
|
%include fedora-live-mate_compiz.ks
|
2013-05-01 03:26:39 +00:00
|
|
|
%include fedora-live-minimization.ks
|
|
|
|
|
|
|
|
%packages
|
2014-11-12 13:13:22 +00:00
|
|
|
|
2014-11-13 16:51:20 +00:00
|
|
|
# some apps from mate-applications
|
|
|
|
caja-actions
|
|
|
|
mate-disk-usage-analyzer
|
|
|
|
mate-netspeed
|
|
|
|
|
|
|
|
# system tools
|
|
|
|
system-config-printer
|
|
|
|
system-config-printer-applet
|
|
|
|
|
2014-11-12 13:13:22 +00:00
|
|
|
# audio player
|
|
|
|
audacious
|
|
|
|
|
2015-03-01 02:47:45 +00:00
|
|
|
# office
|
|
|
|
@libreoffice
|
|
|
|
|
|
|
|
# dsl tools
|
|
|
|
rp-pppoe
|
|
|
|
|
2013-05-01 03:26:39 +00:00
|
|
|
# First, no office
|
2015-03-01 02:47:45 +00:00
|
|
|
#-planner
|
2013-05-01 03:26:39 +00:00
|
|
|
|
2013-05-16 04:50:44 +00:00
|
|
|
# Drop things for size
|
2013-09-15 21:06:44 +00:00
|
|
|
-@3d-printing
|
|
|
|
-brasero
|
|
|
|
-bluez
|
|
|
|
-bluez-cups
|
2014-11-12 13:13:22 +00:00
|
|
|
-colord
|
2013-09-15 21:06:44 +00:00
|
|
|
-@dial-up
|
2014-11-12 13:13:22 +00:00
|
|
|
-espeak
|
|
|
|
-fedora-icon-theme
|
|
|
|
-GConf2
|
2013-09-15 21:06:44 +00:00
|
|
|
-gnome-bluetooth-libs
|
2014-11-12 13:13:22 +00:00
|
|
|
-gnome-icon-theme
|
2013-09-15 21:06:44 +00:00
|
|
|
-gnome-icon-theme-symbolic
|
|
|
|
-gnome-software
|
2014-11-12 13:13:22 +00:00
|
|
|
-gnome-themes
|
2015-03-01 02:47:45 +00:00
|
|
|
-gnome-themes-standard
|
2013-09-15 21:06:44 +00:00
|
|
|
-gnome-user-docs
|
2015-03-01 02:47:45 +00:00
|
|
|
|
2013-09-15 21:06:44 +00:00
|
|
|
-@mate-applications
|
2013-08-26 05:02:46 +00:00
|
|
|
-mate-icon-theme-faenza
|
2014-11-12 13:13:22 +00:00
|
|
|
-NetworkManager-bluetooth
|
2013-09-15 21:06:44 +00:00
|
|
|
|
|
|
|
# Drop oversized fonts that aren't needed
|
2013-05-01 03:26:39 +00:00
|
|
|
|
|
|
|
# Drop things that pull in perl
|
|
|
|
|
|
|
|
# Dictionaries are big
|
|
|
|
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
|
|
|
|
# strong preference to giving it a go on #fedora-desktop.
|
|
|
|
# also see http://bugzilla.gnome.org/681084
|
|
|
|
|
|
|
|
# Help and art can be big, too
|
|
|
|
-gnome-user-docs
|
|
|
|
-evolution-help
|
|
|
|
-desktop-backgrounds-basic
|
|
|
|
-*backgrounds-extras
|
|
|
|
|
|
|
|
# Legacy cmdline things we don't want
|
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
2013-05-16 04:50:44 +00:00
|
|
|
# This is a huge file and things work ok without it
|
|
|
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
|
|
|
|
2013-05-01 03:26:39 +00:00
|
|
|
%end
|