New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/48482#issuecomment-1923792083 Comment: > svgz is just gzip-compressed svg, so there's no need to use inkscape: > > ```shell > post_install() { > for f in "${DESTDIR}"/usr/share/icons/hicolor/scalable/actions/*.svgz; do > mv "$f" "${f%z}.gz" > gzip -d "${f%z}.gz" > done > } > ``` > > (also, inkscape should have been in **host**makedepends) Thank you it works