summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuya Tshimbalanga <luya@fedoraproject.org>2013-08-11 19:54:06 -0700
committerLuya Tshimbalanga <luya@fedoraproject.org>2013-08-11 19:54:06 -0700
commitb52ecec4287af7941c0b72f92a042e80a03a32e9 (patch)
tree10f11c2d904b531f84b7295bcd27857de4501a4c
parent8c702acbc596e01afda43bcbc044e64ad0829d66 (diff)
downloadspin-kickstarts-b52ecec4287af7941c0b72f92a042e80a03a32e9.tar.gz
spin-kickstarts-b52ecec4287af7941c0b72f92a042e80a03a32e9.tar.xz
spin-kickstarts-b52ecec4287af7941c0b72f92a042e80a03a32e9.zip
Design: custom menu and additional packages
-rw-r--r--fedora-live-design-suite.ks29
1 files changed, 5 insertions, 24 deletions
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index f453da5..89382e4 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -4,7 +4,7 @@
# - A Spin targeted towards professional designers
# Website: http://fedoraproject.org/wiki/Design_Suite
# Maintainers:
-# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
+# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
# - Previous maintainer Sebastian Dziallas
%include fedora-live-desktop.ks
@@ -17,11 +17,7 @@ part / --size 8192
# graphics
blender
bluefish
-<<<<<<< HEAD
#cinepaint
-=======
-#cinepaint will be orphaned soon
->>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
cmyktool
darktable
dia
@@ -41,10 +37,6 @@ mypaint
inkscape
nautilus-image-converter
optipng
-<<<<<<< HEAD
-=======
-pencil
->>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
scribus
colord-extra-profiles
synfigstudio
@@ -61,6 +53,10 @@ filezilla
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
@@ -96,7 +92,6 @@ overpass-fonts
%end
%post
-<<<<<<< HEAD
#Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
@@ -104,15 +99,6 @@ favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp
#Enable categories in Gnome Shell
app-folder-categories=['Utilities', 'Others', 'System Settings', 'Sundry', 'Graphics', 'Games', 'Office', 'Multimedia', 'Network', 'Internet']
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
cat >> /usr/share/applications/inkscape-course.desktop << FOE
@@ -127,15 +113,10 @@ Categories=Graphics;Documentation;
FOE
chmod a+x /usr/share/applications/inkscape-course.desktop
-<<<<<<< HEAD
# rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
EOF
%end
-=======
-EOF
->>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
-%end