~mvo/software-center/hopefully-fix-lp1008229

461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
1
<Menu>
489 by Michael Vogt
* README:
2
3
  <!-- Applications -->
4
5
  <!-- Accessories submenu -->
6
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
7
    <_Name>Accessories</_Name>
489 by Michael Vogt
* README:
8
    <Directory>Utility.directory</Directory>
9
    <Include>
10
      <And>
11
        <Category>Utility</Category>
12
        <!-- Accessibility spec must have either the Utility or Settings
13
             category, and we display an accessibility submenu already for
14
             the ones that do not have Settings, so don't display accessibility
15
             applications here -->
16
        <Not><Category>Accessibility</Category></Not>
17
      </And>
18
    </Include>
19
  </Menu> <!-- End Accessories -->
20
21
  <!-- Accessibility submenu -->
22
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
23
    <_Name>Universal Access</_Name>
489 by Michael Vogt
* README:
24
    <Directory>Utility-Accessibility.directory</Directory>
25
    <Include>
26
      <And>
27
        <Category>Accessibility</Category>
28
        <Not><Category>Settings</Category></Not>
29
      </And>
30
    </Include>
31
  </Menu> <!-- End Accessibility -->
32
596 by Michael Vogt
- add "Fonts" section
33
489 by Michael Vogt
* README:
34
  <!-- Development Tools -->
35
  <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
36
    <_Name>Developer Tools</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
37
    <SCIcon>applications-development</SCIcon>
489 by Michael Vogt
* README:
38
    <Include>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
39
      <Or>
489 by Michael Vogt
* README:
40
        <Category>Development</Category>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
41
        <SCSection>devel</SCSection>
42
        <SCSection>restricted/devel</SCSection>
43
        <SCSection>universe/devel</SCSection>
44
        <SCSection>multiverse/devel</SCSection>
45
      </Or>
489 by Michael Vogt
* README:
46
      <Filename>emacs.desktop</Filename>
47
    </Include>
48
49
    <!-- package sub-sections, see spec-->
50
    <Menu>
51
      <_Name>Debugging</_Name>
662.1.1 by vish
Use the 3 new icons included in humanity
52
      <SCIcon>applications-debugging</SCIcon>
489 by Michael Vogt
* README:
53
      <Include>
1164 by Gary Lasker
* data/software-center.menu.in:
54
	<Category>Debugger</Category>
489 by Michael Vogt
* README:
55
      </Include>
56
    </Menu>
57
58
    <Menu>
59
      <_Name>Graphic Interface Design</_Name>
662.1.1 by vish
Use the 3 new icons included in humanity
60
      <SCIcon>applications-interfacedesign</SCIcon>
489 by Michael Vogt
* README:
61
      <Include>
62
	<Category>GUIDesigner</Category>
63
      </Include>
64
    </Menu>
65
66
    <Menu>
67
      <_Name>Haskell</_Name>
662.1.1 by vish
Use the 3 new icons included in humanity
68
      <SCIcon>applications-haskell</SCIcon>
489 by Michael Vogt
* README:
69
      <Include>
70
	<Or>
71
	  <SCSection>haskell</SCSection>
72
	  <SCSection>restricted/haskell</SCSection>
73
	  <SCSection>universe/haskell</SCSection>
74
	  <SCSection>multiverse/haskell</SCSection>
75
	</Or>
76
      </Include>
77
    </Menu>
78
79
    <Menu>
80
      <_Name>IDEs</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
81
      <SCIcon>applications-ide</SCIcon>
489 by Michael Vogt
* README:
82
      <Include>
83
	<Category>IDE</Category>
84
      </Include>
85
    </Menu>
86
87
    <Menu>
88
      <_Name>Java</_Name>
654.1.1 by Kiwinote
Use the new icons
89
      <SCIcon>applications-java</SCIcon>
489 by Michael Vogt
* README:
90
      <Include>
91
	<Or>
92
	  <SCSection>java</SCSection>
