From e1efabcb98f33b0449b4860de29b23b9c2a4d3c8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 7 Nov 2022 11:01:30 -0800 Subject: [PATCH] Clean up KDE package lists fedora-kde-minimization.ks only tried to remove scim* and iok. iok hasn't existed since F30. scim* packages still exist, but nothing requires or recommends any of them, and none of them are listed as default or mandatory in comps, so I don't think this does anything. mariadb: we do still ship both mariadb and community-mysql, and they have overlapping provides. However, the only thing that requires 'mysql-server' is kf5-akonadi-server-mysql , and that also recommends 'mariadb-server', which should break the tie without needing these lines. system-config-*: none of these exist any more. desktop-backgrounds-basic: no longer listed in base-x. gnome-disk-utility: we already drop the entire admin-tools group above, so there's no need to try and drop one package from it too. kdeaccessibility and kdeartwork don't exist any more. Commented-out lines were dropped, there's no point having commented-out lines with no explanation why they're there. Signed-off-by: Adam Williamson --- fedora-kde-common.ks | 34 +++++----------------------------- fedora-kde-minimization.ks | 7 ------- fedora-live-kde.ks | 1 - 3 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 fedora-kde-minimization.ks diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks index 15b0ba6..6b21f77 100644 --- a/fedora-kde-common.ks +++ b/fedora-kde-common.ks @@ -23,44 +23,20 @@ fedora-release-kde ### fixes -# use kde-print-manager instead of system-config-printer --system-config-printer -# make sure mariadb lands instead of MySQL (hopefully a temporary hack) -mariadb-embedded -mariadb-connector-c -mariadb-server - # minimal localization support - allows installing the kde-l10n-* packages kde-l10n -# unwanted packages from @kde-desktop -# don't include these for now to fit on a cd --desktop-backgrounds-basic --kdeaccessibility* +# Additional packages that are not default in kde-* groups, but useful +fuse +mediawriter + +### space issues -ktorrent # kget has also basic torrent features (~3 megs) -digikam # digikam has duplicate functionality with gwenview (~28 megs) -kipi-plugins # ~8 megs + drags in Marble -krusader # ~4 megs -k3b # ~15 megs -#-kdeplasma-addons # ~16 megs - -# Additional packages that are not default in kde-* groups, but useful -#kdeartwork # only include some parts of kdeartwork -fuse -mediawriter - -### space issues - -# 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-kde-minimization.ks b/fedora-kde-minimization.ks deleted file mode 100644 index 67fd686..0000000 --- a/fedora-kde-minimization.ks +++ /dev/null @@ -1,7 +0,0 @@ -# remove input methods to free space -%packages --scim* --iok -%end - - diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks index 6ec807a..b87a43b 100644 --- a/fedora-live-kde.ks +++ b/fedora-live-kde.ks @@ -9,7 +9,6 @@ %include fedora-live-kde-base.ks %include fedora-live-minimization.ks -%include fedora-kde-minimization.ks # DVD payload part / --size=8000