summaryrefslogtreecommitdiff
path: root/mate/22x22/devices/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-08-20 17:54:20 +0200
committerrbuj <[email protected]>2019-08-21 16:42:19 +0200
commit4f18c0da4c9d1640636928b99782dad03f86f61e (patch)
tree8c88e7bcf62e873860b9ff80d88d6bac1e19597d /mate/22x22/devices/Makefile.am
parentdd933f6aaa2359e357bc668df46aea10c8dc5b20 (diff)
downloadmate-icon-theme-4f18c0da4c9d1640636928b99782dad03f86f61e.tar.bz2
mate-icon-theme-4f18c0da4c9d1640636928b99782dad03f86f61e.tar.xz
Upscale 22x22px icons to 24x24px adding 1px to the edges
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
Diffstat (limited to 'mate/22x22/devices/Makefile.am')
0 files changed, 0 insertions, 0 deletions