~ubuntu-branches/ubuntu/precise/inkscape/precise-updates

« back to all changes in this revision

Viewing changes to share/extensions/jessyInk_install.inx

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 
3
  <_name>Install/update</_name>
 
4
  <id>jessyink.install</id>
 
5
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
  <dependency type="executable" location="extensions">jessyInk_install.py</dependency>
 
7
  <dependency type="executable" location="extensions">jessyInk.js</dependency>
 
8
  <param name="tab" type="notebook">
 
9
    <page name="help" _gui-text="Help">
 
10
                        <_param name="help_text" type="description">This extension allows you to install or update the JessyInk script in order to turn your SVG file into a presentation. Please see code.google.com/p/jessyink for more details.</_param>
 
11
    </page>
 
12
        </param>
 
13
  <effect>
 
14
    <object-type>all</object-type>
 
15
      <effects-menu>
 
16
        <submenu _name="JessyInk"/>
 
17
      </effects-menu>
 
18
  </effect>
 
19
  <script>
 
20
    <command reldir="extensions" interpreter="python">jessyInk_install.py</command>
 
21
  </script>
 
22
</inkscape-extension>
 
23