blob: a50ed6b347fc0b72e1f1a82bc5d6ec54d59e7c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<image>
<profiles>
<profile name="DesignSuiteDesktop" description="Desktop packages for Design Suite">
<requires profile="GNOME-Desktop"/>
</profile>
<profile name="Design_suite-Live" description="Design Suite Lab Live DVD">
<requires profile="DesignSuiteDesktop"/>
<requires profile="LiveInstall"/>
</profile>
<profile name="Design_suite-Disk" description="Design Suite Lab Install Disk">
<requires profile="DesignSuiteDesktop"/>
<requires profile="BootDiskCore"/>
</profile>
</profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="DesignSuiteDesktop">
<package name="fedora-release-designsuite"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="DesignSuiteDesktop">
<namedCollection name="design-suite"/>
<!-- Provides backup application (blocked by Workstation exclude of python3-boto3) -->
<!-- <package name="deja-dup"/> -->
<!-- Add extra gnome applications -->
<package name="gnome-calendar"/>
<package name="gnome-shell-extension-gsconnect"/>
<!-- Some convertible devices have broken automatic screen rotation on GNOME Wayland -->
<package name="gnome-shell-extension-screen-autorotate"/>
<package name="gnome-todo"/>
<!-- Add cosmetic for terminal -->
<package name="powerline"/>
<package name="powerline-fonts"/>
<!-- Removal of unneeded applications -->
<ignore name="gnome-boxes"/>
</packages>
</image>
|