Design: custom menu and additional packages

This commit is contained in:
Luya Tshimbalanga 2013-08-11 19:54:06 -07:00
parent 8c702acbc5
commit b52ecec428
1 changed files with 5 additions and 24 deletions

View File

@ -4,7 +4,7 @@
# - A Spin targeted towards professional designers # - A Spin targeted towards professional designers
# Website: http://fedoraproject.org/wiki/Design_Suite # Website: http://fedoraproject.org/wiki/Design_Suite
# Maintainers: # Maintainers:
# - Luya Tshimbalanga <luya AT fedoraproject DOT org> # - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
# - Previous maintainer Sebastian Dziallas # - Previous maintainer Sebastian Dziallas
%include fedora-live-desktop.ks %include fedora-live-desktop.ks
@ -17,11 +17,7 @@ part / --size 8192
# graphics # graphics
blender blender
bluefish bluefish
<<<<<<< HEAD
#cinepaint #cinepaint
=======
#cinepaint will be orphaned soon
>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
cmyktool cmyktool
darktable darktable
dia dia
@ -41,10 +37,6 @@ mypaint
inkscape inkscape
nautilus-image-converter nautilus-image-converter
optipng optipng
<<<<<<< HEAD
=======
pencil
>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
scribus scribus
colord-extra-profiles colord-extra-profiles
synfigstudio synfigstudio
@ -61,6 +53,10 @@ filezilla
audacity audacity
pitivi pitivi
# system
# gtk-recordmydesktop # dropped for space (#887991)
# network-manager-applet #part of Gnome Desktop
# fonts # fonts
aajohan-comfortaa-fonts aajohan-comfortaa-fonts
adobe-source-sans-pro-fonts adobe-source-sans-pro-fonts
@ -96,7 +92,6 @@ overpass-fonts
%end %end
%post %post
<<<<<<< HEAD
#Override the favorite desktop application in Dash #Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell] [org.gnome.shell]
@ -104,15 +99,6 @@ favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp
#Enable categories in Gnome Shell #Enable categories in Gnome Shell
app-folder-categories=['Utilities', 'Others', 'System Settings', 'Sundry', 'Graphics', 'Games', 'Office', 'Multimedia', 'Network', 'Internet'] app-folder-categories=['Utilities', 'Others', 'System Settings', 'Sundry', 'Graphics', 'Games', 'Office', 'Multimedia', 'Network', 'Internet']
FOE FOE
=======
# Set favourite apps for Design Suite
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['firefox.desktop', 'evolution.desktop', 'gimp.desktop', 'shotwell.desktop', 'inkscape.desktop', 'scribus.desktop', 'blender.desktop', 'nautilus.desktop', 'anaconda.desktop']
FOE
>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
# Add link to the Inkscape Course # Add link to the Inkscape Course
cat >> /usr/share/applications/inkscape-course.desktop << FOE cat >> /usr/share/applications/inkscape-course.desktop << FOE
@ -127,15 +113,10 @@ Categories=Graphics;Documentation;
FOE FOE
chmod a+x /usr/share/applications/inkscape-course.desktop chmod a+x /usr/share/applications/inkscape-course.desktop
<<<<<<< HEAD
# rebuild schema cache with any overrides we installed # rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas glib-compile-schemas /usr/share/glib-2.0/schemas
EOF EOF
%end %end
=======
EOF
>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
%end