Files
HoralOS/components/desktops/phosh.xml
T
Neal Gompa 4d0315767d components/desktops: Drop duplicate unused DesktopCommon profile entries
This is principally to avoid confusion as the DesktopCommon profile
is defined in one place and used across the board.

No functional changes.
2025-02-22 04:05:41 -05:00

15 lines
494 B
XML

<image>
<profiles>
<profile name="Phosh-Desktop" description="Phosh Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="Phosh-Desktop">
<package name="fedora-release-phosh"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="Phosh-Desktop">
<!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="phosh-desktop-environment"/>
</packages>
</image>