diff options
author | rbuj <[email protected]> | 2019-08-20 17:54:20 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-08-21 16:06:25 +0200 |
commit | 0e2aa2a3887d008ec6ac39894ed482b49f871eee (patch) | |
tree | 8a45615a214ff61bc6f54ee102ff14ddd3fa47ff /mate/24x24/emblems | |
parent | 9fb9c47166ee36ba846bd4cc7703e3a6696e4d07 (diff) | |
download | mate-icon-theme-0e2aa2a3887d008ec6ac39894ed482b49f871eee.tar.bz2 mate-icon-theme-0e2aa2a3887d008ec6ac39894ed482b49f871eee.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/24x24/emblems')
19 files changed, 18 insertions, 18 deletions
diff --git a/mate/24x24/emblems/Makefile.am b/mate/24x24/emblems/Makefile.am index 1f63722..9c9156d 100644 --- a/mate/24x24/emblems/Makefile.am +++ b/mate/24x24/emblems/Makefile.am @@ -23,92 +23,92 @@ png_icons = \ emblem-default.png: ../../../src/emblem-default.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-documents.png: ../../../src/emblem-documents.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-downloads.png: ../../../src/emblem-downloads.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-favorite.png: ../../../src/emblem-favorite.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-generic.png: ../../../src/emblem-generic.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-important.png: ../../../src/emblem-important.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-mail.png: ../../../src/emblem-mail.svg @echo " "$@ - @inkscape -z $^ --export-area=303:141:335:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-new.png: ../../../src/emblem-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-package.png: ../../../src/packages.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:101:326:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-photos.png: ../../../src/emblem-photos.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-readonly.png: ../../../src/emblems-fs.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:99:1126:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-shared.png: ../../../src/emblem-shared.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-symbolic-link.png: ../../../src/emblems-fs.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-system.png: ../../../src/emblem-system.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-unreadable.png: ../../../src/emblems-fs.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:99:726:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-urgent.png: ../../../src/emblem-urgent.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-web.png: ../../../src/emblem-web.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ .PHONY: build-png-icons-local clean-png-icons-local diff --git a/mate/24x24/emblems/emblem-default.png b/mate/24x24/emblems/emblem-default.png Binary files differindex 34741b3..e0d8e8d 100644 --- a/mate/24x24/emblems/emblem-default.png +++ b/mate/24x24/emblems/emblem-default.png diff --git a/mate/24x24/emblems/emblem-documents.png b/mate/24x24/emblems/emblem-documents.png Binary files differindex c91d9a2..29cd3b5 100644 --- a/mate/24x24/emblems/emblem-documents.png +++ b/mate/24x24/emblems/emblem-documents.png diff --git a/mate/24x24/emblems/emblem-downloads.png b/mate/24x24/emblems/emblem-downloads.png Binary files differindex 6dda369..94f76d1 100644 --- a/mate/24x24/emblems/emblem-downloads.png +++ b/mate/24x24/emblems/emblem-downloads.png diff --git a/mate/24x24/emblems/emblem-favorite.png b/mate/24x24/emblems/emblem-favorite.png Binary files differindex 61c82d7..8fb08b8 100644 --- a/mate/24x24/emblems/emblem-favorite.png +++ b/mate/24x24/emblems/emblem-favorite.png diff --git a/mate/24x24/emblems/emblem-generic.png b/mate/24x24/emblems/emblem-generic.png Binary files differindex e5eb7d5..9efa38a 100644 --- a/mate/24x24/emblems/emblem-generic.png +++ b/mate/24x24/emblems/emblem-generic.png diff --git a/mate/24x24/emblems/emblem-important.png b/mate/24x24/emblems/emblem-important.png Binary files differindex 8556e39..0675fcd 100644 --- a/mate/24x24/emblems/emblem-important.png +++ b/mate/24x24/emblems/emblem-important.png diff --git a/mate/24x24/emblems/emblem-mail.png b/mate/24x24/emblems/emblem-mail.png Binary files differindex 481b1c9..5c2de14 100644 --- a/mate/24x24/emblems/emblem-mail.png +++ b/mate/24x24/emblems/emblem-mail.png diff --git a/mate/24x24/emblems/emblem-new.png b/mate/24x24/emblems/emblem-new.png Binary files differindex 742a16a..9b4d1c2 100644 --- a/mate/24x24/emblems/emblem-new.png +++ b/mate/24x24/emblems/emblem-new.png diff --git a/mate/24x24/emblems/emblem-package.png b/mate/24x24/emblems/emblem-package.png Binary files differindex 3fca48b..c00bfbb 100644 --- a/mate/24x24/emblems/emblem-package.png +++ b/mate/24x24/emblems/emblem-package.png diff --git a/mate/24x24/emblems/emblem-photos.png b/mate/24x24/emblems/emblem-photos.png Binary files differindex 8be6110..2cf48b7 100644 --- a/mate/24x24/emblems/emblem-photos.png +++ b/mate/24x24/emblems/emblem-photos.png diff --git a/mate/24x24/emblems/emblem-readonly.png b/mate/24x24/emblems/emblem-readonly.png Binary files differindex b9faec5..5252dd2 100644 --- a/mate/24x24/emblems/emblem-readonly.png +++ b/mate/24x24/emblems/emblem-readonly.png diff --git a/mate/24x24/emblems/emblem-shared.png b/mate/24x24/emblems/emblem-shared.png Binary files differindex ae84530..d599e2f 100644 --- a/mate/24x24/emblems/emblem-shared.png +++ b/mate/24x24/emblems/emblem-shared.png diff --git a/mate/24x24/emblems/emblem-symbolic-link.png b/mate/24x24/emblems/emblem-symbolic-link.png Binary files differindex df671c2..252042e 100644 --- a/mate/24x24/emblems/emblem-symbolic-link.png +++ b/mate/24x24/emblems/emblem-symbolic-link.png diff --git a/mate/24x24/emblems/emblem-synchronizing.png b/mate/24x24/emblems/emblem-synchronizing.png Binary files differindex 890d2ed..1c26b7d 100644 --- a/mate/24x24/emblems/emblem-synchronizing.png +++ b/mate/24x24/emblems/emblem-synchronizing.png diff --git a/mate/24x24/emblems/emblem-system.png b/mate/24x24/emblems/emblem-system.png Binary files differindex 20bfe24..aef4981 100644 --- a/mate/24x24/emblems/emblem-system.png +++ b/mate/24x24/emblems/emblem-system.png diff --git a/mate/24x24/emblems/emblem-unreadable.png b/mate/24x24/emblems/emblem-unreadable.png Binary files differindex f1d7697..5885c2f 100644 --- a/mate/24x24/emblems/emblem-unreadable.png +++ b/mate/24x24/emblems/emblem-unreadable.png diff --git a/mate/24x24/emblems/emblem-urgent.png b/mate/24x24/emblems/emblem-urgent.png Binary files differindex 9742823..08bf60c 100644 --- a/mate/24x24/emblems/emblem-urgent.png +++ b/mate/24x24/emblems/emblem-urgent.png diff --git a/mate/24x24/emblems/emblem-web.png b/mate/24x24/emblems/emblem-web.png Binary files differindex 46ffce1..3511766 100644 --- a/mate/24x24/emblems/emblem-web.png +++ b/mate/24x24/emblems/emblem-web.png |