Fake 'inkscape' to allow rsvgconvert to be used

Tim Dickson wrote in --

  I figured out the cause of the out-of-tree fontconfig cache
  creation, and (with help from another packager) a fix.
  The problem only occurs when inkscape is installed (which changes the
  target tool that imagemagik uses for converting svg files from
  rsvgconvert to inkscape's svg conversion program.)
This commit is contained in:
Bill Kendrick 2023-06-12 20:35:29 -07:00
parent eb430d0055
commit cf94635713
3 changed files with 20 additions and 1 deletions

View file

@ -131,6 +131,15 @@ https://tuxpaint.org/
local filesystem while generating packages, e.g. for Slackware Linux)
Tim Dickson <dickson.tim@googlemail.com>
* When generating thumbnails for Starters & Templates, create a
"inkscape" shellscript, which simply does "exit 1", and add the
current directory to the beginning of the $PATH variable.
This will prevent ImageMagick's "convert" utility from using
Inkscape, if installed, and fallback to "rsvgconvert".
(When building Slackware packages, it was noticed that FontConfig
was running and generating a cache, which was unexpected.)
Tim Dickson <dickson.tim@googlemail.com>
2023.May.18 (0.9.30)
* Improvements to Stamp tool:
---------------------------