#933 Clean up KDE package lists
Merged a year ago by ngompa. Opened a year ago by adamwill.
adamwill/fedora-kickstarts kde-cleanups  into  main

file modified
+5 -29
@@ -23,43 +23,19 @@ 

  

  ### 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

  

@@ -1,7 +0,0 @@ 

- # remove input methods to free space

- %packages

- -scim*

- -iok

- %end

- 

- 

file modified
-1
@@ -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

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

Merged, thanks! :thumbsup:

Pull-Request has been merged by ngompa

a year ago