~gary-lasker/software-center/launcher-integration-for-p

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>
239
      </And>
240
    </Include>
241
  </Menu> <!-- End Education -->
242
243
  <!-- Science -->
244
  <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
245
    <_Name>Science &amp; Engineering</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
246
    <SCIcon>applications-science</SCIcon>
489 by Michael Vogt
* README:
247
    <Include>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
248
      <Or>
489 by Michael Vogt
* README:
249
        <Category>Science</Category>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
250
        <Category>Engineering</Category>
251
      </Or>
489 by Michael Vogt
* README:
252
    </Include>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
253
    <Menu>
254
      <_Name>Astronomy</_Name>
712.1.1 by vish
avoid using monochrome icon in the categories
255
      <SCIcon>applications-astronomy</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
256
      <Include><Category>Astronomy</Category></Include>
257
    </Menu>
258
    <Menu>
259
      <_Name>Biology</_Name>
654.1.1 by Kiwinote
Use the new icons
260
      <SCIcon>applications-biology</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
261
      <Include><Category>Biology</Category></Include>
262
    </Menu>
263
    <Menu>
264
      <_Name>Chemistry</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
265
      <SCIcon>applications-science</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
266
      <Include><Category>Chemistry</Category></Include>
267
    </Menu>
268
    <Menu>
269
      <_Name>Computer Science &amp; Robotics</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
270
      <SCIcon>computer</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
271
      <Include>
272
        <Or>
273
          <Category>ArtificialIntelligence</Category>
274
          <Category>ComputerScience</Category>
275
          <Category>Robotics</Category>
276
        </Or>
277
      </Include>
278
    </Menu>
279
    <Menu>
280
      <_Name>Electronics</_Name>
654.1.1 by Kiwinote
Use the new icons
281
      <SCIcon>applications-electronics</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
282
      <Include><Category>Electronics</Category></Include>
283
    </Menu>
284
    <Menu>
285
      <_Name>Engineering</_Name>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
286
      <SCIcon>applications-engineering</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
287
      <Include><Category>Engineering</Category></Include>
288
    </Menu>
289
    <Menu>
290
      <_Name>Geography</_Name>
654.1.1 by Kiwinote
Use the new icons
291
      <SCIcon>applications-geography</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
292
      <Include><Category>Geography</Category></Include>
293
    </Menu>
294
    <Menu>
295
      <_Name>Geology</_Name>
654.1.1 by Kiwinote
Use the new icons
296
      <SCIcon>applications-geology</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
297
      <Include>
298
        <Or><Category>Geology</Category><Category>Geoscience</Category></Or>
299
      </Include>
300
    </Menu>
301
    <Menu>
302
      <_Name>Mathematics</_Name>
654.1.1 by Kiwinote
Use the new icons
303
      <SCIcon>applications-mathematics</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
304
      <Include>
305
        <Or>
306
          <Category>DataVisualization</Category>
307
          <Category>Math</Category>
308
          <Category>NumericalAnalysis</Category>
309
          <SCSection>math</SCSection>
310
          <SCSection>restricted/math</SCSection>
311
          <SCSection>universe/math</SCSection>
312
          <SCSection>multiverse/math</SCSection>
313
          <SCSection>gnu-r</SCSection>
314
          <SCSection>restricted/gnu-r</SCSection>
315
          <SCSection>universe/gnu-r</SCSection>
316
          <SCSection>multiverse/gnu-r</SCSection>
317
        </Or>
318
      </Include>
319
    </Menu>
320
    <Menu>
321
      <_Name>Physics</_Name>
654.1.1 by Kiwinote
Use the new icons
322
      <SCIcon>applications-physics</SCIcon>
609.1.3 by Matthew Paul Thomas
Adds subsections for 'Science & Engineering'.
323
      <Include><Category>Physics</Category></Include>
324
    </Menu>
325
  </Menu> <!-- End Science & Engineering -->
489 by Michael Vogt
* README:
326
596 by Michael Vogt
- add "Fonts" section
327
  <!-- Fonts -->
328
  <Menu>
329
    <_Name>Fonts</_Name>
654.1.1 by Kiwinote
Use the new icons
330
    <SCIcon>applications-fonts</SCIcon>
596 by Michael Vogt
- add "Fonts" section
331
    <Include>
915.1.1 by Kiwinote
correct query for fonts category
332
      <And>
333
        <Or>
334
          <SCPkgnameWildcard>ttf*</SCPkgnameWildcard>
335
          <SCPkgnameWildcard>otf*</SCPkgnameWildcard>
336
          <SCSection>fonts</SCSection>
337
          <SCSection>restricted/fonts</SCSection>
338
          <SCSection>universe/fonts</SCSection>
