aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Troy Dawson <tdawson@redhat.com> 2024-07-31 14:44:29 -0700
committerGravatar Troy Dawson <tdawson@redhat.com> 2024-07-31 15:25:37 -0700
commit40e3039216350519d091b7e262e80a8ea6425088 (patch)
treec727b21c3125375944df0d108d63b36c69cac1f8
parent316fb431ce50fadc73892f2ca842f3ffcb159330 (diff)
downloadkiwi-descriptions-40e3039216350519d091b7e262e80a8ea6425088.tar.gz
kiwi-descriptions-40e3039216350519d091b7e262e80a8ea6425088.zip
Initial KDE Plasma Mobile Spin import
Signed-off-by: Troy Dawson <tdawson@redhat.com>
-rw-r--r--VARIANTS.md2
-rw-r--r--components/desktops/kde.xml18
-rw-r--r--maintainers.toml4
-rw-r--r--teams/kde.xml11
4 files changed, 35 insertions, 0 deletions
diff --git a/VARIANTS.md b/VARIANTS.md
index c1ae75b..57a81cd 100644
--- a/VARIANTS.md
+++ b/VARIANTS.md
@@ -14,4 +14,6 @@
| Toolbox Container | `oci` | `Container-Toolbox` |
| KDE Spin | `iso` | `KDE-Desktop-Live` |
| | `oem` | `KDE-Desktop-Disk` |
+| KDE Mobile Spin | `iso` | `KDE-Mobile-Live` |
+| | `oem` | `KDE-Mobile-Disk` |
| Workstation Edition | `iso` | `Workstation-Live` |
diff --git a/components/desktops/kde.xml b/components/desktops/kde.xml
index fa45844..8b07ba6 100644
--- a/components/desktops/kde.xml
+++ b/components/desktops/kde.xml
@@ -4,6 +4,9 @@
<profile name="KDE-Desktop" description="KDE Plasma Desktop">
<requires profile="DesktopCommon"/>
</profile>
+ <profile name="KDE-Mobile" description="KDE Plasma Mobile">
+ <requires profile="DesktopCommon"/>
+ </profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="KDE-Desktop">
<!-- install env-group to resolve RhBug:1891500 -->
@@ -21,4 +24,19 @@
<ignore name="gnome-disk-utility"/>
<ignore name="system-config-printer"/>
</packages>
+ <packages type="image" patternType="plusRecommended" profiles="KDE-Mobile">
+ <!-- install env-group to resolve RhBug:1891500 -->
+ <namedCollection name="core"/>
+ <namedCollection name="kde-mobile"/>
+ <namedCollection name="kde-mobile-apps"/>
+ <namedCollection name="kde-spin-initial-setup"/>
+ <namedCollection name="firefox"/>
+ <package name="fuse"/>
+ <package name="kde-l10n"/>
+ <ignore name="@admin-tools"/>
+ <ignore name="plasma-welcome"/>
+ <ignore name="plasma-welcome-fedora"/>
+ <ignore name="gnome-disk-utility"/>
+ <ignore name="system-config-printer"/>
+ </packages>
</image>
diff --git a/maintainers.toml b/maintainers.toml
index 5a785f3..b9ef963 100644
--- a/maintainers.toml
+++ b/maintainers.toml
@@ -16,6 +16,10 @@ maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
fas = [ "rdieter", "marcdeop", "ngompa" ]
maintainers = [ "Rex Dieter", "Marc Deop", "Neal Gompa" ]
+[spins.kde-mobile.x86_64]
+fas = [ "tdawson", "ngompa" ]
+maintainers = [ "Troy Dawson", "Neal Gompa" ]
+
[spins.cinnamon.x86_64]
fas = [ "grinnz" ]
maintainers = [ "Dan Book" ]
diff --git a/teams/kde.xml b/teams/kde.xml
index 9ef8878..6424e05 100644
--- a/teams/kde.xml
+++ b/teams/kde.xml
@@ -8,10 +8,21 @@
<requires profile="BootDiskCore"/>
<requires profile="KDE-Desktop"/>
</profile>
+ <profile name="KDE-Mobile-Live" description="KDE Plasma Mobile Spin Live DVD">
+ <requires profile="KDE-Mobile"/>
+ <requires profile="LiveInstall"/>
+ </profile>
+ <profile name="KDE-Mobile-Disk" description="KDE Plasma Mobile Spin Install Disk">
+ <requires profile="BootDiskCore"/>
+ <requires profile="KDE-Mobile"/>
+ </profile>
</profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="KDE-Desktop-Disk,KDE-Desktop-Live">
<package name="fedora-release-kde"/>
</packages>
+ <packages type="bootstrap" patternType="plusRecommended" profiles="KDE-Mobile-Disk,KDE-Mobile-Live">
+ <package name="fedora-release-kde-mobile"/>
+ </packages>
<packages type="image" patternType="plusRecommended" profiles="KDE-Desktop-Disk,KDE-Desktop-Live">
<package name="plasma-welcome-fedora"/>
</packages>