aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/kde.xml
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'components/desktops/kde.xml')
-rw-r--r--components/desktops/kde.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/components/desktops/kde.xml b/components/desktops/kde.xml
deleted file mode 100644
index 4c20ea5..0000000
--- a/components/desktops/kde.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<image>
- <profiles>
- <profile name="KDE-Desktop" description="KDE Plasma Desktop">
- <requires profile="DesktopCommon"/>
- </profile>
- <profile name="KDE-Mobile" description="KDE Plasma Mobile">
- <requires profile="DesktopCommon"/>
- </profile>
- </profiles>
- <!-- Common exclusions for KDE variants -->
- <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop,KDE-Mobile">
- <ignore name="gnome-disk-utility"/> <!-- redundant with kde partitionmanager -->
- <ignore name="mariadb-server-utils"/> <!-- Not needed on desktops (pagure.io:fedora-kde/SIG#566) -->
- <ignore name="system-config-language"/> <!-- redundant with kcms -->
- <ignore name="system-config-printer"/> <!-- redundant with kcms -->
- <!-- drop tracker stuff pulled in by gtk3 (pagureio:fedora-kde/SIG#124) -->
- <ignore name="tracker"/>
- <ignore name="tracker-miners"/>
- <!-- space issues -->
- <ignore name="digikam"/> <!-- digikam has duplicate functionality with gwenview (~28 megs) -->
- <ignore name="k3b"/> <!-- ~15 megs -->
- <ignore name="kipi-plugins"/> <!-- ~8 megs + drags in marble -->
- <ignore name="krusader"/> <!-- ~4 megs -->
- <ignore name="ktorrent"/> <!-- ~15 megs -->
- <ignore name="initial-setup"/> <!-- redundant with plasma-setup -->
- </packages>
- <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop">
- <!-- install env-group to resolve RhBug:1891500 -->
- <namedCollection name="kde-desktop-environment"/>
- <namedCollection name="kde-apps"/>
- <namedCollection name="kde-media"/>
- <namedCollection name="kde-pim" arch="aarch64,ppc64le,x86_64"/>
- <namedCollection name="firefox"/>
- <namedCollection name="libreoffice"/>
- <namedCollection name="x86-emulation" arch="aarch64"/>
- <package name="libreoffice-draw"/>
- <package name="libreoffice-math"/>
- <package name="fuse"/>
- <package name="kde-l10n"/>
- </packages>
- <packages type="image" patternType="plusRecommended" profiles="KDE-Mobile">
- <!-- install env-group to resolve RhBug:1891500 -->
- <namedCollection name="kde-mobile-environment"/>
- <namedCollection name="firefox"/>
- <namedCollection name="x86-emulation" arch="aarch64"/>
- <package name="fuse"/>
- <package name="kde-l10n"/>
- <ignore name="plasma-welcome"/>
- <ignore name="plasma-welcome-fedora"/>
- </packages>
-</image>