summaryrefslogtreecommitdiffstats
path: root/share/extensions/dia.inx
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /share/extensions/dia.inx
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'share/extensions/dia.inx')
-rw-r--r--share/extensions/dia.inx15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/extensions/dia.inx b/share/extensions/dia.inx
new file mode 100644
index 000000000..3e9fa244c
--- /dev/null
+++ b/share/extensions/dia.inx
@@ -0,0 +1,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>