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
|
|
|
|
# First, no office
|
|
|
|
-planner
|
|
|
|
|
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
|
|
|
|
-@dial-up
|
|
|
|
-dnf
|
|
|
|
-gnome-bluetooth-libs
|
|
|
|
-gnome-icon-theme-symbolic
|
|
|
|
-gnome-software
|
|
|
|
-gnome-user-docs
|
|
|
|
-@guest-desktop-agents
|
2013-05-16 04:50:44 +00:00
|
|
|
-@libreoffice
|
2013-09-15 21:06:44 +00:00
|
|
|
-@mate-applications
|
2013-08-26 05:02:46 +00:00
|
|
|
-mate-icon-theme-faenza
|
2013-09-15 21:06:44 +00:00
|
|
|
-transmission-gtk
|
|
|
|
|
|
|
|
# Drop oversized fonts that aren't needed
|
|
|
|
-cjkuni-uming-fonts
|
|
|
|
-wqy-zenhei-fonts
|
2013-05-16 04:50:44 +00:00
|
|
|
|
2013-05-01 03:26:39 +00:00
|
|
|
# Drop the Java plugin
|
|
|
|
-icedtea-web
|
2013-05-16 04:50:44 +00:00
|
|
|
-java-1.8.0-openjdk
|
2013-05-01 03:26:39 +00:00
|
|
|
|
|
|
|
# Drop things that pull in perl
|
|
|
|
-linux-atm
|
|
|
|
|
|
|
|
# No printing
|
|
|
|
-foomatic-db-ppds
|
|
|
|
-foomatic
|
|
|
|
|
|
|
|
# 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
|
|
|
|
-aspell-*
|
|
|
|
-man-pages*
|
|
|
|
-words
|
|
|
|
|
|
|
|
# Help and art can be big, too
|
|
|
|
-gnome-user-docs
|
|
|
|
-evolution-help
|
|
|
|
-desktop-backgrounds-basic
|
|
|
|
-*backgrounds-extras
|
|
|
|
|
|
|
|
# Legacy cmdline things we don't want
|
|
|
|
-krb5-auth-dialog
|
|
|
|
-krb5-workstation
|
|
|
|
-pam_krb5
|
|
|
|
-quota
|
|
|
|
-nano
|
|
|
|
-minicom
|
|
|
|
-dos2unix
|
|
|
|
-finger
|
|
|
|
-ftp
|
|
|
|
-jwhois
|
|
|
|
-mtr
|
|
|
|
-pinfo
|
|
|
|
-rsh
|
|
|
|
-nfs-utils
|
|
|
|
-ypbind
|
|
|
|
-yp-tools
|
|
|
|
-rpcbind
|
|
|
|
-acpid
|
|
|
|
-ntsysv
|
|
|
|
|
|
|
|
# Drop some system-config things
|
|
|
|
-system-config-language
|
2013-09-15 21:06:44 +00:00
|
|
|
-system-config-printer
|
2013-05-01 03:26:39 +00:00
|
|
|
-system-config-rootpassword
|
|
|
|
-system-config-services
|
|
|
|
-policycoreutils-gui
|
|
|
|
|
|
|
|
%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
|