chiark
/
gitweb
/
~sgtatham
/
chroma-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7af730
)
Switch to using convert for the icon.
author
Simon Tatham
<anakin@pobox.com>
Mon, 18 Jan 2021 22:04:55 +0000
(22:04 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Mon, 18 Jan 2021 22:06:31 +0000
(22:06 +0000)
Inkscape's export to PNG has variable command line syntax between
versions, and also wanted an X server while running.
debian/make-debian-icons.py
patch
|
blob
|
history
diff --git
a/debian/make-debian-icons.py
b/debian/make-debian-icons.py
index 935424be51e8fa73a615019b60ea45f08deb3636..780064db200bdd6f7091617c97896794f1e02c83 100755
(executable)
--- a/
debian/make-debian-icons.py
+++ b/
debian/make-debian-icons.py
@@
-16,4
+16,4
@@
for elt in list(root):
tree.write('icon.svg')
-subprocess.check_call(["
inkscape","-e","icon.png","icon.sv
g"])
+subprocess.check_call(["
convert","-background","transparent","icon.svg","icon.pn
g"])