fedora-kiwi-descriptions/components/desktops/cinnamon.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

17 lines
630 B
XML

<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="Cinnamon-Desktop" description="Cinnamon Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="Cinnamon-Desktop">
<!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="cinnamon-desktop-environment"/>
<namedCollection name="libreoffice"/>
<package name="fedora-release-cinnamon"/>
<package name="rhythmbox"/>
<package name="f39-backgrounds-extras-gnome"/> <!-- extra backgrounds -->
</packages>
</image>