[Fedora-spins] [spin-kickstarts] adobe-source-sans-pro-fonts

Luya Tshimbalanga luya at fedoraproject.org
Tue Jan 29 22:13:33 UTC 2013


commit 2bfd09fccaf4eaa2cb1769cd3f67555cee6a2844
Author: Luya Tshimbalanga <luya at fedoraproject.org>
Date:   Tue Jan 29 14:13:15 2013 -0800

    adobe-source-sans-pro-fonts

 fedora-live-design-suite.ks |   91 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 91 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
new file mode 100644
index 0000000..9b4a63c
--- /dev/null
+++ b/fedora-live-design-suite.ks
@@ -0,0 +1,91 @@
+# fedora-design-suite.ks
+# Based on Live Desktop
+# Description:
+# - A Spin targeted towards professional designers
+# Website: http://fedoraproject.org/wiki/Design_Suite
+# Maintainers:
+# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
+# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
+
+%include fedora-live-desktop.ks
+
+#DVD size partition
+part / --size 4096
+
+%packages
+
+# graphics
+blender
+bluefish # designer can build website
+cinepaint # enabled for HDR pictures support
+cmyktool
+darktable # replaces rawtherapee as default
+dia
+entangle
+fontforge
+font-manager # replaces fontmatrix
+gimp
+gimp-*-plugin
+GREYCstoration-gimp 
+hugin # reintroduced
+inkscape
+mypaint
+nautilus-image-converter
+optipng
+# pinta # is huge because it needs mono
+# postr # dropped because shotwell support flickr upload
+scribus
+colord-extra-profiles 
+synfigstudio
+# ufraw # dropped as duplicate of darktable
+xournal
+
+# office
+gnote
+pdfshuffler #replaces pdfmod which needs mono dependencies 
+
+# internet
+filezilla
+
+# audio & video
+audacity
+pitivi
+
+# system
+# gtk-recordmydesktop # dropped for space (#887991)
+# network-manager-applet #part of Gnome Desktop
+
+# fonts
+aajohan-comfortaa-fonts
+adobe-source-sans-pro-fonts
+lato-fonts
+overpass-fonts
+
+%end
+
+%post
+
+#Include favorite design applications
+cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
+[org.gnome.shell]
+favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'scribus.desktop', 'nautilus.desktop', 'anaconda.desktop']
+FOE
+
+
+# Add link to the Inkscape Course
+cat >> /usr/share/applications/inkscape-course.desktop << FOE
+[Desktop Entry]
+Name=Introduction To Inkscape
+GenericName=Inkscape Course
+Comment=Materials from Máirín Duffy's Inkscape Class
+Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
+Type=Application
+Icon=fedora-logo-icon
+Categories=Graphics;Documentation;
+FOE
+chmod a+x /usr/share/applications/inkscape-course.desktop
+
+EOF
+
+%end
+


More information about the spins mailing list