aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/lxqt.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/lxqt.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/lxqt.xml')
-rw-r--r--components/desktops/lxqt.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/components/desktops/lxqt.xml b/components/desktops/lxqt.xml
new file mode 100644
index 0000000..6cf7462
--- /dev/null
+++ b/components/desktops/lxqt.xml
@@ -0,0 +1,33 @@
+<image>
+ <profiles>
+ <profile name="DesktopCommon" description="Common desktop packages"/>
+ <profile name="LXQt-Desktop" description="LXQt Desktop">
+ <requires profile="DesktopCommon"/>
+ </profile>
+ </profiles>
+ <packages type="image" patternType="plusRecommended" profiles="LXQt-Desktop">
+ <!-- install env-group to resolve RhBug:1891500 -->
+ <namedCollection name="lxqt-desktop-environment"/>
+ <namedCollection name="lxqt-apps"/>
+ <namedCollection name="lxqt-media"/>
+ <namedCollection name="lxqt-l10n"/>
+ <package name="fedora-release-lxqt"/>
+ <package name="lximage-qt-l10n"/> <!-- FIXME: put in lxqt-l10n comps group -->
+ <package name="obconf-qt-l10n"/> <!-- FIXME: put in lxqt-l10n comps group -->
+ <package name="pavucontrol-qt-l10n"/> <!-- FIXME: put in lxqt-l10n comps group -->
+ <package name="enki"/> <!-- FIXME: put in comps -->
+ <package name="udisks2"/> <!-- Fix https://bugzilla.redhat.com/show_bug.cgi?id=1429132 -->
+ <!-- remove unneeded stuff for a lightweight system -->
+ <package name="wqy-microhei-fonts"/> <!-- compact CJK font -->
+ <ignore name="naver-nanum-gothic-fonts"/> <!-- Korean: replaced by above -->
+ <ignore name="vlgothic-fonts"/> <!-- Japanese: replaced by above -->
+ <ignore name="adobe-source-han-sans-cn-fonts"/> <!-- Simplified Chinese: replaced by above -->
+ <ignore name="adobe-source-han-sans-tw-fonts"/> <!-- Traditional Chinese: replaced by above -->
+ <ignore name="pt-sans-fonts"/> <!-- Cyrillic (already supported by DejaVu) -->
+ <ignore name="@input-methods"/>
+ <ignore name="@admin-tools"/>
+ <ignore name="scim*"/>
+ <ignore name="m17n*"/>
+ <ignore name="iok"/>
+ </packages>
+</image>