This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch kde-cleanups
in repository fedora-kickstarts.
commit 0b2fe8612b6e4fc7814c269a26dcabaa4d2a798e
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Mon Nov 7 11:01:30 2022 -0800
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 <awilliam(a)redhat.com>
---
fedora-kde-common.ks | 34 +++++-----------------------------
fedora-kde-minimization.ks | 7 -------
fedora-live-kde.ks | 1 -
3 files changed, 5 insertions(+), 37 deletions(-)
diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks
index 18bcea5..51e3ac6 100644
--- a/fedora-kde-common.ks
+++ b/fedora-kde-common.ks
@@ -19,43 +19,19 @@ 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*
--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
+-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
## avoid serious bugs by omitting broken stuff
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 80102f3..1e36194 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=7500
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.