Changes

Inkscape

981 bytes added, 18:18, 29 September 2011
Added package for 0.48.2 version
[http://www.inkscape.org/ Inkscape] is a vector graphics editor. It is free software.
 
 
== Inkscape 0.48.2 ==
This version has the following problem: the executable reports the wrong version (0.48.1) in its headers. So this version of the package checks for the uninstall presence instead. It also uses an extra variable to handle the part of the file name that is not part of the version. Previous version that extra part was only "-2" and now is "-1-win32". Modify it as needed.
 
<source lang="xml">
<package
id="inkscape"
name="Inkscape"
revision="3" /* Put here any number bigger than previous one */
reboot="false"
priority="50">
 
<variable name="version" value="0.48.2" />
<variable name="extra" value="-1-win32" />
 
<check
type="uninstall"
condition="exists"
path="Inkscape %version%" />
 
<install cmd='"%SOFTWARE%\inkscape\Inkscape-%version%%extra%.exe" /S' />
 
<upgrade cmd='"%SOFTWARE%\inkscape\Inkscape-%version%%extra%.exe" /S' />
 
<remove cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
 
</package>
</source>
 
== Inkscape 0.48 ==
14
edits