93
	  <SCSection>restricted/java</SCSection>
94
	  <SCSection>universe/java</SCSection>
95
	  <SCSection>multiverse/java</SCSection>
96
	</Or>
97
      </Include>
98
    </Menu>
99
100
    <Menu>
101
      <_Name>Libraries</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
102
      <SCIcon>applications-libraries</SCIcon>
489 by Michael Vogt
* README:
103
      <Include>
104
	<Or>
105
	  <SCSection>libdevel</SCSection>
106
	  <SCSection>restricted/libdevel</SCSection>
107
	  <SCSection>universe/libdevel</SCSection>
108
	  <SCSection>multiverse/libdevel</SCSection>
109
	</Or>
110
      </Include>
111
    </Menu>
112
113
    <Menu>
114
      <_Name>Lisp</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
115
      <SCIcon>applications-lisp</SCIcon>
489 by Michael Vogt
* README:
116
      <Include>
117
	<Or>
118
	  <SCSection>lisp</SCSection>
119
	  <SCSection>restricted/lisp</SCSection>
120
	  <SCSection>universe/lisp</SCSection>
121
	  <SCSection>multiverse/lisp</SCSection>
122
	</Or>
123
      </Include>
124
    </Menu>
125
126
    <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
127
      <_Name>Localization</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
128
      <SCIcon>preferences-desktop-locale</SCIcon>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
129
      <Include>
130
	<And>
131
	  <Category>Translation</Category>
132
	</And>
133
      </Include>
134
    </Menu>
135
136
    <Menu>
137
      <_Name>Mono/CLI</_Name>
654.1.1 by Kiwinote
Use the new icons
138
      <SCIcon>applications-monodevelopment</SCIcon>
489 by Michael Vogt
* README:
139
      <Include>
140
        <Or>
141
          <SCSection>cli-mono</SCSection>
142
          <SCSection>restricted/cli-mono</SCSection>
143
          <SCSection>universe/cli-mono</SCSection>
144
          <SCSection>multiverse/cli-mono</SCSection>
145
        </Or>
146
      </Include>
147
    </Menu>
148
149
    <Menu>
150
      <_Name>OCaml</_Name>
915.1.133 by Kiwinote
* data/software-center.menu.in:
151
      <SCIcon>applications-ocaml</SCIcon>
489 by Michael Vogt
* README:
152
      <Include>
153
        <Or>
154
          <SCSection>ocaml</SCSection>
155
          <SCSection>restricted/ocaml</SCSection>
156
          <SCSection>universe/ocaml</SCSection>
157
          <SCSection>multiverse/ocaml</SCSection>
158
        </Or>
159
      </Include>
160
    </Menu>
161
162
    <Menu>
163
      <_Name>Perl</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
164
      <SCIcon>applications-perl</SCIcon>
489 by Michael Vogt
* README:
165
      <Include>
166
	<Or>
167
	  <SCSection>perl</SCSection>
168
	  <SCSection>restricted/perl</SCSection>
169
	  <SCSection>universe/perl</SCSection>
170
	  <SCSection>multiverse/perl</SCSection>
171
	</Or>
172
      </Include>
173
    </Menu>
174
175
    <Menu>
176
      <_Name>Profiling</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
177
      <SCIcon>applications-profiling</SCIcon>
489 by Michael Vogt
* README:
178
      <Include>
179
	<Category>Profiling</Category>
180
      </Include>
181
    </Menu>
182
183
    <Menu>
184
      <_Name>Python</_Name>
654.1.1 by Kiwinote
Use the new icons
185
      <SCIcon>applications-python</SCIcon>
489 by Michael Vogt
* README:
186
      <Include>
187
	<Or>
188
	  <SCSection>python</SCSection>
189
	  <SCSection>restricted/python</SCSection>
190
	  <SCSection>universe/python</SCSection>
191
	  <SCSection>multiverse/python</SCSection>
192
	</Or>
193
      </Include>
194
    </Menu>
