# HG changeset patch # User Guido Berhoerster # Date 1709485872 -3600 # Node ID 1b40603fd1bb2d726f7d9f2e980d0c3cd5e4cdbf # Parent fc5fca9af05f0839896821e72fda66d2bd55f6f8 Update inkscape command line options diff -r fc5fca9af05f -r 1b40603fd1bb Makefile --- a/Makefile Tue Feb 20 16:05:46 2024 +0100 +++ b/Makefile Sun Mar 03 18:11:12 2024 +0100 @@ -73,7 +73,7 @@ define generate-icon-rule $1: $(1:%-$(lastword $(subst -, ,$1))=%.svg) size=$(lastword $(subst -, ,$(basename $1))); \ - $(INKSCAPE) -w $$$${size} -h $$$${size} -e $$@ $$< + $(INKSCAPE) --export-type=png -w $$$${size} -h $$$${size} -o $$@ $$< endef $(foreach icon,$(BITMAP_ICONS),$(eval $(call generate-icon-rule,$(icon))))