repo.or.cz
/
pspp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pspp-convert: Fix Mac OS build by eliminating redundant linking.
[pspp.git]
/
build-aux
/
svg2png
blob
5c41840c5154e1c78387457cd3ed14d42da308be
1
#! /bin/sh
2
3
comment
=
`cat
$2
`
4
gimp
-i -b
"\
5
(let* ((image (car (gimp-file-load 1
\"
$1
\" \"
$1
\"
))))
6
(gimp-image-attach-parasite image (list
\"
gimp-comment
\"
0
\"
$comment
\"
))
7
(gimp-file-save 1 image (car (gimp-image-get-active-drawable image))
8
\"
$3
\" \"
$3
\"
))
9
(gimp-quit 1)"