Rename MATE desktop snippets from MATE-Compiz to MATE

This prepares for the future change to another compositor with Wayland.
This commit is contained in:
Neal Gompa
2024-02-24 14:29:39 -05:00
parent 7235c1e6f4
commit 7cc5101bcc
3 changed files with 5 additions and 5 deletions
@@ -1,11 +1,11 @@
<image> <image>
<profiles> <profiles>
<profile name="DesktopCommon" description="Common desktop packages"/> <profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="MATE_Compiz-Desktop" description="MATE_Compiz Desktop"> <profile name="MATE-Desktop" description="MATE Desktop">
<requires profile="DesktopCommon"/> <requires profile="DesktopCommon"/>
</profile> </profile>
</profiles> </profiles>
<packages type="image" patternType="plusRecommended" profiles="MATE_Compiz-Desktop"> <packages type="image" patternType="plusRecommended" profiles="MATE-Desktop">
<!-- install env-group to resolve RhBug:1891500 --> <!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="mate-desktop-environment"/> <namedCollection name="mate-desktop-environment"/>
<namedCollection name="compiz"/> <namedCollection name="compiz"/>
+2 -2
View File
@@ -21,7 +21,7 @@
<include from="this://./components/desktops/kde.xml"/> <include from="this://./components/desktops/kde.xml"/>
<include from="this://./components/desktops/xfce.xml"/> <include from="this://./components/desktops/xfce.xml"/>
<include from="this://./components/desktops/cinnamon.xml"/> <include from="this://./components/desktops/cinnamon.xml"/>
<include from="this://./components/desktops/mate-compiz.xml"/> <include from="this://./components/desktops/mate.xml"/>
<include from="this://./components/desktops/i3.xml"/> <include from="this://./components/desktops/i3.xml"/>
<include from="this://./components/desktops/lxqt.xml"/> <include from="this://./components/desktops/lxqt.xml"/>
<include from="this://./components/desktops/lxde.xml"/> <include from="this://./components/desktops/lxde.xml"/>
@@ -38,7 +38,7 @@
<include from="this://./teams/kde.xml"/> <include from="this://./teams/kde.xml"/>
<include from="this://./teams/xfce.xml"/> <include from="this://./teams/xfce.xml"/>
<include from="this://./teams/cinnamon.xml"/> <include from="this://./teams/cinnamon.xml"/>
<include from="this://./teams/mate-compiz.xml"/> <include from="this://./teams/mate.xml"/>
<include from="this://./teams/i3.xml"/> <include from="this://./teams/i3.xml"/>
<include from="this://./teams/lxqt.xml"/> <include from="this://./teams/lxqt.xml"/>
<include from="this://./teams/lxde.xml"/> <include from="this://./teams/lxde.xml"/>
+1 -1
View File
@@ -1,7 +1,7 @@
<image> <image>
<profiles> <profiles>
<profile name="MATE_Compiz-Live" description="MATE-Compiz Spin Live DVD"> <profile name="MATE_Compiz-Live" description="MATE-Compiz Spin Live DVD">
<requires profile="MATE_Compiz-Desktop"/> <requires profile="MATE-Desktop"/>
<requires profile="LiveInstall"/> <requires profile="LiveInstall"/>
</profile> </profile>
</profiles> </profiles>