195
196
    <Menu>
197
      <_Name>Ruby</_Name>
654.1.1 by Kiwinote
Use the new icons
198
      <SCIcon>applications-ruby</SCIcon>
489 by Michael Vogt
* README:
199
      <Include>
200
	<Or>
201
	  <SCSection>ruby</SCSection>
202
	  <SCSection>restricted/ruby</SCSection>
203
	  <SCSection>universe/ruby</SCSection>
204
	  <SCSection>multiverse/ruby</SCSection>
205
	</Or>
206
      </Include>
207
    </Menu>
208
209
    <Menu>
210
      <_Name>Version Control</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
211
      <SCIcon>applications-versioncontrol</SCIcon>
489 by Michael Vogt
* README:
212
      <Include>
213
	<Or>
214
	  <SCSection>vcs</SCSection>
215
	  <SCSection>restricted/vcs</SCSection>
216
	  <SCSection>universe/vcs</SCSection>
217
	  <SCSection>multiverse/vcs</SCSection>
218
	  <Category>RevisionControl</Category>
219
	</Or>
220
      </Include>
221
    </Menu>
222
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
223
    <Menu>
224
      <_Name>Web Development</_Name>
225
      <Include><And><Category>WebDevelopment</Category></And></Include>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
226
      <SCIcon>applications-internet</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
227
    </Menu>
489 by Michael Vogt
* README:
228
229
  </Menu> <!-- End Development Tools -->
230
231
  <!-- Education -->
232
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
233
    <_Name>Education</_Name>
489 by Michael Vogt
* README:
234
    <Directory>Education.directory</Directory>
235
    <Include>
236
      <And>
237
        <Category>Education</Category>
238
        <Not><Category>Science</Category></Not>
2707 by Michael Vogt
* data/software-center.menu.in:
239
        <Not><Category>X-Publication</Category></Not>
489 by Michael Vogt
* README:
240
      </And>
241
    </Include>
242
  </Menu> <!-- End Education -->
243
244
  <!-- Science -->
245
  <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
246
    <_Name>Science &amp; Engineering</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
247
    <SCIcon>applications-science</SCIcon>
489 by Michael Vogt
* README:
248
    <Include>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
249
      <Or>
489 by Michael Vogt
* README:
250
        <Category>Science</Category>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
251
        <Category>Engineering</Category>
252
      </Or>
489 by Michael Vogt
* README:
253
    </Include>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
254
    <Menu>
255
      <_Name>Astronomy</_Name>
712.1.1 by vish
avoid using monochrome icon in the categories
256
      <SCIcon>applications-astronomy</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
257
      <Include><Category>Astronomy</Category></Include>
258
    </Menu>
259
    <Menu>
260
      <_Name>Biology</_Name>
654.1.1 by Kiwinote
Use the new icons
261
      <SCIcon>applications-biology</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
262
      <Include><Category>Biology</Category></Include>
263
    </Menu>
264
    <Menu>
265
      <_Name>Chemistry</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
266
      <SCIcon>applications-science</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
267
      <Include><Category>Chemistry</Category></Include>
268
    </Menu>
269
    <Menu>
270
      <_Name>Computer Science &amp; Robotics</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
271
      <SCIcon>computer</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
272
      <Include>
273
        <Or>
274
          <Category>ArtificialIntelligence</Category>
275
          <Category>ComputerScience</Category>
276
          <Category>Robotics</Category>
277
        </Or>
278
      </Include>
279
    </Menu>
280
    <Menu>
281
      <_Name>Electronics</_Name>
654.1.1 by Kiwinote
Use the new icons
282
      <SCIcon>applications-electronics</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
283
      <Include><Category>Electronics</Category></Include>
284
    </Menu>
285
    <Menu>
286
      <_Name>Engineering</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
287
      <SCIcon>applications-engineering</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
288
      <Include><Category>Engineering</Category></Include>
289
    </Menu>
290
    <Menu>
