summaryrefslogtreecommitdiff
path: root/svgtopng
Commit message (Collapse)AuthorAgeFilesLines
* Add GitHub action to test for dangling symlinksSimon Steinbeiss2022-04-281-1/+4
| | | | | | Create a 'make test' target that skips the png optimization because that would be a waste of time in CI. Also the pngtheme.sh script now fails if dangling symlinks are detected.
* Improve symbolic icons for ThunarSimon Steinbeiss2019-04-211-2/+2
| | | | | | As Thunar wants 24px symbolic icons for its toolbar we provide them now instead of setting symbolic icons to a fixed size of 16px (which is really against their design).
* Respect the CC variable, if defined.Guido Falsi2019-01-161-1/+1
| | | | On recent FreeBSD versions gcc is not available by default, clang, named cc, being the default system compiler.
* Fix build on CentOS (Fixes #125)v0.13Simon Steinbeiss2018-09-121-0/+1
|
* Make the output of the build scripts more readableSimon Steinbeiss2018-08-281-13/+5
|
* Build with gtk3. Make unknown configure options non-fatal. Remove Makefile ↵Sean Davis2018-08-271-1/+1
| | | | on clean.
* Add Makefiles and svgtopngSean Davis2018-08-273-0/+191