aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/common.xml
blob: fed17c45a997c3a576cdfa8f9335e0d2baec1553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<image>
	<profiles>
		<profile name="DesktopCommon" description="Common desktop packages">
			<requires profile="BaseCommon"/>
			<requires profile="HardwareCommon"/>
		</profile>
	</profiles>
	<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
		<namedCollection name="fonts"/>
		<namedCollection name="multimedia"/>
		<namedCollection name="networkmanager-submodules"/>
		<namedCollection name="printing"/>
		<namedCollection name="guest-desktop-agents"/>
		<package name="mediawriter"/>
		<ignore name="gfs2-utils"/>
		<ignore name="reiserfs-utils"/>
	</packages>
</image>