339
          <SCSection>multiverse/fonts</SCSection>
340
        </Or>
341
        <Not>
342
          <SCPkgname>ttfm</SCPkgname>
343
        </Not>
344
      </And>
596 by Michael Vogt
- add "Fonts" section
345
    </Include>
346
  </Menu>
347
489 by Michael Vogt
* README:
348
  <!-- Games -->
349
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
350
    <_Name>Games</_Name>
489 by Michael Vogt
* README:
351
    <Directory>Game.directory</Directory>
352
    <Include>
353
      <And>
354
        <Category>Game</Category>
355
      </And>
356
    </Include>
357
    <!-- Sub-categories for the games -->
358
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
359
      <_Name>Arcade</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
360
      <SCIcon>applications-arcade</SCIcon>
489 by Michael Vogt
* README:
361
      <Include>
362
        <Category>ArcadeGame</Category>
363
      </Include>
364
    </Menu>
365
    <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
366
      <_Name>Board Games</_Name>
654.1.1 by Kiwinote
Use the new icons
367
      <SCIcon>applications-boardgames</SCIcon>
489 by Michael Vogt
* README:
368
      <Include>
369
        <Category>BoardGame</Category>
370
      </Include>
371
    </Menu>
372
    <Menu>
609.1.1 by Matthew Paul Thomas
Renames various departments and subsections, and removes 'Interpreters' and 'Blocks' subsections.
373
      <_Name>Card Games</_Name>
654.1.1 by Kiwinote
Use the new icons
374
      <SCIcon>applications-cardgames</SCIcon>
489 by Michael Vogt
* README:
375
      <Include>
376
        <Category>CardGame</Category>
377
      </Include>
378
    </Menu>
379
    <Menu>
609.1.4 by Matthew Paul Thomas
Adds subsection icons where available. Removes vague subsections from 'Games'.
380
      <_Name>Puzzles</_Name>
654.1.1 by Kiwinote
Use the new icons
381
      <SCIcon>applications-puzzles</SCIcon>
489 by Michael Vogt
* README:
382
      <Include>
383
        <Category>LogicGame</Category>
384
      </Include>
385
    </Menu>
386
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
387
      <_Name>Role Playing</_Name>
654.1.1 by Kiwinote
Use the new icons
388
      <SCIcon>applications-roleplaying</SCIcon>
489 by Michael Vogt
* README:
389
      <Include>
390
        <Category>RolePlaying</Category>
391
      </Include>
392
    </Menu>
393
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
394
      <_Name>Simulation</_Name>
489 by Michael Vogt
* README:
395
      <Directory>SimulationGames.directory</Directory>
654.1.1 by Kiwinote
Use the new icons
396
      <SCIcon>applications-simulation</SCIcon>
489 by Michael Vogt
* README:
397
      <Include>
398
        <Category>Simulation</Category>
399
      </Include>
400
    </Menu>
401
    <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
402
      <_Name>Sports</_Name>
489 by Michael Vogt
* README:
403
      <Directory>SportsGames.directory</Directory>
654.1.1 by Kiwinote
Use the new icons
404
      <SCIcon>applications-sports</SCIcon>
489 by Michael Vogt
* README:
405
      <Include>
406
        <Category>SportsGame</Category>
407
      </Include>
408
    </Menu>
409
410
  </Menu> <!-- End Games -->
411
412
  <!-- Graphics -->
413
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
414
    <_Name>Graphics</_Name>
489 by Michael Vogt
* README:
415
    <Directory>Graphics.directory</Directory>
416
    <Include>
417
      <And>
418
        <Category>Graphics</Category>
419
      </And>
420
    </Include>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
421
    <Menu>
2210.1.2 by Kiwinote
determine category for on tile
422
      <_Name>3D Graphics</_Name>
654.1.1 by Kiwinote
Use the new icons
423
      <SCIcon>applications-3D</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
424
      <Include><And><Category>3DGraphics</Category></And></Include>
425
    </Menu>
426
    <Menu>
427
      <_Name>Drawing</_Name>
654.1.1 by Kiwinote
Use the new icons
428
      <SCIcon>applications-drawing</SCIcon>
1174.1.7 by Kiwinote
[ Matthew Paul Thomas ]
429
      <Include>
430
        <And>
431
          <Category>VectorGraphics</Category>
432
          <Not><Category>Viewer</Category></Not>
433
        </And>
434
      </Include>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
435
    </Menu>
436
    <Menu>
437
      <_Name>Painting &amp; Editing</_Name>
654.1.1 by Kiwinote
Use the new icons
438
      <SCIcon>applications-painting</SCIcon>
1174.1.7 by Kiwinote
[ Matthew Paul Thomas ]
439
      <Include>
440
        <And>
441
          <Category>RasterGraphics</Category>
