Inkscape plugin missing dependency to yocto_css.py

Bug #427309 reported by Stephen Turner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scour
Fix Released
Undecided
Unassigned

Bug Description

scour 0.20 command line package has yocto_css.py in it. However the latest inkscape plugin is missing that dependency.

The fix should be:

1) Include "yocto_css.py" in the latest inkscape zip.
2) Change "scour.inx" to:

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension>
    <_name>Scoured SVG Output</_name>
    <id>org.inkscape.output.scour</id>
    <dependency type="executable" location="extensions">scour.py</dependency>
    <dependency type="executable" location="extensions">svg_regex.py</dependency>
    <dependency type="executable" location="extensions">yocto_css.py</dependency> <!-- INCLUDE YOCTO_CSS.PY HERE -->
    <output>
        <extension>.svg</extension>
        <mimetype>image/svg+xml</mimetype>
        <_filetypename>Scoured SVG (*.svg)</_filetypename>
        <_filetypetooltip>Scalable Vector Graphics</_filetypetooltip>
    </output>
    <script>
        <command reldir="extensions" interpreter="python">scour.inkscape.py</command>
    </script>
</inkscape-extension>

codedread (codedread)
Changed in scour:
status: New → Confirmed
Revision history for this message
codedread (codedread) wrote :

Thanks! Fixed in scour itself as r143. I also updated the scour extension included with Inkscape 0.47 to scour 0.20. This is in Inkscape's repository as r22212.

Changed in scour:
status: Confirmed → Fix Committed
codedread (codedread)
Changed in scour:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.