291
      <_Name>Geography</_Name>
654.1.1 by Kiwinote
Use the new icons
292
      <SCIcon>applications-geography</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
293
      <Include><Category>Geography</Category></Include>
294
    </Menu>
295
    <Menu>
296
      <_Name>Geology</_Name>
654.1.1 by Kiwinote
Use the new icons
297
      <SCIcon>applications-geology</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
298
      <Include>
299
        <Or><Category>Geology</Category><Category>Geoscience</Category></Or>
300
      </Include>
301
    </Menu>
302
    <Menu>
303
      <_Name>Mathematics</_Name>
654.1.1 by Kiwinote
Use the new icons
304
      <SCIcon>applications-mathematics</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
305
      <Include>
306
        <Or>
307
          <Category>DataVisualization</Category>
308
          <Category>Math</Category>
309
          <Category>NumericalAnalysis</Category>
310
          <SCSection>math</SCSection>
311
          <SCSection>restricted/math</SCSection>
312
          <SCSection>universe/math</SCSection>
313
          <SCSection>multiverse/math</SCSection>
314
          <SCSection>gnu-r</SCSection>
315
          <SCSection>restricted/gnu-r</SCSection>
316
          <SCSection>universe/gnu-r</SCSection>
317
          <SCSection>multiverse/gnu-r</SCSection>
318
        </Or>
319
      </Include>
320
    </Menu>
321
    <Menu>
322
      <_Name>Physics</_Name>
654.1.1 by Kiwinote
Use the new icons
323
      <SCIcon>applications-physics</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
324
      <Include><Category>Physics</Category></Include>
325
    </Menu>
326
  </Menu> <!-- End Science & Engineering -->
489 by Michael Vogt
* README:
327
596 by Michael Vogt
- add "Fonts" section
328
  <!-- Fonts -->
329
  <Menu>
330
    <_Name>Fonts</_Name>
654.1.1 by Kiwinote
Use the new icons
331
    <SCIcon>applications-fonts</SCIcon>
596 by Michael Vogt
- add "Fonts" section
332
    <Include>
915.1.1 by Kiwinote
correct query for fonts category
333
      <And>
334
        <Or>
335
          <SCPkgnameWildcard>ttf*</SCPkgnameWildcard>
336
          <SCPkgnameWildcard>otf*</SCPkgnameWildcard>
337
          <SCSection>fonts</SCSection>
338
          <SCSection>restricted/fonts</SCSection>
339
          <SCSection>universe/fonts</SCSection>
340
          <SCSection>multiverse/fonts</SCSection>
341
        </Or>
342
        <Not>
343
          <SCPkgname>ttfm</SCPkgname>
344
        </Not>
345
      </And>
596 by Michael Vogt
- add "Fonts" section
346
    </Include>
347
  </Menu>
348
489 by Michael Vogt
* README:
349
  <!-- Games -->
350
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
351
    <_Name>Games</_Name>
489 by Michael Vogt
* README:
352
    <Directory>Game.directory</Directory>
353
    <Include>
354
      <And>
355
        <Category>Game</Category>
356
      </And>
357
    </Include>
358
    <!-- Sub-categories for the games -->
359
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
360
      <_Name>Arcade</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
361
      <SCIcon>applications-arcade</SCIcon>
489 by Michael Vogt
* README:
362
      <Include>
363
        <Category>ArcadeGame</Category>
364
      </Include>
365
    </Menu>
366
    <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
367
      <_Name>Board Games</_Name>
654.1.1 by Kiwinote
Use the new icons
368
      <SCIcon>applications-boardgames</SCIcon>
489 by Michael Vogt
* README:
369
      <Include>
370
        <Category>BoardGame</Category>
371
      </Include>
372
    </Menu>
373
    <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
374
      <_Name>Card Games</_Name>
654.1.1 by Kiwinote
Use the new icons
375
      <SCIcon>applications-cardgames</SCIcon>
489 by Michael Vogt
* README:
376
      <Include>