442
          <Not><Category>Viewer</Category></Not>
443
          <Not><Category>Scanning</Category></Not>
444
        </And>
445
      </Include>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
446
    </Menu>
447
    <Menu>
448
      <_Name>Photography</_Name>
654.1.1 by Kiwinote
Use the new icons
449
      <SCIcon>applications-photography</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
450
      <Include><And><Category>Photography</Category></And></Include>
451
    </Menu>
452
    <Menu>
453
      <_Name>Publishing</_Name>
654.1.1 by Kiwinote
Use the new icons
454
      <SCIcon>applications-publishing</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
455
      <Include><And><Category>Publishing</Category></And></Include>
456
    </Menu>
457
    <Menu>
458
      <_Name>Scanning &amp; OCR</_Name>
459
      <SCIcon>scanner</SCIcon>
460
      <Include>
461
        <Or>
462
          <Category>Scanning</Category>
463
          <Category>OCR</Category>
464
        </Or>
465
      </Include>
466
    </Menu>
467
    <Menu>
468
      <_Name>Viewers</_Name>
1158 by Michael Vogt
* data/software-center.menu.in:
469
      <SCIcon>applications-viewers</SCIcon>
609.1.5 by Matthew Paul Thomas
Adds subsections for the 'Graphics' department.
470
      <Include><And><Category>Viewer</Category></And></Include>
471
    </Menu>
489 by Michael Vogt
* README:
472
  </Menu> <!-- End Graphics -->
473
474
  <!-- Internet -->
475
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
476
    <_Name>Internet</_Name>
489 by Michael Vogt
* README:
477
    <Directory>Network.directory</Directory>
478
    <Include>
479
      <And>
480
        <Category>Network</Category>
481
      </And>
482
    </Include>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
483
    <Menu>
484
      <_Name>Chat</_Name>
654.1.1 by Kiwinote
Use the new icons
485
      <SCIcon>applications-chat</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
486
      <Include><And><Category>InstantMessaging</Category></And></Include>
487
    </Menu>
488
    <Menu>
489
      <_Name>File Sharing</_Name>
654.1.1 by Kiwinote
Use the new icons
490
      <SCIcon>applications-filesharing</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
491
      <Include><And><Category>FileTransfer</Category></And></Include>
492
    </Menu>
493
    <Menu>
494
      <_Name>Mail</_Name>
654.1.1 by Kiwinote
Use the new icons
495
      <SCIcon>applications-mail</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
496
      <Include><And><Category>Email</Category></And></Include>
497
    </Menu>
498
    <Menu>
499
      <_Name>Web Browsers</_Name>
654.1.1 by Kiwinote
Use the new icons
500
      <SCIcon>applications-webbrowsers</SCIcon>
609.1.2 by Matthew Paul Thomas
Adds subsections for 'Internet', and 'Developer Tools' > 'Web Development'.
501
      <Include><And><Category>WebBrowser</Category></And></Include>
502
    </Menu>
489 by Michael Vogt
* README:
503
  </Menu>   <!-- End Internet -->
504
505
  <!-- Multimedia -->
506
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
507
    <_Name>Multimedia</_Name>
489 by Michael Vogt
* README:
508
    <Directory>AudioVideo.directory</Directory>
509
    <Include>
510
      <And>
511
        <Category>AudioVideo</Category>
512
      </And>
513
    </Include>
514
  </Menu>   <!-- End Multimedia -->
515
516
  <!-- Office -->
517
  <Menu>
566 by Michael Vogt
* data/software-center.menu.in:
518
    <_Name>Office</_Name>
489 by Michael Vogt
* README:
519
    <Directory>Office.directory</Directory>
520
    <Include>
521
      <And>
522
        <Category>Office</Category>
523
      </And>
524
    </Include>
525
  </Menu> <!-- End Office -->
526
609.1.6 by Matthew Paul Thomas
Adds top-level 'Themes & Tweaks' department.
527
  <Menu>
528
    <_Name>Themes &amp; Tweaks</_Name>
529
    <SCIcon>preferences-other</SCIcon>
530
    <Include><Category>Settings</Category></Include>
531
  </Menu>
532
598 by Michael Vogt
remove all sub-sections of "System", its one big list again
533
 <!-- System -->
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
534
  <Menu>
593 by Michael Vogt
* data/software-center.menu.in:
535
    <_Name>System</_Name>
915.1.94 by Kiwinote
* data/software-center.menu.in:
536
    <SCIcon>applications-system</SCIcon>
598 by Michael Vogt
remove all sub-sections of "System", its one big list again
537
    <OnlyUnallocated/>
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
538
    <Include>
539
    </Include>
540
  </Menu> <!-- End Packages -->
541
542
</Menu>