2013-01-29 14:13:15 -08:00
|
|
|
# fedora-design-suite.ks
|
2014-12-12 17:17:25 -08:00
|
|
|
# Based on Live Workstation
|
2013-01-29 14:13:15 -08:00
|
|
|
# Description:
|
|
|
|
# - A Spin targeted towards professional designers
|
|
|
|
# Website: http://fedoraproject.org/wiki/Design_Suite
|
|
|
|
# Maintainers:
|
2013-11-17 11:46:37 -08:00
|
|
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
2013-05-13 20:22:30 -07:00
|
|
|
# - Previous maintainer Sebastian Dziallas
|
2013-01-29 14:13:15 -08:00
|
|
|
|
2014-10-24 16:26:06 +02:00
|
|
|
%include fedora-live-workstation.ks
|
2013-01-29 14:13:15 -08:00
|
|
|
|
2016-02-15 22:26:22 -08:00
|
|
|
# Size partition
|
2016-03-23 23:35:43 -07:00
|
|
|
part / --size 14336
|
2013-01-29 14:13:15 -08:00
|
|
|
|
|
|
|
%packages
|
2016-01-09 20:46:16 -08:00
|
|
|
# Switch to groups for design suite
|
|
|
|
@design-suite
|
2013-01-29 14:13:15 -08:00
|
|
|
|
2016-05-24 03:46:16 +00:00
|
|
|
# Added addons to address rhbz#1336879 from dnf
|
|
|
|
gimp-data-extras
|
|
|
|
gimp-dbp
|
2016-07-29 10:21:06 -07:00
|
|
|
gimp-dds-plugin
|
2016-05-24 03:46:16 +00:00
|
|
|
gimp-elsamuko
|
|
|
|
gimp-fourier-plugin
|
|
|
|
gimp-gap
|
|
|
|
gimp-help
|
|
|
|
gimp-help-browser
|
|
|
|
gimp-high-pass-filter
|
2016-05-31 01:36:30 -07:00
|
|
|
gimp-layer-via-copy-cut
|
2016-05-24 03:46:16 +00:00
|
|
|
gimp-lensfun
|
|
|
|
gimp-lqr-plugin
|
|
|
|
gimp-normalmap
|
|
|
|
gimp-paint-studio
|
|
|
|
gimp-resynthesizer
|
|
|
|
gimp-save-for-web
|
|
|
|
gimp-separate+
|
|
|
|
gimp-wavelet-denoise-plugin
|
|
|
|
gimpfx-foundry
|
|
|
|
gmic-gimp
|
|
|
|
inkscape-psd
|
|
|
|
inkscape-sozi
|
|
|
|
LuxRender-blender
|
|
|
|
sane-backends-drivers-scanners
|
|
|
|
xsane-gimp
|
2016-07-21 09:38:56 -07:00
|
|
|
#YafaRay-blender
|
2016-05-24 03:46:16 +00:00
|
|
|
|
2016-02-04 21:24:58 -08:00
|
|
|
# Preview Gnome Photos
|
2016-01-09 20:46:16 -08:00
|
|
|
gnome-photos
|
2013-01-29 14:13:15 -08:00
|
|
|
|
2016-04-26 12:33:43 -07:00
|
|
|
# Add gthumb for renaming group files
|
|
|
|
gthumb
|
2016-04-21 01:40:27 -07:00
|
|
|
|
2015-10-13 10:37:40 -07:00
|
|
|
# Extra wallpapers
|
2015-10-18 09:31:17 -07:00
|
|
|
f23-backgrounds-extras-base
|
2015-10-13 10:37:40 -07:00
|
|
|
f23-backgrounds-extras-gnome
|
2016-05-03 14:56:01 -07:00
|
|
|
f24-backgrounds-extras-base
|
|
|
|
f24-backgrounds-extras-gnome
|
2015-10-13 10:37:40 -07:00
|
|
|
|
2015-01-17 19:11:33 -05:00
|
|
|
# removal of unneeded applications
|
2013-02-07 14:49:40 -08:00
|
|
|
-gnome-boxes
|
|
|
|
-eog
|
2013-09-10 16:04:33 -07:00
|
|
|
-rdesktop
|
2013-04-02 00:21:01 -07:00
|
|
|
|
2013-01-29 14:13:15 -08:00
|
|
|
%end
|
|
|
|
|
2013-08-11 19:46:39 -07:00
|
|
|
%post
|
|
|
|
#Override the favorite desktop application in Dash
|
|
|
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
|
|
|
[org.gnome.shell]
|
2016-05-17 16:06:45 +00:00
|
|
|
favorite-apps=['firefox.desktop', 'shotwell.desktop', 'darktable.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
2013-08-11 19:46:39 -07:00
|
|
|
FOE
|
2013-01-29 14:13:15 -08:00
|
|
|
|
2013-10-16 20:28:17 -07:00
|
|
|
# Add link to lists of tutorials
|
|
|
|
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=List of design tutorials
|
2013-11-22 13:52:54 -08:00
|
|
|
GenericName=List of Tutorials for Designers
|
|
|
|
Comment=Reference of Design Related Tutorials
|
2015-09-10 20:57:23 -07:00
|
|
|
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
|
2013-10-16 20:28:17 -07:00
|
|
|
Type=Application
|
|
|
|
Icon=applications-graphics
|
|
|
|
Categories=Graphics;Documentation;
|
|
|
|
FOE
|
|
|
|
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
|
|
|
|
2015-02-27 20:09:04 -08:00
|
|
|
# Add information about Fedora Design Suite
|
|
|
|
cat >> /usr/share/applications/fedora-design-suite.desktop << FOE
|
2015-02-20 17:51:02 -08:00
|
|
|
[Desktop Entry]
|
2015-04-21 18:25:18 -07:00
|
|
|
Name=Design Suite Info
|
|
|
|
GenericName=About Design Suite
|
2015-03-09 02:29:53 -07:00
|
|
|
Comment=Wiki page of Design Suite
|
2015-09-10 20:57:23 -07:00
|
|
|
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite
|
2015-02-20 17:51:02 -08:00
|
|
|
Type=Application
|
2015-02-27 19:34:19 -08:00
|
|
|
Icon=applications-internet
|
|
|
|
Categories=Documentation;
|
|
|
|
FOE
|
2015-02-27 20:09:04 -08:00
|
|
|
chmod a+x /usr/share/applications/fedora-design-suite.desktop
|
2015-02-27 19:34:19 -08:00
|
|
|
|
|
|
|
# Add information about Fedora Design Team
|
|
|
|
cat >> /usr/share/applications/fedora-design-team.desktop << FOE
|
|
|
|
[Desktop Entry]
|
2015-04-21 18:25:18 -07:00
|
|
|
Name=Design Team Info
|
2015-03-09 02:29:53 -07:00
|
|
|
GenericName=About Design Team
|
2015-02-27 19:34:19 -08:00
|
|
|
Comment=Wiki page of Design Team
|
2015-09-10 20:57:23 -07:00
|
|
|
Exec=xdg-open https://fedoraproject.org/wiki/Design
|
2015-02-27 19:34:19 -08:00
|
|
|
Type=Application
|
|
|
|
Icon=applications-internet
|
|
|
|
Categories=Documentation;
|
2015-02-20 17:51:02 -08:00
|
|
|
FOE
|
|
|
|
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
|
|
|
|
2013-08-11 19:46:39 -07:00
|
|
|
# rebuild schema cache with any overrides we installed
|
|
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
|
|
|
|
|
|
%end
|