2015-05-27 15:23:10 +00:00
|
|
|
# fedora-livecd-kde.ks
|
2011-01-25 16:10:19 +00:00
|
|
|
#
|
|
|
|
# Description:
|
2015-05-27 15:23:10 +00:00
|
|
|
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
|
2011-01-25 16:10:19 +00:00
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
|
|
|
# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
|
|
|
|
|
|
|
|
%include fedora-live-kde-base.ks
|
|
|
|
%include fedora-live-minimization.ks
|
|
|
|
|
2011-03-13 04:39:50 +00:00
|
|
|
# DVD payload
|
2015-05-27 15:23:10 +00:00
|
|
|
part / --size=4096
|
2011-03-13 04:39:50 +00:00
|
|
|
|
2011-01-25 16:10:19 +00:00
|
|
|
|
|
|
|
%packages
|
2015-05-27 15:23:10 +00:00
|
|
|
# unwanted packages from @kde-desktop
|
|
|
|
# don't include these for now to fit on a cd
|
2011-02-01 22:14:10 +00:00
|
|
|
-desktop-backgrounds-basic
|
2015-05-27 15:23:10 +00:00
|
|
|
-kdeaccessibility*
|
|
|
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
|
|
|
#-ktorrent # kget has also basic torrent features (~3 megs)
|
|
|
|
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
|
|
|
#-amarok # ~23 megs (mysql-embedded etc.)
|
|
|
|
-kipi-plugins # ~8 megs + drags in Marble
|
|
|
|
#-kdeplasma-addons # ~16 megs
|
|
|
|
#-krusader # ~4 megs
|
2011-02-01 22:14:10 +00:00
|
|
|
|
2015-05-27 15:23:10 +00:00
|
|
|
# Additional packages that are not default in kde-* groups, but useful
|
2011-02-03 21:50:34 +00:00
|
|
|
k3b # ~15 megs
|
2011-01-25 16:10:19 +00:00
|
|
|
#kdeartwork # only include some parts of kdeartwork
|
|
|
|
fuse
|
|
|
|
liveusb-creator
|
2012-02-29 02:33:43 +00:00
|
|
|
|
2015-05-27 15:23:10 +00:00
|
|
|
# only include kdegames-minimal
|
|
|
|
-kdegames
|
|
|
|
kdegames-minimal
|
2011-01-25 16:10:19 +00:00
|
|
|
|
2015-05-27 15:23:10 +00:00
|
|
|
### space issues
|
2011-03-15 11:04:56 +00:00
|
|
|
|
2015-05-27 15:23:10 +00:00
|
|
|
# fonts (we make no bones about admitting we're english-only)
|
|
|
|
wqy-microhei-fonts # a compact CJK font, to replace:
|
|
|
|
-naver-nanum-gothic-fonts # Korean
|
|
|
|
-vlgothic-fonts # Japanese
|
|
|
|
-adobe-source-han-sans-cn-fonts # simplified Chinese
|
|
|
|
-adobe-source-han-sans-twhk-fonts # traditional Chinese
|
|
|
|
|
|
|
|
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
|
|
|
#-stix-fonts # mathematical symbols
|
|
|
|
|
|
|
|
# remove input methods to free space
|
|
|
|
-@input-methods
|
|
|
|
-scim*
|
|
|
|
-m17n*
|
|
|
|
-ibus*
|
|
|
|
-iok
|
|
|
|
|
|
|
|
# save some space (from @standard)
|
|
|
|
-make
|
|
|
|
|
|
|
|
# admin-tools
|
|
|
|
-gnome-disk-utility
|
|
|
|
# kcm_clock still lacks some features, so keep system-config-date around
|
|
|
|
#-system-config-date
|
|
|
|
# prefer kcm_systemd
|
|
|
|
-system-config-services
|
|
|
|
# prefer/use kusers
|
|
|
|
-system-config-users
|
2011-01-25 16:10:19 +00:00
|
|
|
|
|
|
|
## avoid serious bugs by omitting broken stuff
|
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
%end
|