~ubuntu-branches/ubuntu/jaunty/inkscape/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/uniconvertor_bin_name

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning
  • Date: 2008-05-12 01:42:09 UTC
  • Revision ID: james.westby@ubuntu.com-20080512014209-0j3ebber9ae2xi8t
Tags: 0.46-0ubuntu4
* Make use of UniConvertor to r/w additional file formats (LP: #200750).
  - Added recommends for python-uniconvertor.
  - Added patch uniconvertor_binary_name as python-uniconvertor
    uses uniconvertor as binary name instead of uniconv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: inkscape-0.46/share/extensions/cdr2svg.sh
 
2
===================================================================
 
3
--- inkscape-0.46.orig/share/extensions/cdr2svg.sh      2008-05-12 01:38:51.000000000 +0200
 
4
+++ inkscape-0.46/share/extensions/cdr2svg.sh   2008-05-12 01:39:35.000000000 +0200
 
5
@@ -4,7 +4,7 @@
 
6
 TEMPFILENAME=`mktemp 2>/dev/null || echo "$TMPDIR/$$"`
 
7
 TEMPFILENAME=${TEMPFILENAME}.svg
 
8
 
 
9
-uniconv "$1" "${TEMPFILENAME}" > /dev/null 2>&1 || rc=1
 
10
+uniconvertor "$1" "${TEMPFILENAME}" > /dev/null 2>&1 || rc=1
 
11
 
 
12
 cat < "${TEMPFILENAME}" || rc=1
 
13
 rm -f "${TEMPFILENAME}"
 
14
Index: inkscape-0.46/share/extensions/cdr_input.inx
 
15
===================================================================
 
16
--- inkscape-0.46.orig/share/extensions/cdr_input.inx   2008-05-12 01:38:54.000000000 +0200
 
17
+++ inkscape-0.46/share/extensions/cdr_input.inx        2008-05-12 01:39:23.000000000 +0200
 
18
@@ -1,7 +1,7 @@
 
19
 <inkscape-extension>
 
20
     <_name>Corel DRAW Input</_name>
 
21
     <id>org.inkscape.input.cdr</id>
 
22
-    <dependency type="executable" location="path">uniconv</dependency>
 
23
+    <dependency type="executable" location="path">uniconvertor</dependency>
 
24
     <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
 
25
     <input>
 
26
         <extension>.cdr</extension>
 
27
Index: inkscape-0.46/share/extensions/wmf_input.inx
 
28
===================================================================
 
29
--- inkscape-0.46.orig/share/extensions/wmf_input.inx   2008-05-12 01:38:58.000000000 +0200
 
30
+++ inkscape-0.46/share/extensions/wmf_input.inx        2008-05-12 01:39:11.000000000 +0200
 
31
@@ -1,7 +1,7 @@
 
32
 <inkscape-extension>
 
33
     <_name>Windows Metafile Input</_name>
 
34
     <id>org.inkscape.input.wmf</id>
 
35
-    <dependency type="executable" location="path">uniconv</dependency>
 
36
+    <dependency type="executable" location="path">uniconvertor</dependency>
 
37
     <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
 
38
     <input>
 
39
         <extension>.wmf</extension>