377
        <Category>CardGame</Category>
378
      </Include>
379
    </Menu>
380
    <Menu>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
381
      <_Name>Puzzles</_Name>
654.1.1 by Kiwinote
Use the new icons
382
      <SCIcon>applications-puzzles</SCIcon>
489 by Michael Vogt
* README:
383
      <Include>
384
        <Category>LogicGame</Category>
385
      </Include>
386
    </Menu>
387
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
388
      <_Name>Role Playing</_Name>
654.1.1 by Kiwinote
Use the new icons
389
      <SCIcon>applications-roleplaying</SCIcon>
489 by Michael Vogt
* README:
390
      <Include>
391
        <Category>RolePlaying</Category>
392
      </Include>
393
    </Menu>
394
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
395
      <_Name>Simulation</_Name>
489 by Michael Vogt
* README:
396
      <Directory>SimulationGames.directory</Directory>
654.1.1 by Kiwinote
Use the new icons
397
      <SCIcon>applications-simulation</SCIcon>
489 by Michael Vogt
* README:
398
      <Include>
399
        <Category>Simulation</Category>
400
      </Include>
401
    </Menu>
402
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
403
      <_Name>Sports</_Name>
489 by Michael Vogt
* README:
404
      <Directory>SportsGames.directory</Directory>
654.1.1 by Kiwinote
Use the new icons
405
      <SCIcon>applications-sports</SCIcon>
489 by Michael Vogt
* README:
406
      <Include>
407
        <Category>SportsGame</Category>
408
      </Include>
409
    </Menu>
410
411
  </Menu> <!-- End Games -->
412
413
  <!-- Graphics -->
414
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
415
    <_Name>Graphics</_Name>
489 by Michael Vogt
* README:
416
    <Directory>Graphics.directory</Directory>
417
    <Include>
418
      <And>
419
        <Category>Graphics</Category>
420
      </And>
421
    </Include>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
422
    <Menu>
2210.1.2 by Kiwinote
determine category for on tile
423
      <_Name>3D Graphics</_Name>
654.1.1 by Kiwinote
Use the new icons
424
      <SCIcon>applications-3D</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
425
      <Include><And><Category>3DGraphics</Category></And></Include>
426
    </Menu>
427
    <Menu>
428
      <_Name>Drawing</_Name>
654.1.1 by Kiwinote
Use the new icons
429
      <SCIcon>applications-drawing</SCIcon>
1174.1.7 by Kiwinote
[ Matthew Paul Thomas ]
430
      <Include>
431
        <And>
432
          <Category>VectorGraphics</Category>
433
          <Not><Category>Viewer</Category></Not>
434
        </And>
435
      </Include>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
436
    </Menu>
437
    <Menu>
2989.5.6 by Gary Lasker
* lp:~davmor2/software-center/add-performance:
438
      <_Name>Painting &amp; Editing</_Name>
654.1.1 by Kiwinote
Use the new icons
439
      <SCIcon>applications-painting</SCIcon>
1174.1.7 by Kiwinote
[ Matthew Paul Thomas ]
440
      <Include>
441
        <And>
442
          <Category>RasterGraphics</Category>
443
          <Not><Category>Viewer</Category></Not>
444
          <Not><Category>Scanning</Category></Not>
445
        </And>
446
      </Include>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
447
    </Menu>
448
    <Menu>
449
      <_Name>Photography</_Name>
654.1.1 by Kiwinote
Use the new icons
450
      <SCIcon>applications-photography</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
451
      <Include><And><Category>Photography</Category></And></Include>
452
    </Menu>
453
    <Menu>
454
      <_Name>Publishing</_Name>
654.1.1 by Kiwinote
Use the new icons
455
      <SCIcon>applications-publishing</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
456
      <Include><And><Category>Publishing</Category></And></Include>
457
    </Menu>
458
    <Menu>
459
      <_Name>Scanning &amp; OCR</_Name>
460
      <SCIcon>scanner</SCIcon>
