design: remove cinepaint due to bug #904256, readd tutorial

This commit is contained in:
Luya Tshimbalanga 2013-07-01 23:25:05 -07:00
parent 314afb81d0
commit 3cd8f80d1b
1 changed files with 17 additions and 22 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 <sdz AT fedoraproject DOT org> # - Luya Tshimbalanga <luya AT fedoraproject DOT org>
# - Previous maintainer Sebastian Dziallas # - Previous maintainer Sebastian Dziallas
%include fedora-live-desktop.ks %include fedora-live-desktop.ks
@ -17,7 +17,7 @@ part / --size 8192
# graphics # graphics
blender blender
bluefish bluefish
cinepaint #cinepaint
cmyktool cmyktool
darktable darktable
dia dia
@ -33,8 +33,6 @@ inkscape
mypaint mypaint
nautilus-image-converter nautilus-image-converter
optipng optipng
# pinta # is huge because it needs mono
# postr # dropped because shotwell support flickr upload
scribus scribus
colord-extra-profiles colord-extra-profiles
synfigstudio synfigstudio
@ -42,7 +40,7 @@ synfigstudio
xournal xournal
# office # office
gnote bijiben # replaces gnote
pdfshuffler pdfshuffler
# internet # internet
@ -53,8 +51,6 @@ audacity
pitivi pitivi
# system # system
# gtk-recordmydesktop # dropped for space (#887991)
# network-manager-applet #part of Gnome Desktop
# fonts # fonts
aajohan-comfortaa-fonts aajohan-comfortaa-fonts
@ -89,22 +85,21 @@ overpass-fonts
%end %end
#%post %post
# 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
#[Desktop Entry] [Desktop Entry]
#Name=Introduction To Inkscape Name=Introduction To Inkscape
#GenericName=Inkscape Course GenericName=Inkscape Course
#Comment=Materials from Máirín Duffy's Inkscape Class Comment=Materials from Máirín Duffy's Inkscape Class
#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
#Type=Application Type=Application
#Icon=fedora-logo-icon Icon=fedora-logo-icon
#Categories=Graphics;Documentation; Categories=Graphics;Documentation;
#FOE FOE
#chmod a+x /usr/share/applications/inkscape-course.desktop chmod a+x /usr/share/applications/inkscape-course.desktop
#EOF EOF
#%end
%end