diff options
| author | 2025-12-16 23:11:18 -0500 | |
|---|---|---|
| committer | 2025-12-16 23:12:45 -0500 | |
| commit | e5c4b7813a6ef1ee9a221246767c8b725bac4180 (patch) | |
| tree | d2c66032d2e14fe4e7f21c036c03a9ede48fbb2a /teams/eln | |
| parent | e26080addfe86e4baf4ff0de5da72968032c8444 (diff) | |
| download | kiwi-descriptions-e5c4b7813a6ef1ee9a221246767c8b725bac4180.tar.gz kiwi-descriptions-e5c4b7813a6ef1ee9a221246767c8b725bac4180.zip | |
teams/eln: add COSMIC Desktop
Diffstat (limited to 'teams/eln')
| -rw-r--r-- | teams/eln/desktop-environments.xml | 6 | ||||
| -rw-r--r-- | teams/eln/liveprofiles.xml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/teams/eln/desktop-environments.xml b/teams/eln/desktop-environments.xml index 4b9bbf3..6a47168 100644 --- a/teams/eln/desktop-environments.xml +++ b/teams/eln/desktop-environments.xml @@ -7,6 +7,9 @@ <profile name="KDE-Desktop" description="KDE Plasma Desktop"> <requires profile="DesktopCommon"/> </profile> + <profile name="COSMIC-Desktop" description="COSMIC Desktop"> + <requires profile="DesktopCommon"/> + </profile> </profiles> <packages type="image" patternType="plusRecommended" profiles="DesktopCommon"> <package name="fedora-eln-backgrounds"/> @@ -39,4 +42,7 @@ <ignore name="plasma-nm-vpnc"/> <package name="fuse"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="COSMIC-Desktop"> + <namedCollection name="cosmic-desktop-environment"/> + </packages> </image> diff --git a/teams/eln/liveprofiles.xml b/teams/eln/liveprofiles.xml index 1dec143..05f7acb 100644 --- a/teams/eln/liveprofiles.xml +++ b/teams/eln/liveprofiles.xml @@ -8,5 +8,9 @@ <requires profile="KDE-Desktop"/> <requires profile="LiveInstall"/> </profile> + <profile name="COSMIC-Live" description="COSMIC Live DVD"> + <requires profile="COSMIC-Desktop"/> + <requires profile="LiveInstall"/> + </profile> </profiles> </image> |