461
      <Include>
462
        <Or>
463
          <Category>Scanning</Category>
464
          <Category>OCR</Category>
465
        </Or>
466
      </Include>
467
    </Menu>
468
    <Menu>
469
      <_Name>Viewers</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
470
      <SCIcon>applications-viewers</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
471
      <Include><And><Category>Viewer</Category></And></Include>
472
    </Menu>
489 by Michael Vogt
* README:
473
  </Menu> <!-- End Graphics -->
474
475
  <!-- Internet -->
476
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
477
    <_Name>Internet</_Name>
489 by Michael Vogt
* README:
478
    <Directory>Network.directory</Directory>
479
    <Include>
480
      <And>
481
        <Category>Network</Category>
482
      </And>
483
    </Include>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
484
    <Menu>
485
      <_Name>Chat</_Name>
654.1.1 by Kiwinote
Use the new icons
486
      <SCIcon>applications-chat</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
487
      <Include><And><Category>InstantMessaging</Category></And></Include>
488
    </Menu>
489
    <Menu>
490
      <_Name>File Sharing</_Name>
654.1.1 by Kiwinote
Use the new icons
491
      <SCIcon>applications-filesharing</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
492
      <Include><And><Category>FileTransfer</Category></And></Include>
493
    </Menu>
494
    <Menu>
495
      <_Name>Mail</_Name>
654.1.1 by Kiwinote
Use the new icons
496
      <SCIcon>applications-mail</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
497
      <Include><And><Category>Email</Category></And></Include>
498
    </Menu>
499
    <Menu>
500
      <_Name>Web Browsers</_Name>
654.1.1 by Kiwinote
Use the new icons
501
      <SCIcon>applications-webbrowsers</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
502
      <Include><And><Category>WebBrowser</Category></And></Include>
503
    </Menu>
489 by Michael Vogt
* README:
504
  </Menu>   <!-- End Internet -->
505
506
  <!-- Multimedia -->
507
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
508
    <_Name>Multimedia</_Name>
489 by Michael Vogt
* README:
509
    <Directory>AudioVideo.directory</Directory>
510
    <Include>
511
      <And>
512
        <Category>AudioVideo</Category>
513
      </And>
514
    </Include>
515
  </Menu>   <!-- End Multimedia -->
516
517
  <!-- Office -->
518
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
519
    <_Name>Office</_Name>
489 by Michael Vogt
* README:
520
    <Directory>Office.directory</Directory>
521
    <Include>
522
      <And>
523
        <Category>Office</Category>
524
      </And>
525
    </Include>
526
  </Menu> <!-- End Office -->
527
609.1.6 by Matthew Paul Thomas
Adds top-level 'Themes & Tweaks' department.
528
  <Menu>
529
    <_Name>Themes &amp; Tweaks</_Name>
530
    <SCIcon>preferences-other</SCIcon>
531
    <Include><Category>Settings</Category></Include>
532
  </Menu>
533
598 by Michael Vogt
remove all sub-sections of "System", its one big list again
534
 <!-- System -->
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
535
  <Menu>
593 by Michael Vogt
* data/software-center.menu.in:
536
    <_Name>System</_Name>
915.1.94 by Kiwinote
* data/software-center.menu.in:
537
    <SCIcon>applications-system</SCIcon>
598 by Michael Vogt
remove all sub-sections of "System", its one big list again
538
    <OnlyUnallocated/>
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
539
    <Include>
540
    </Include>
541
  </Menu> <!-- End Packages -->
542
2596 by Michael Vogt
* data/software-center.menu.in:
543
  <!-- ebooks -->
544
  <Menu>
545
    <_Name>Books &amp; Magazines</_Name>
546
    <SCIcon>application-pdf</SCIcon>
547
    <Include>
548
      <And>
549
        <Category>X-Publication</Category>
550
      </And>
551
    </Include>
552
  </Menu> <!-- End Office -->
553
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
554
</Menu>