fedora-kiwi-descriptions/components/desktops/common.xml
Neal Gompa 7497716476 Reorganize configuration around Fedora teams
This realigns the configuration into separate files/folders that
would be modified by specific teams (e.g. WGs and SIGs).
2024-02-22 19:15:21 -05:00

19 lines
656 B
XML

<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
<namedCollection name="internet-browser"/>
<namedCollection name="fonts"/>
<namedCollection name="multimedia"/>
<namedCollection name="networkmanager-submodules"/>
<namedCollection name="office-suite"/>
<namedCollection name="hardware-support"/>
<namedCollection name="print-client"/>
<namedCollection name="guest-desktop-agents"/>
<namedCollection name="standard"/>
<ignore name="gfs2-utils"/>
<ignore name="reiserfs-utils"/>
</packages>
</image>