mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-06 00:14:22 +00:00
e1efabcb98
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@redhat.com>
43 lines
862 B
Plaintext
43 lines
862 B
Plaintext
|
|
%packages
|
|
# install env-group to resolve RhBug:1891500
|
|
@^kde-desktop-environment
|
|
|
|
@firefox
|
|
@kde-apps
|
|
@kde-media
|
|
@libreoffice
|
|
# add libreoffice-draw and libreoffice-math (pagureio:fedora-kde/SIG#103)
|
|
libreoffice-draw
|
|
libreoffice-math
|
|
|
|
fedora-release-kde
|
|
|
|
-@admin-tools
|
|
|
|
# drop tracker stuff pulled in by gtk3 (pagureio:fedora-kde/SIG#124)
|
|
-tracker-miners
|
|
-tracker
|
|
|
|
### The KDE-Desktop
|
|
|
|
### fixes
|
|
|
|
# minimal localization support - allows installing the kde-l10n-* packages
|
|
kde-l10n
|
|
|
|
# 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
|
|
|
|
## avoid serious bugs by omitting broken stuff
|
|
|
|
%end
|