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

28 lines
982 B
XML

<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="Xfce-Desktop" description="Xfce Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="Xfce-Desktop">
<!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="xfce-desktop-environment"/>
<namedCollection name="xfce-apps"/>
<namedCollection name="xfce-extra-plugins"/>
<namedCollection name="xfce-media"/>
<namedCollection name="xfce-office"/>
<package name="fedora-release-xfce"/>
<package name="wget"/>
<package name="system-config-printer"/>
<!-- Save some space -->
<ignore name="autofs"/>
<ignore name="acpid"/>
<ignore name="gimp-help"/>
<ignore name="desktop-backgrounds-basic"/>
<ignore name="aspell-*"/> <!-- dictionaries are big -->
<ignore name="xfce4-sensors-plugin"/>
<ignore name="xfce4-eyes-plugin"/>
</packages>
</image>