Update KiCad MIME type to kicad6
This avoids conflict with existing kicad installations. Older version files are preferentially opened by older KiCad installations while new KiCad files get opened by version 6
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 829 B After Width: | Height: | Size: 829 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 954 B After Width: | Height: | Size: 954 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -5,7 +5,7 @@ Icon=eeschema
|
|||
Type=Application
|
||||
Categories=Science;Electronics;
|
||||
Exec=eeschema %f
|
||||
MimeType=application/x-kicad-schematic;
|
||||
MimeType=application/x-kicad6-schematic;
|
||||
Name=KiCad Schematic Editor (Standalone)
|
||||
GenericName=Schematic Capture Tool
|
||||
Comment=Standalone schematic editor for KiCad schematics
|
||||
|
|
|
@ -5,7 +5,7 @@ Icon=kicad
|
|||
Type=Application
|
||||
Categories=Science;Electronics;
|
||||
Exec=kicad %f
|
||||
MimeType=application/x-kicad-project;
|
||||
MimeType=application/x-kicad6-project;
|
||||
Name=KiCad
|
||||
GenericName=EDA Suite
|
||||
Comment=Suite of tools for schematic design and circuit board layout
|
||||
|
|
|
@ -5,7 +5,7 @@ Icon=pcbnew
|
|||
Type=Application
|
||||
Categories=Science;Electronics;
|
||||
Exec=pcbnew %f
|
||||
MimeType=application/x-kicad-pcb;
|
||||
MimeType=application/x-kicad6-pcb;
|
||||
Name=KiCad PCB Editor (Standalone)
|
||||
GenericName=PCB layout editor
|
||||
Comment=Standalone circuit board editor for KiCad boards
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
<binary>pcb_calculator</binary>
|
||||
<mediatype>application/x-gerber</mediatype>
|
||||
<mediatype>application/x-excellon</mediatype>
|
||||
<mediatype>application/x-kicad-project</mediatype>
|
||||
<mediatype>application/x-kicad-schematic</mediatype>
|
||||
<mediatype>application/x-kicad-pcb</mediatype>
|
||||
<mediatype>application/x-kicad6-project</mediatype>
|
||||
<mediatype>application/x-kicad6-schematic</mediatype>
|
||||
<mediatype>application/x-kicad6-pcb</mediatype>
|
||||
</provides>
|
||||
|
||||
<translation type="gettext">kicad</translation>
|
||||
|
@ -76,10 +76,10 @@
|
|||
</screenshots>
|
||||
|
||||
<url type="homepage">https://www.kicad.org/</url>
|
||||
<url type="bugtracker">https://www.kicad.org/help/report-an-issue/</url>
|
||||
<url type="help">https://docs.kicad.org/</url>
|
||||
<url type="bugtracker">https://go.kicad.org/issue</url>
|
||||
<url type="help">https://go.kicad.org/docs/6</url>
|
||||
<url type="donation">https://go.kicad.org/donate</url>
|
||||
<url type="translate">https://hosted.weblate.org/projects/kicad/</url>
|
||||
<url type="translate">https://go.kicad.org/translate</url>
|
||||
|
||||
<update_contact>kicad-developers@lists.launchpad.net</update_contact>
|
||||
<developer_name>The KiCad Developers</developer_name>
|
||||
|
|
|
@ -1,33 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-kicad-project">
|
||||
<mime-type type="application/x-kicad6-project">
|
||||
<sub-class-of type="text/plain"/>
|
||||
<comment>KiCad Project</comment>
|
||||
<generic-icon name="application-x-kicad-project"/>
|
||||
<glob pattern="*.pro" weight="50"/>
|
||||
<comment>KiCad 6 Project</comment>
|
||||
<generic-icon name="application-x-kicad6-project"/>
|
||||
<glob pattern="*.pro" weight="40"/>
|
||||
<glob pattern="*.kicad_pro" weight="50"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-kicad-schematic">
|
||||
<mime-type type="application/x-kicad6-schematic">
|
||||
<sub-class-of type="text/plain"/>
|
||||
<comment>KiCad Schematic</comment>
|
||||
<generic-icon name="application-x-kicad-schematic"/>
|
||||
<glob pattern="*.sch" weight="50"/>
|
||||
<comment>KiCad 6 Schematic</comment>
|
||||
<generic-icon name="application-x-kicad6-schematic"/>
|
||||
<glob pattern="*.sch" weight="40"/>
|
||||
<glob pattern="*.kicad_sch" weight="50"/>
|
||||
<magic priority="50">
|
||||
<!--The new schematic file (.kicad_sch) header-->
|
||||
<match type="string" offset="0" value="(kicad_sch"/>
|
||||
</magic>
|
||||
<magic priority="40">
|
||||
<!--The old schematic file (.sch) header-->
|
||||
<match type="string" offset="0" value="EESchema Schematic File"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-kicad-pcb">
|
||||
<mime-type type="application/x-kicad6-pcb">
|
||||
<sub-class-of type="text/plain"/>
|
||||
<comment>KiCad Printed Circuit Board</comment>
|
||||
<generic-icon name="application-x-kicad-pcb"/>
|
||||
<comment>KiCad 6 Printed Circuit Board</comment>
|
||||
<generic-icon name="application-x-kicad6-pcb"/>
|
||||
<glob pattern="*.kicad_pcb" weight="50"/>
|
||||
<magic priority="50">
|
||||
<!--The new board file (.kicad_pcb) header-->
|
||||
<match type="string" offset="0" value="(kicad_pcb"/>
|
||||
</magic>
|
||||
<magic priority="40">
|
||||
<!--The old board file (.brd) header-->
|
||||
<match type="string" offset="0" value="PCBNEW-BOARD"/>
|
||||
</magic>
|
||||
|
|