[Fedora-spins] [spin-kickstarts] Mate: move all the adding of packages into the -packages snippet, move the contents from fedora-live

Dennis Gilmore ausil at fedoraproject.org
Wed May 27 15:29:56 UTC 2015


commit e19a5f9467bcbc7d62dbd9a398a7068f2b3c59fa
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed May 27 10:28:51 2015 -0500

    Mate: move all the adding of packages into the -packages snippet,
    move the contents from fedora-live-mate_compiz.ks into fedora-livecd-mate_compiz.ks
    rename fedora-livecd-mate_compiz.ks to fedora-live-mate_compiz.ks

 fedora-live-mate_compiz.ks   |   47 +++++++++++++++++++++++++-
 fedora-livecd-mate_compiz.ks |   77 ------------------------------------------
 fedora-mate-packages.ks      |   24 +++++++++++++
 3 files changed, 70 insertions(+), 78 deletions(-)
---
diff --git a/fedora-live-mate_compiz.ks b/fedora-live-mate_compiz.ks
index 22e4ab1..0f76ecf 100644
--- a/fedora-live-mate_compiz.ks
+++ b/fedora-live-mate_compiz.ks
@@ -1,11 +1,53 @@
+# 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 at lists.fedoraproject.org
 
 %include fedora-live-base.ks
 %include fedora-mate-packages.ks
+%include fedora-live-minimization.ks
 
-part / --size 6144 
+part / --size 6144
+
+%packages
+
+# Drop things for size
+- at 3d-printing
+-brasero
+-bluez
+-bluez-cups
+-colord
+-fedora-icon-theme
+-GConf2
+-gnome-bluetooth-libs
+-gnome-icon-theme
+-gnome-icon-theme-symbolic
+-gnome-software
+-gnome-themes
+-gnome-themes-standard
+-gnome-user-docs
+
+- at mate-applications
+-mate-icon-theme-faenza
+-NetworkManager-bluetooth
+
+# Drop oversized fonts that aren't needed
+
+# 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
+
+# Legacy cmdline things we don't want
+-telnet
+
+%end
 
 %post
 cat >> /etc/rc.d/init.d/livesys << EOF
@@ -40,4 +82,7 @@ chown -R liveuser:liveuser /home/liveuser/
 restorecon -R /home/liveuser/
 EOF
 
+# This is a huge file and things work ok without it
+rm -f /usr/share/icons/HighContrast/icon-theme.cache
+
 %end
diff --git a/fedora-mate-packages.ks b/fedora-mate-packages.ks
index f57a5bb..dca0d0e 100644
--- a/fedora-mate-packages.ks
+++ b/fedora-mate-packages.ks
@@ -21,6 +21,30 @@ fusion-icon-gtk
 @libreoffice
 @networkmanager-submodules
 
+# some apps from mate-applications
+caja-actions
+mate-disk-usage-analyzer
+mate-netspeed
+mate-themes-extras
+
+# more backgrounds
+f22-backgrounds-mate
+f21-backgrounds-extras-base
+f21-backgrounds-extras-mate
+
+# system tools
+system-config-printer
+system-config-printer-applet
+
+# audio player
+audacious
+
+# office
+ at libreoffice
+
+# dsl tools
+rp-pppoe
+
 # FIXME; apparently the glibc maintainers dislike this, but it got put into the
 # desktop image at some point.  We won't touch this one for now.
 nss-mdns


More information about the spins mailing list