blob: 3e9fa244c19a8756aac53e02dc70709d056e4aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<inkscape-extension>
<_name>Dia Input</_name>
<id>org.inkscape.input.dia</id>
<dependency type="executable" location="extensions" _description="The dia2svg.sh script should be installed with your Inkscape distribution. If you do not have it, there is likely to be something wrong with your Inkscape installation.">dia2svg.sh</dependency>
<dependency type="executable" _description="In order to import Dia files, Dia itself must be installed. You can get Dia at http://www.gnome.org/projects/dia/">dia</dependency>
<input>
<extension>.dia</extension>
<mimetype>application/x-dia</mimetype>
<_filetypename>Dia Diagram (*.dia)</_filetypename>
<_filetypetooltip>A diagram created with the program Dia</_filetypetooltip>
</input>
<script>
<command reldir="extensions">dia2svg.sh</command>
</script>
</inkscape-extension>
|