summaryrefslogtreecommitdiff
path: root/mate/24x24/actions
AgeCommit message (Collapse)AuthorFilesLines
2019-08-21Upscale 22x22px icons to 24x24px adding 1px to the edgesrbuj109-110/+110
Helper script: dirs=() for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do directory=$(basename $dir) if [ -f "mate/22x22/$directory/Makefile.am" ]; \ then cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am dirs+=($directory) fi done ./autogen.sh for dir in ${dirs[@]}; do make -C mate/24x24/$dir clean-png-icons build-png-icons done Change: - @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null
2019-04-09Upgrade svg source files to Inkscape 0.92.4rbuj1-109/+109
$ 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 themerbuj117-0/+670
clean & build: make -C mate clean-png-icons make -C mate build-png-icons
2015-05-30add missing dnd-multiple iconmate-icon-theme-1.10.1raveit652-0/+1
2015-05-01add open-memu regular icon, update some svg iconsraveit651-0/+0
2015-04-22change help icon + add regular find-locationraveit652-0/+1
2015-04-20some fixesraveit651-0/+0
2015-04-20add missing regular iconsraveit6514-0/+0
2015-04-18some more replacements for symbolic iconsraveit652-2/+0
2015-04-16link some icons to avoid usage of symbolic iconsraveit655-0/+5
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos103-0/+0