/usr/share/mime/packages/pcb.xml is in pcb-common 20110918-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-pcb-layout">
<sub-class-of type="text/plain"/>
<comment>PCB layout</comment>
<comment xml:lang="nl">PCB opmaak</comment>
<comment xml:lang="ru">PCB трассировка</comment>
<glob pattern="*.pcb"/>
<magic priority="50">
<match value="# release: pcb " type="string" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-pcb-footprint">
<sub-class-of type="text/plain"/>
<comment>PCB footprint</comment>
<comment xml:lang="nl">PCB voetafdruk</comment>
<comment xml:lang="ru">PCB посадочное место</comment>
<glob pattern="*.fp"/>
<magic priority="50">
<match value="Element[" type="string" offset="0:20"/>
</magic>
</mime-type>
<mime-type type="application/x-pcb-netlist">
<sub-class-of type="text/plain"/>
<comment>PCB netlist</comment>
<comment xml:lang="nl">PCB netlijst</comment>
<comment xml:lang="ru">PCB список соединений</comment>
<glob pattern="*.net"/>
</mime-type>
<mime-type type="application/x-gerber">
<sub-class-of type="text/plain"/>
<comment>Gerber file</comment>
<comment xml:lang="nl">Gerber bestand</comment>
<comment xml:lang="ru">Gerber-файл</comment>
<glob pattern="*.gbr"/>
<magic priority="50">
<match value="G04" type="string" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-excellon">
<sub-class-of type="text/plain"/>
<comment>Excellon drill file</comment>
<comment xml:lang="nl">Excellon boor bestand</comment>
<comment xml:lang="ru">Файл сверловки Excellon</comment>
<glob pattern="*.cnc"/>
<magic priority="50">
<match value="M48" type="string" offset="0"/>
</magic>
</mime-type>
</mime-info>
|