summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e9bab32)
raw | patch | inline | side by side (parent: e9bab32)
| author | prokoudine <prokoudine@users.sourceforge.net> | |
| Fri, 29 Feb 2008 06:31:11 +0000 (06:31 +0000) | ||
| committer | prokoudine <prokoudine@users.sourceforge.net> | |
| Fri, 29 Feb 2008 06:31:11 +0000 (06:31 +0000) |
| share/extensions/wmf_input.inx | patch | blob | history |
index 99b234896be35905ae2fcf9e5d0921a7a4f5a104..f004f16173ebe422c88e4eb99fd1e68509099bcf 100644 (file)
<inkscape-extension>
<_name>Windows Metafile Input</_name>
<id>org.inkscape.input.wmf</id>
- <dependency type="executable">wmf2svg</dependency>
+ <dependency type="executable" location="path">uniconv</dependency>
+ <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
<input>
<extension>.wmf</extension>
<mimetype>application/x-wmf</mimetype>
<_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
</input>
<script>
- <command reldir="path">wmf2svg</command>
+ <command reldir="extensions">cdr2svg.sh</command>
</script>
</inkscape-extension>