2013-01-29 22:13:15 +00:00
|
|
|
# fedora-design-suite.ks
|
|
|
|
# Based on Live Desktop
|
|
|
|
# Description:
|
|
|
|
# - A Spin targeted towards professional designers
|
|
|
|
# Website: http://fedoraproject.org/wiki/Design_Suite
|
|
|
|
# Maintainers:
|
2013-07-02 06:25:05 +00:00
|
|
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
2013-05-14 03:22:30 +00:00
|
|
|
# - Previous maintainer Sebastian Dziallas
|
2013-01-29 22:13:15 +00:00
|
|
|
|
2013-05-31 04:53:13 +00:00
|
|
|
%include fedora-live-desktop.ks
|
2013-01-29 22:13:15 +00:00
|
|
|
|
|
|
|
#DVD size partition
|
2013-01-31 18:06:33 +00:00
|
|
|
part / --size 8192
|
2013-01-29 22:13:15 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
|
|
|
|
# graphics
|
|
|
|
blender
|
2013-05-16 19:27:42 +00:00
|
|
|
bluefish
|
2013-07-02 06:25:05 +00:00
|
|
|
#cinepaint
|
2013-01-29 22:13:15 +00:00
|
|
|
cmyktool
|
2013-05-16 19:27:42 +00:00
|
|
|
darktable
|
2013-01-29 22:13:15 +00:00
|
|
|
dia
|
|
|
|
entangle
|
|
|
|
fontforge
|
2013-05-16 19:27:42 +00:00
|
|
|
font-manager
|
2013-01-29 22:13:15 +00:00
|
|
|
gimp
|
|
|
|
gimp-*-plugin
|
2013-04-20 20:02:22 +00:00
|
|
|
gpick
|
2013-01-29 22:13:15 +00:00
|
|
|
GREYCstoration-gimp
|
2013-05-16 19:27:42 +00:00
|
|
|
hugin
|
2013-01-29 22:13:15 +00:00
|
|
|
inkscape
|
|
|
|
mypaint
|
|
|
|
nautilus-image-converter
|
|
|
|
optipng
|
|
|
|
scribus
|
|
|
|
colord-extra-profiles
|
|
|
|
synfigstudio
|
|
|
|
# ufraw # dropped as duplicate of darktable
|
|
|
|
xournal
|
|
|
|
|
|
|
|
# office
|
2013-07-02 06:25:05 +00:00
|
|
|
bijiben # replaces gnote
|
2013-05-16 19:27:42 +00:00
|
|
|
pdfshuffler
|
2013-01-29 22:13:15 +00:00
|
|
|
|
|
|
|
# internet
|
|
|
|
filezilla
|
|
|
|
|
|
|
|
# audio & video
|
|
|
|
audacity
|
|
|
|
pitivi
|
|
|
|
|
|
|
|
# system
|
|
|
|
|
|
|
|
# fonts
|
|
|
|
aajohan-comfortaa-fonts
|
|
|
|
adobe-source-sans-pro-fonts
|
|
|
|
lato-fonts
|
|
|
|
overpass-fonts
|
|
|
|
|
2013-02-07 22:49:40 +00:00
|
|
|
# removal of duplicated and unneeded applications
|
|
|
|
-gnome-boxes
|
|
|
|
-eog
|
2013-04-02 07:21:01 +00:00
|
|
|
|
2013-02-07 22:49:40 +00:00
|
|
|
# Legacy cmdline things we don't want
|
|
|
|
-krb5-auth-dialog
|
|
|
|
-krb5-workstation
|
|
|
|
-pam_krb5
|
|
|
|
-quota
|
|
|
|
-minicom
|
|
|
|
-dos2unix
|
|
|
|
-finger
|
|
|
|
-ftp
|
|
|
|
-jwhois
|
|
|
|
-mtr
|
|
|
|
-pinfo
|
|
|
|
-rsh
|
|
|
|
-telnet
|
|
|
|
-nfs-utils
|
|
|
|
-ypbind
|
|
|
|
-yp-tools
|
|
|
|
-rpcbind
|
|
|
|
-acpid
|
|
|
|
-ntsysv
|
|
|
|
|
2013-01-29 22:13:15 +00:00
|
|
|
%end
|
|
|
|
|
2013-07-02 06:25:05 +00:00
|
|
|
%post
|
2013-01-29 22:13:15 +00:00
|
|
|
|
|
|
|
# Add link to the Inkscape Course
|
2013-07-02 06:25:05 +00:00
|
|
|
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
|
2013-01-29 22:13:15 +00:00
|
|
|
|
2013-07-02 06:25:05 +00:00
|
|
|
%end
|