Commit pcb.desktop.in template menu file for translation
[geda-pcb/gde.git] / data / pcb.xml.in
blobdd9dee50539523c362625ff724d139995bdd0980
1 <?xml version="1.0" encoding="utf-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/x-pcb-layout">
4 <sub-class-of type="text/plain"/>
5 <_comment>PCB layout</_comment>
6 <glob pattern="*.pcb"/>
7 <magic priority="50">
8 <match value="# release: pcb " type="string" offset="0"/>
9 </magic>
10 </mime-type>
11 <mime-type type="application/x-pcb-footprint">
12 <sub-class-of type="text/plain"/>
13 <_comment>PCB footprint</_comment>
14 <glob pattern="*.fp"/>
15 </mime-type>
16 <mime-type type="application/x-pcb-netlist">
17 <sub-class-of type="text/plain"/>
18 <_comment>PCB netlist</_comment>
19 <glob pattern="*.net"/>
20 </mime-type>
21 <mime-type type="application/x-gerber">
22 <sub-class-of type="text/plain"/>
23 <_comment>Gerber file</_comment>
24 <glob pattern="*.gbr"/>
25 <magic priority="50">
26 <match value="G04" type="string" offset="0"/>
27 </magic>
28 </mime-type>
29 <mime-type type="application/x-excellon">
30 <sub-class-of type="text/plain"/>
31 <_comment>Excellon drill file</_comment>
32 <glob pattern="*.cnc"/>
33 </mime-type>
34 </mime-info>