summaryrefslogtreecommitdiff
path: root/mate/24x24/apps/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Upgrade svg source files to Inkscape 0.92.4rbuj1-30/+30
$ 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-09Gen png icons from source - Mate themerbuj1-1/+1
clean & build: make -C mate clean-png-icons make -C mate build-png-icons
2019-03-30Gen png icons from source. Mate: apps, categories & devicesrbuj1-6/+177
clean & build: make -C mate clean-png-icons make -C mate build-png-icons
2019-03-24Update terminal icons for mate themerbuj1-0/+20
icons: apps/utilities-terminal apps/utilities-system-monitor clean & build: make -C mate clean-png-icons make -C mate build-png-icons