teams/games: Use a customized subset of the KDE-Desktop profile
This ensures that conflicting requests for package content isn't used and lets the image build properly. (cherry picked from commit 68ff5f4450c9f3c2a7c7830db6fc64299396be07)
This commit is contained in:
+28
-4
@@ -1,7 +1,10 @@
|
|||||||
<image>
|
<image>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
<profile name="GamesKDEDesktop" description="KDE Desktop packages for Games Lab">
|
||||||
|
<requires profile="DesktopCommon"/>
|
||||||
|
</profile>
|
||||||
<profile name="GamesDesktop" description="Desktop packages for Games Lab">
|
<profile name="GamesDesktop" description="Desktop packages for Games Lab">
|
||||||
<requires profile="KDE-Desktop"/>
|
<requires profile="GamesKDEDesktop"/>
|
||||||
</profile>
|
</profile>
|
||||||
<profile name="Games-Live" description="Games Lab Live DVD">
|
<profile name="Games-Live" description="Games Lab Live DVD">
|
||||||
<requires profile="GamesDesktop"/>
|
<requires profile="GamesDesktop"/>
|
||||||
@@ -12,16 +15,37 @@
|
|||||||
<requires profile="BootDiskCore"/>
|
<requires profile="BootDiskCore"/>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<packages type="bootstrap" patternType="plusRecommended" profiles="GamesDesktop">
|
<packages type="bootstrap" patternType="plusRecommended" profiles="GamesKDEDesktop">
|
||||||
<package name="fedora-release-kde"/>
|
<package name="fedora-release-kde"/>
|
||||||
</packages>
|
</packages>
|
||||||
|
<packages type="image" patternType="plusRecommended" profiles="GamesKDEDesktop">
|
||||||
|
<!-- install env-group to resolve RhBug:1891500 -->
|
||||||
|
<namedCollection name="kde-desktop-environment"/>
|
||||||
|
<namedCollection name="kde-apps"/>
|
||||||
|
<namedCollection name="kde-media"/>
|
||||||
|
<namedCollection name="firefox"/>
|
||||||
|
<namedCollection name="x86-emulation" arch="aarch64"/>
|
||||||
|
<package name="kde-l10n"/>
|
||||||
|
<ignore name="gnome-disk-utility"/> <!-- redundant with kde partitionmanager -->
|
||||||
|
<ignore name="mariadb-server-utils"/> <!-- Not needed on desktops (pagure.io:fedora-kde/SIG#566) -->
|
||||||
|
<ignore name="system-config-language"/> <!-- redundant with kcms -->
|
||||||
|
<ignore name="system-config-printer"/> <!-- redundant with kcms -->
|
||||||
|
<!-- drop tracker stuff pulled in by gtk3 (pagureio:fedora-kde/SIG#124) -->
|
||||||
|
<ignore name="tracker"/>
|
||||||
|
<ignore name="tracker-miners"/>
|
||||||
|
<!-- space issues -->
|
||||||
|
<ignore name="digikam"/> <!-- digikam has duplicate functionality with gwenview (~28 megs) -->
|
||||||
|
<ignore name="k3b"/> <!-- ~15 megs -->
|
||||||
|
<ignore name="kipi-plugins"/> <!-- ~8 megs + drags in marble -->
|
||||||
|
<ignore name="krusader"/> <!-- ~4 megs -->
|
||||||
|
<ignore name="ktorrent"/> <!-- ~15 megs -->
|
||||||
|
<ignore name="initial-setup"/> <!-- redundant with plasma-setup -->
|
||||||
|
</packages>
|
||||||
<packages type="image" patternType="plusRecommended" profiles="GamesDesktop">
|
<packages type="image" patternType="plusRecommended" profiles="GamesDesktop">
|
||||||
<!-- The point of this is to show off Fedora games, not running Windows ones -->
|
<!-- The point of this is to show off Fedora games, not running Windows ones -->
|
||||||
<ignore name="wine"/>
|
<ignore name="wine"/>
|
||||||
<!-- Remove LibreOffice, we're here to have fun! -->
|
<!-- Remove LibreOffice, we're here to have fun! -->
|
||||||
<ignore name="libreoffice*"/>
|
<ignore name="libreoffice*"/>
|
||||||
<!-- Extra screensavers aren't much help for the games lab -->
|
|
||||||
<ignore name="xscreensaver-extras"/>
|
|
||||||
<!-- Allow joysticks and gamepads to work -->
|
<!-- Allow joysticks and gamepads to work -->
|
||||||
<package name="joystick-support"/>
|
<package name="joystick-support"/>
|
||||||
<package name="steam-devices"/>
|
<package name="steam-devices"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user