diff options
| author | 2024-02-24 14:28:44 -0500 | |
|---|---|---|
| committer | 2024-02-24 14:29:39 -0500 | |
| commit | 7cc5101bccd54470a382b1dbf8274624421e6e5b (patch) | |
| tree | d0ae6d5b3944d4b8426685b9087a75a7d26fc5fc | |
| parent | 7235c1e6f40b2bf262bb1bc88933abd08f534330 (diff) | |
| download | kiwi-descriptions-7cc5101bccd54470a382b1dbf8274624421e6e5b.tar.gz kiwi-descriptions-7cc5101bccd54470a382b1dbf8274624421e6e5b.zip | |
Rename MATE desktop snippets from MATE-Compiz to MATE
This prepares for the future change to another compositor with Wayland.
| -rw-r--r-- | components/desktops/mate.xml (renamed from components/desktops/mate-compiz.xml) | 4 | ||||
| -rw-r--r-- | config.xml | 4 | ||||
| -rw-r--r-- | teams/mate.xml (renamed from teams/mate-compiz.xml) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/components/desktops/mate-compiz.xml b/components/desktops/mate.xml index c5c9a75..ec4c82d 100644 --- a/components/desktops/mate-compiz.xml +++ b/components/desktops/mate.xml @@ -1,11 +1,11 @@ <image> <profiles> <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"/> </profile> </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 --> <namedCollection name="mate-desktop-environment"/> <namedCollection name="compiz"/> @@ -21,7 +21,7 @@ <include from="this://./components/desktops/kde.xml"/> <include from="this://./components/desktops/xfce.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/lxqt.xml"/> <include from="this://./components/desktops/lxde.xml"/> @@ -38,7 +38,7 @@ <include from="this://./teams/kde.xml"/> <include from="this://./teams/xfce.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/lxqt.xml"/> <include from="this://./teams/lxde.xml"/> diff --git a/teams/mate-compiz.xml b/teams/mate.xml index d5caa6a..2f6b566 100644 --- a/teams/mate-compiz.xml +++ b/teams/mate.xml @@ -1,7 +1,7 @@ <image> <profiles> <profile name="MATE_Compiz-Live" description="MATE-Compiz Spin Live DVD"> - <requires profile="MATE_Compiz-Desktop"/> + <requires profile="MATE-Desktop"/> <requires profile="LiveInstall"/> </profile> </profiles> |