aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/soas.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-02-22 19:15:21 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-02-22 19:15:21 -0500
commit749771647624e6be1f574fbf31b60aa0f90d0bbc (patch)
treeca67892d9e4ce370187a16a620c5469afaf7f7d4 /components/desktops/soas.xml
parent41c9052e0920b4246f38e27dc1751591b83d46a7 (diff)
downloadkiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.tar.gz
kiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.zip
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).
Diffstat (limited to 'components/desktops/soas.xml')
-rw-r--r--components/desktops/soas.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/components/desktops/soas.xml b/components/desktops/soas.xml
new file mode 100644
index 0000000..b4d6763
--- /dev/null
+++ b/components/desktops/soas.xml
@@ -0,0 +1,30 @@
+<image>
+ <profiles>
+ <profile name="DesktopCommon" description="Common desktop packages"/>
+ <profile name="SoaS-Desktop" description="SoaS Desktop">
+ <requires profile="DesktopCommon"/>
+ </profile>
+ </profiles>
+ <packages type="image" patternType="plusRecommended" profiles="SoaS-Desktop">
+ <!-- install env-group to resolve RhBug:1891500 -->
+ <namedCollection name="sugar-desktop-environment"/>
+ <package name="fedora-release-soas"/>
+ <package name="dejavu-sans-fonts"/>
+ <package name="dejavu-sans-mono-fonts"/>
+ <package name="madan-fonts"/>
+ <package name="aajohan-comfortaa-fonts"/>
+ <package name="sil-abyssinica-fonts"/>
+ <package name="vlgothic-fonts"/>
+ <package name="rp-pppoe"/> <!-- See http://bugs.sugarlabs.org/ticket/1951 -->
+ <package name="livecd-tools"/> <!-- See http://bugs.sugarlabs.org/ticket/74 -->
+ <package name="xfce-polkit"/>
+ <ignore name="@gnome-desktop"/>
+ <ignore name="firefox"/>
+ <ignore name="ibus*"/>
+ <ignore name="openbox"/>
+ <ignore name="PackageKit"/>
+ <!-- Drop these to allow the Sugar boot screen -->
+ <ignore name="plymouth-system-theme"/>
+ <ignore name="plymouth-theme-charge"/>
+ </packages>
+</image>