diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-06-14 04:12:54 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-06-14 04:12:54 +0000 |
| commit | 6bd9f46bfe5e567626239fb8e8d62e00b1021657 (patch) | |
| tree | 9eb5ac260b85930cb16519d814ce83abd9ff7cb4 /share/extensions/eps_input.inx | |
| parent | disable unused pdf-input-cairo (diff) | |
| download | inkscape-6bd9f46bfe5e567626239fb8e8d62e00b1021657.tar.gz inkscape-6bd9f46bfe5e567626239fb8e8d62e00b1021657.zip | |
patch by sas from 227449 with my changes for using ps2pdf instead of pstoedit
(bzr r5924)
Diffstat (limited to 'share/extensions/eps_input.inx')
| -rw-r--r-- | share/extensions/eps_input.inx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/extensions/eps_input.inx b/share/extensions/eps_input.inx index 5529f003b..14f33764d 100644 --- a/share/extensions/eps_input.inx +++ b/share/extensions/eps_input.inx @@ -2,15 +2,18 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <_name>EPS Input</_name> <id>org.inkscape.input.eps</id> - <dependency type="executable">pstoedit</dependency> + <dependency type="extension">org.inkscape.input.pdf</dependency> + <dependency type="executable" location="path">ps2pdf</dependency> + <dependency type="executable" location="extensions">ps2pdf-ext.py</dependency> <input> <extension>.eps</extension> <mimetype>image/x-encapsulated-postscript</mimetype> - <_filetypename>Encapsulated Postscript (*.eps)</_filetypename> - <_filetypetooltip>Encapsulated Postscript</_filetypetooltip> + <_filetypename>Encapsulated PostScript (*.eps)</_filetypename> + <_filetypetooltip>Encapsulated PostScript</_filetypetooltip> <output_extension>org.inkscape.output.eps</output_extension> </input> <script> - <command reldir="path">pstoedit -f plot-svg</command> + <command reldir="extensions" interpreter="python">ps2pdf-ext.py</command> + <helper_extension>org.inkscape.input.pdf</helper_extension> </script> </inkscape-extension> |
