Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-08 | Upgrade svg source files to Inkscape 0.92.4 | rbuj | 1 | -6/+6 | |
$ inkscape -V Inkscape 0.92.4 (unknown) $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g' $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g' $ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \; | |||||
2019-04-08 | Gen png icons from source - Mate theme | rbuj | 1 | -0/+47 | |
clean & build: make -C mate clean-png-icons make -C mate build-png-icons |