aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/mate.xml
blob: e48d8a3900cb3b2c4cd31ca5efcfe2ea23bdc1d5 (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
<image>
	<profiles>
		<profile name="DesktopCommon" description="Common desktop packages"/>
		<profile name="MATE-Desktop" description="MATE Desktop">
			<requires profile="DesktopCommon"/>
		</profile>
	</profiles>
	<packages type="image" patternType="plusRecommended" profiles="MATE-Desktop">
		<!-- install env-group to resolve RhBug:1891500 -->
		<namedCollection name="mate-desktop-environment"/>
		<namedCollection name="compiz"/>
		<namedCollection name="libreoffice"/>
		<package name="fedora-release-matecompiz"/>
		<ignore name="audacious"/> <!-- breaks the desktop -->
		<!-- drop things for size -->
		<ignore name="@3d-printing"/>
		<ignore name="@admin-tools"/>
		<ignore name="@mate-applications"/>
		<ignore name="brasero"/>
		<ignore name="fedora-icon-theme"/>
		<ignore name="gnome-icon-theme"/>
		<ignore name="gnome-icon-theme-symbolic"/>
		<ignore name="gnome-logs"/>
		<ignore name="gnome-software"/>
		<ignore name="gnome-user-docs"/>
		<ignore name="evolution-help"/>
		<ignore name="telnet"/> <!-- Legacy cmdline thing we don't want -->
	</packages>
</image>