2008-09-10 15:57:44 +00:00
|
|
|
# fedora-livecd-kde.ks
|
|
|
|
#
|
|
|
|
# Description:
|
2011-01-25 16:10:19 +00:00
|
|
|
# - Fedora Livecd Spin with the K Desktop Environment (KDE)
|
2008-09-10 15:57:44 +00:00
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
2011-01-25 16:10:19 +00:00
|
|
|
# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
|
2008-09-10 15:57:44 +00:00
|
|
|
|
2011-01-25 16:10:19 +00:00
|
|
|
%include fedora-live-kde-base.ks
|
2010-03-23 13:14:04 +00:00
|
|
|
%include fedora-live-minimization.ks
|
2008-04-25 10:10:13 +00:00
|
|
|
|
2009-04-29 10:25:32 +00:00
|
|
|
|
2011-01-25 16:10:19 +00:00
|
|
|
%packages
|
2009-04-29 10:25:32 +00:00
|
|
|
# unwanted packages from @kde-desktop
|
|
|
|
# don't include these for now to fit on a cd
|
2010-05-07 12:30:39 +00:00
|
|
|
-desktop-backgrounds-basic
|
2010-09-15 05:49:33 +00:00
|
|
|
-kdeaccessibility*
|
2009-08-25 13:59:29 +00:00
|
|
|
-kdeedu* # kdeedu is too big for the live images
|
2009-04-29 10:25:32 +00:00
|
|
|
-scribus # scribus is too big for the live images
|
|
|
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
2011-03-07 08:40:02 +00:00
|
|
|
#-ktorrent # kget has also basic torrent features (~3 megs)
|
2011-07-26 16:07:10 +00:00
|
|
|
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
2012-02-14 22:40:16 +00:00
|
|
|
-amarok # amarok has duplicate functionality with juk (~23 megs)
|
2012-01-31 02:15:27 +00:00
|
|
|
-kipi-plugins # ~8 megs + drags in Marble
|
2011-02-01 22:18:32 +00:00
|
|
|
#-konq-plugins # ~2 megs
|
|
|
|
#-kdeplasma-addons # ~16 megs
|
2012-02-14 22:40:16 +00:00
|
|
|
#-krusader # ~4 megs
|
2009-04-29 10:25:32 +00:00
|
|
|
|
|
|
|
# Additional packages that are not default in kde-desktop but useful
|
2011-02-03 21:50:34 +00:00
|
|
|
k3b # ~15 megs
|
2009-12-22 13:29:18 +00:00
|
|
|
-koffice-suite # don't include whole koffice-suite, just parts of it
|
2009-04-29 10:25:32 +00:00
|
|
|
koffice-kword
|
2010-01-21 16:24:12 +00:00
|
|
|
koffice-kspread # ~1 megs
|
|
|
|
koffice-kpresenter # ~3 megs
|
|
|
|
koffice-filters
|
|
|
|
#kdeartwork # only include some parts of kdeartwork
|
2009-04-29 10:25:32 +00:00
|
|
|
#twinkle # (~10 megs)
|
|
|
|
fuse
|
|
|
|
liveusb-creator
|
2011-03-07 08:30:53 +00:00
|
|
|
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
2011-03-07 08:29:04 +00:00
|
|
|
#kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
2010-01-21 16:24:12 +00:00
|
|
|
|
|
|
|
# only include kdegames-minimal
|
|
|
|
-kdegames
|
|
|
|
kdegames-minimal
|
|
|
|
|
2009-08-18 14:33:55 +00:00
|
|
|
# use yum-presto by default
|
|
|
|
yum-presto
|
|
|
|
|
2011-03-12 03:01:21 +00:00
|
|
|
### space issues
|
2010-05-07 12:30:39 +00:00
|
|
|
|
2010-04-30 14:30:01 +00:00
|
|
|
# fonts (we make no bones about admitting we're english-only)
|
2011-03-07 15:23:13 +00:00
|
|
|
wqy-microhei-fonts # a compact CJK font, to replace:
|
2012-02-06 19:58:57 +00:00
|
|
|
-nhn-nanum-gothic-fonts # Korean
|
2011-03-07 15:23:13 +00:00
|
|
|
-vlgothic-fonts # Japanese
|
2012-01-21 05:43:16 +00:00
|
|
|
-wqy-zenhei-fonts # simplified Chinese
|
|
|
|
-cjkuni-uming-fonts # traditional Chinese
|
2011-03-07 15:23:13 +00:00
|
|
|
|
|
|
|
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
2011-02-03 21:46:32 +00:00
|
|
|
#-stix-fonts # mathematical symbols
|
2009-01-28 13:52:01 +00:00
|
|
|
|
|
|
|
# remove input methods to free space
|
2010-09-20 02:23:21 +00:00
|
|
|
-@input-methods
|
2009-01-28 13:52:01 +00:00
|
|
|
-scim*
|
|
|
|
-m17n*
|
|
|
|
-ibus*
|
2010-09-20 02:23:21 +00:00
|
|
|
-iok
|
2009-01-28 13:52:01 +00:00
|
|
|
|
2008-05-01 14:20:16 +00:00
|
|
|
# save some space (from @base)
|
|
|
|
-make
|
2008-04-25 10:10:13 +00:00
|
|
|
|
2010-10-24 22:39:45 +00:00
|
|
|
## avoid serious bugs by omitting broken stuff
|
|
|
|
|
2008-04-25 10:10:13 +00:00
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
%end
|