diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks index f5591b9..dea84dd 100644 --- a/fedora-kde-common.ks +++ b/fedora-kde-common.ks @@ -25,5 +25,58 @@ mariadb-server system-config-language kde-l10n -%end +# unwanted packages from @kde-desktop +# don't include these for now to fit on a cd +-desktop-backgrounds-basic +-kdeaccessibility* +#-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 +# Additional packages that are not default in kde-* groups, but useful +k3b # ~15 megs +#kdeartwork # only include some parts of kdeartwork +fuse +mediawriter + +# only include kdegames-minimal +-kdegames +kdegames-minimal + +### space issues + +# 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-tw-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 + +## avoid serious bugs by omitting broken stuff + +%end diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks index 6d055ca..6638c8b 100644 --- a/fedora-live-kde.ks +++ b/fedora-live-kde.ks @@ -13,63 +13,5 @@ # DVD payload part / --size=6144 - -%packages -# unwanted packages from @kde-desktop -# don't include these for now to fit on a cd --desktop-backgrounds-basic --kdeaccessibility* -#-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 - -# Additional packages that are not default in kde-* groups, but useful -k3b # ~15 megs -#kdeartwork # only include some parts of kdeartwork -fuse -mediawriter - -# only include kdegames-minimal --kdegames -kdegames-minimal - -### space issues - -# 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-tw-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 - -## avoid serious bugs by omitting broken stuff - -%end - %post %end