blob: 5c84c798f0ef7cf2464bcc0faa66ebaf562f82f8 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<image>
<profiles>
<profile name="RoboticsCore" description="Core packages for Robotics">
</profile>
<profile name="RoboticsGNOMEDesktop" description="Desktop packages for Robotics">
<requires profile="RoboticsCore"/>
<requires profile="DesktopCommon"/>
</profile>
<profile name="Robotics-Live" description="Robotics Lab Live DVD">
<requires profile="RoboticsGNOMEDesktop"/>
<requires profile="LiveInstall"/>
</profile>
<profile name="Robotics-Disk" description="Robotics Lab Install Disk">
<requires profile="RoboticsGNOMEDesktop"/>
<requires profile="BootDiskCore"/>
</profile>
</profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="RoboticsGNOMEDesktop">
<package name="fedora-release-workstation"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="RoboticsCore">
<namedCollection name="core"/>
<namedCollection name="standard"/>
<!-- Add robotics suite development packages -->
<namedCollection name="robotics-suite"/>
<package name="langpacks-en"/>
<package name="nano"/>
<package name="openssh-clients"/>
<package name="vim-enhanced"/>
<package name="wget2-wget"/>
<!-- Add version control packages -->
<package name="git"/>
<package name="mercurial"/>
<!-- No abrt -->
<ignore name="abrt*"/>
<!-- No legacy crontab -->
<ignore name="cron*"/>
<!-- Remove LaTeX stack (rhbz#1862450, rhbz#1902354) -->
<ignore name="texlive-base"/>
<ignore name="texlive-latex"/>
<!-- Dictionaries are big -->
<ignore name="aspell-*"/>
<ignore name="man-pages*"/>
<ignore name="words"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="RoboticsGNOMEDesktop">
<namedCollection name="base-graphical"/>
<namedCollection name="desktop-accessibility"/>
<namedCollection name="firefox"/>
<namedCollection name="gnome-desktop"/>
<namedCollection name="guest-desktop-agents"/>
<namedCollection name="networkmanager-submodules"/>
<package name="emacs"/>
<!-- Drop some system-config things -->
<ignore name="system-config-language"/>
<ignore name="system-config-network"/>
<ignore name="system-config-rootpassword"/>
<ignore name="system-config-services"/>
<ignore name="system-config-printer*"/>
<ignore name="policycoreutils-gui"/>
<!-- No user docs -->
<ignore name="gnome-user-docs"/>
<!-- No inkscape -->
<ignore name="inkscape*"/>
<ignore name="GraphicsMagick*"/>
<ignore name="ImageMagick*"/>
<!-- Block extra GNOME applications -->
<ignore name="gnome-boxes"/>
<ignore name="gnome-calendar"/>
<ignore name="gnome-clocks"/>
<ignore name="gnome-contacts"/>
<ignore name="gnome-disk-utility"/>
<ignore name="gnome-documents"/>
<ignore name="gnome-font-viewer"/>
<ignore name="gnome-maps"/>
<ignore name="gnome-photos"/>
<ignore name="gnome-weather"/>
<ignore name="grilo-plugins"/>
<ignore name="totem"/>
<ignore name="totem-nautilus"/>
</packages>
</image>
|