asahi-kiwi-descriptions/components/desktop-environments.xml
Neal Gompa fa8af4621f components/desktop-environments: Uninstall Xorg instead of excluding it
For the moment, the base-x group is required by the Workstation and
KDE environment groups, so we need to work around this by telling
KIWI to uninstall it after everything is installed instead of
excluding it from the beginning.
2023-09-05 21:35:38 -04:00

48 lines
1.7 KiB
XML

<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages">
<requires profile="Common"/>
</profile>
<profile name="GNOME-Desktop" description="GNOME Desktop">
<requires profile="DesktopCommon"/>
</profile>
<profile name="KDE-Desktop" description="KDE Plasma Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
<namedCollection name="firefox"/>
<namedCollection name="fonts"/>
<namedCollection name="input-methods"/>
<namedCollection name="libreoffice"/>
<namedCollection name="multimedia"/>
<namedCollection name="printing"/>
<package name="aajohan-comfortaa-fonts"/>
<package name="mediawriter"/>
<package name="mesa-dri-drivers"/>
<package name="mesa-vulkan-drivers"/>
<package name="plymouth-system-theme"/>
<ignore name="@dial-up"/>
<ignore name="@guest-desktop-agents"/>
</packages>
<packages type="uninstall" profiles="DesktopCommon">
<package name="xorg-x11-server-Xorg"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
<namedCollection name="workstation-product-environment"/>
<package name="fedora-release-workstation"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="KDE-Desktop">
<namedCollection name="kde-desktop-environment"/>
<namedCollection name="kde-apps"/>
<namedCollection name="kde-media"/>
<package name="fuse"/>
<package name="fedora-release-kde"/>
<package name="kde-l10n"/>
<package name="calamares-firstboot-config"/>
<ignore name="@admin-tools"/>
<ignore name="gnome-disk-utility"/>
<ignore name="system-config-printer"/>
</packages>
</image>