summaryrefslogtreecommitdiffstats
path: root/share/extensions/cgm_input.inx
blob: 6ce690f329f4f590cf0b7d9bf8e368b7a731fbc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>Computer Graphics Metafile files input</_name>
    <id>org.inkscape.input.cgm</id>
    <dependency type="executable" location="path">uniconv</dependency>
    <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
    <input>
        <extension>.cgm</extension>
        <mimetype>application/x-xcgm</mimetype>
        <_filetypename>Computer Graphics Metafile files (.cgm)</_filetypename>
        <_filetypetooltip>Open Computer Graphics Metafile files</_filetypetooltip>
    </input>
    <script>
        <command reldir="extensions">cdr2svg.sh</command>
    </script>
</inkscape-extension>