Partial revert of 1cfff1f624
This reverts icon naming and MIME type to unversioned x-kicad-* files. We will attempt to maintain multiple versions through creative packaging
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
|
Type=Application
|
||||||
Categories=Science;Electronics;
|
Categories=Science;Electronics;
|
||||||
Exec=eeschema %f
|
Exec=eeschema %f
|
||||||
MimeType=application/x-kicad6-schematic;
|
MimeType=application/x-kicad-schematic;
|
||||||
Name=KiCad Schematic Editor (Standalone)
|
Name=KiCad Schematic Editor (Standalone)
|
||||||
GenericName=Schematic Capture Tool
|
GenericName=Schematic Capture Tool
|
||||||
Comment=Standalone schematic editor for KiCad schematics
|
Comment=Standalone schematic editor for KiCad schematics
|
||||||
|
|
|
@ -5,7 +5,7 @@ Icon=kicad
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Science;Electronics;
|
Categories=Science;Electronics;
|
||||||
Exec=kicad %f
|
Exec=kicad %f
|
||||||
MimeType=application/x-kicad6-project;
|
MimeType=application/x-kicad-project;
|
||||||
Name=KiCad
|
Name=KiCad
|
||||||
GenericName=EDA Suite
|
GenericName=EDA Suite
|
||||||
Comment=Suite of tools for schematic design and circuit board layout
|
Comment=Suite of tools for schematic design and circuit board layout
|
||||||
|
|
|
@ -5,7 +5,7 @@ Icon=pcbnew
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Science;Electronics;
|
Categories=Science;Electronics;
|
||||||
Exec=pcbnew %f
|
Exec=pcbnew %f
|
||||||
MimeType=application/x-kicad6-pcb;
|
MimeType=application/x-kicad-pcb;
|
||||||
Name=KiCad PCB Editor (Standalone)
|
Name=KiCad PCB Editor (Standalone)
|
||||||
GenericName=PCB layout editor
|
GenericName=PCB layout editor
|
||||||
Comment=Standalone circuit board editor for KiCad boards
|
Comment=Standalone circuit board editor for KiCad boards
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
<binary>pcb_calculator</binary>
|
<binary>pcb_calculator</binary>
|
||||||
<mediatype>application/x-gerber</mediatype>
|
<mediatype>application/x-gerber</mediatype>
|
||||||
<mediatype>application/x-excellon</mediatype>
|
<mediatype>application/x-excellon</mediatype>
|
||||||
<mediatype>application/x-kicad6-project</mediatype>
|
<mediatype>application/x-kicad-project</mediatype>
|
||||||
<mediatype>application/x-kicad6-schematic</mediatype>
|
<mediatype>application/x-kicad-schematic</mediatype>
|
||||||
<mediatype>application/x-kicad6-pcb</mediatype>
|
<mediatype>application/x-kicad-pcb</mediatype>
|
||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<translation type="gettext">kicad</translation>
|
<translation type="gettext">kicad</translation>
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||||
<mime-type type="application/x-kicad6-project">
|
<mime-type type="application/x-kicad-project">
|
||||||
<sub-class-of type="text/plain"/>
|
<sub-class-of type="text/plain"/>
|
||||||
<comment>KiCad 6 Project</comment>
|
<comment>KiCad Project</comment>
|
||||||
<generic-icon name="application-x-kicad6-project"/>
|
<generic-icon name="application-x-kicad-project"/>
|
||||||
<glob pattern="*.pro" weight="40"/>
|
<glob pattern="*.pro" weight="40"/>
|
||||||
<glob pattern="*.kicad_pro" weight="50"/>
|
<glob pattern="*.kicad_pro" weight="50"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-kicad6-schematic">
|
<mime-type type="application/x-kicad-schematic">
|
||||||
<sub-class-of type="text/plain"/>
|
<sub-class-of type="text/plain"/>
|
||||||
<comment>KiCad 6 Schematic</comment>
|
<comment>KiCad Schematic</comment>
|
||||||
<generic-icon name="application-x-kicad6-schematic"/>
|
<generic-icon name="application-x-kicad-schematic"/>
|
||||||
<glob pattern="*.sch" weight="40"/>
|
<glob pattern="*.sch" weight="40"/>
|
||||||
<glob pattern="*.kicad_sch" weight="50"/>
|
<glob pattern="*.kicad_sch" weight="50"/>
|
||||||
<magic priority="50">
|
<magic priority="50">
|
||||||
|
@ -22,10 +22,10 @@
|
||||||
<match type="string" offset="0" value="EESchema Schematic File"/>
|
<match type="string" offset="0" value="EESchema Schematic File"/>
|
||||||
</magic>
|
</magic>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-kicad6-pcb">
|
<mime-type type="application/x-kicad-pcb">
|
||||||
<sub-class-of type="text/plain"/>
|
<sub-class-of type="text/plain"/>
|
||||||
<comment>KiCad 6 Printed Circuit Board</comment>
|
<comment>KiCad Printed Circuit Board</comment>
|
||||||
<generic-icon name="application-x-kicad6-pcb"/>
|
<generic-icon name="application-x-kicad-pcb"/>
|
||||||
<glob pattern="*.kicad_pcb" weight="50"/>
|
<glob pattern="*.kicad_pcb" weight="50"/>
|
||||||
<magic priority="50">
|
<magic priority="50">
|
||||||
<!--The new board file (.kicad_pcb) header-->
|
<!--The new board file (.kicad_pcb) header-->
|
||||||
|
|