Huessenbergnetz / Fuoten

ownCloud / Nextcloud News App client for Sailfish OS
GNU General Public License v3.0
8 stars 5 forks source link

Generate PNGs at build #72

Closed Thaodan closed 2 years ago

Thaodan commented 2 years ago

Currently icons have to be generate separate which taints the build makes it non reproduce-able. If the conversion is done it build time this is solved. If we use SailfishOS to get the python3-cairosvg we can use that to generate the icons at build time (partialy already done in https://github.com/Huessenbergnetz/HBN_SFOS_Components/issues/1)

See here for reference how to generate icons:

Python3-Cairosvg in chum:

buschmann23 commented 2 years ago

Will implement this when switching to CMake.