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:
|
2016-09-28 16:51:42 -07:00
|
|
|
# - A collection of applications targeted towards professional visual designers
|
2013-01-29 14:13:15 -08:00
|
|
|
# Website: http://fedoraproject.org/wiki/Design_Suite
|
2016-09-28 16:51:42 -07:00
|
|
|
# Maintainer:
|
2013-11-17 11:46:37 -08:00
|
|
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
2016-09-28 16:51:42 -07:00
|
|
|
# - Credit to Sebastian Dziallas for initiating the project
|
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
|
|
|
|
2017-07-17 22:06:50 -07:00
|
|
|
# Provides backup application
|
|
|
|
deja-dup
|
|
|
|
deja-dup-nautilus
|
|
|
|
|
2016-09-28 16:51:42 -07:00
|
|
|
# Add extra gnome applications
|
|
|
|
gnome-books
|
|
|
|
gnome-calendar
|
2016-01-09 20:46:16 -08:00
|
|
|
gnome-photos
|
2017-07-17 22:06:50 -07:00
|
|
|
gnome-shell-extension-pomodoro
|
|
|
|
gnome-todo
|
|
|
|
|
|
|
|
# Add cosmetic for gnome-terminal
|
|
|
|
powerline
|
|
|
|
powerline-fonts
|
|
|
|
|
2015-10-13 10:37:40 -07:00
|
|
|
# Extra wallpapers
|
2018-02-21 19:09:18 -08:00
|
|
|
# f26-backgrounds-extras-base
|
|
|
|
# f26-backgrounds-extras-gnome
|
2016-10-27 19:00:38 -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]
|
2017-09-29 20:02:16 -07:00
|
|
|
favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.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
|