From 0e2aa2a3887d008ec6ac39894ed482b49f871eee Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 20 Aug 2019 17:54:20 +0200 Subject: 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 --- mate/24x24/apps/Makefile.am | 60 ++++++++++----------- mate/24x24/apps/accessories-calculator.png | Bin 1126 -> 675 bytes mate/24x24/apps/accessories-character-map.png | Bin 1104 -> 1127 bytes mate/24x24/apps/accessories-dictionary.png | Bin 1309 -> 1357 bytes mate/24x24/apps/accessories-text-editor.png | Bin 1344 -> 1228 bytes mate/24x24/apps/applets-screenshooter.png | Bin 1421 -> 1261 bytes mate/24x24/apps/logviewer.png | Bin 1299 -> 842 bytes mate/24x24/apps/multimedia-volume-control.png | Bin 1195 -> 1114 bytes .../apps/preferences-desktop-accessibility.png | Bin 1567 -> 1505 bytes mate/24x24/apps/preferences-desktop-display.png | Bin 1454 -> 1160 bytes mate/24x24/apps/preferences-desktop-font.png | Bin 1208 -> 1035 bytes .../preferences-desktop-keyboard-shortcuts.png | Bin 1317 -> 915 bytes mate/24x24/apps/preferences-desktop-keyboard.png | Bin 1161 -> 1033 bytes mate/24x24/apps/preferences-desktop-locale.png | Bin 1220 -> 1259 bytes .../apps/preferences-desktop-remote-desktop.png | Bin 1308 -> 969 bytes .../24x24/apps/preferences-desktop-screensaver.png | Bin 1411 -> 1073 bytes mate/24x24/apps/preferences-desktop-theme.png | Bin 1414 -> 1251 bytes mate/24x24/apps/preferences-desktop-wallpaper.png | Bin 1398 -> 1106 bytes .../apps/preferences-system-notifications.png | Bin 1238 -> 1368 bytes mate/24x24/apps/preferences-system-privacy.png | Bin 749 -> 596 bytes mate/24x24/apps/preferences-system-search.png | Bin 1358 -> 1188 bytes mate/24x24/apps/preferences-system-sharing.png | Bin 1407 -> 1092 bytes mate/24x24/apps/preferences-system-windows.png | Bin 793 -> 427 bytes mate/24x24/apps/system-file-manager.png | Bin 1158 -> 1216 bytes mate/24x24/apps/system-software-install.png | Bin 1138 -> 1078 bytes mate/24x24/apps/system-software-update.png | Bin 1450 -> 1289 bytes mate/24x24/apps/system-users.png | Bin 1195 -> 1175 bytes mate/24x24/apps/user-info.png | Bin 1459 -> 1364 bytes mate/24x24/apps/utilities-system-monitor.png | Bin 1082 -> 1182 bytes mate/24x24/apps/utilities-terminal.png | Bin 954 -> 1100 bytes mate/24x24/apps/web-browser.png | Bin 1708 -> 1567 bytes 31 files changed, 30 insertions(+), 30 deletions(-) (limited to 'mate/24x24/apps') diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am index 1b05907..86d783d 100644 --- a/mate/24x24/apps/Makefile.am +++ b/mate/24x24/apps/Makefile.am @@ -35,152 +35,152 @@ png_icons = \ accessories-calculator.png: ../../../src/accessories-calculator.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ accessories-character-map.png: ../../../src/accessories-character-map.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 $@ accessories-dictionary.png: ../../../src/accessories-dictionary.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ accessories-text-editor.png: ../../../src/accessories-text-editor.svg @echo " "$@ - @inkscape -z $^ --export-area=304:151:336:183 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:109:326:133 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ applets-screenshooter.png: ../../../src/applets-screenshooter.svg @echo " "$@ - @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:100:324:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ logviewer.png: ../../../src/logviewer.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 $@ multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:101:325:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -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 $@ preferences-desktop-display.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-desktop-keyboard.png: ../../../src/keyboards.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.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 $@ preferences-desktop-remote-desktop.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:101:1126:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-screensaver.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:401:726:425 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-wallpaper.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:401:1126:425 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334: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 $@ preferences-system-privacy.png: ../../../src/preferences-system-privacy.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 $@ preferences-system-search.png: ../../../src/preferences-system-search.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ system-file-manager.png: ../../../src/cabinets.svg @echo " "$@ - @inkscape -z $^ --export-area=302:143:334:175 -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 $@ system-software-install.png: ../../../src/system-software.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336: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 $@ system-software-update.png: ../../../src/system-software.svg @echo " "$@ - @inkscape -z $^ --export-area=704:142:736:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ utilities-system-monitor.png: ../../../src/terminals.svg @echo " "$@ - @inkscape -z $^ --export-area=702:141:734:173 -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 $@ utilities-terminal.png: ../../../src/terminals.svg @echo " "$@ - @inkscape -z $^ --export-area=302:141:334: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 $@ web-browser.png: ../../../src/web-browser.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325: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/apps/accessories-calculator.png b/mate/24x24/apps/accessories-calculator.png index 84ddd03..0c16673 100644 Binary files a/mate/24x24/apps/accessories-calculator.png and b/mate/24x24/apps/accessories-calculator.png differ diff --git a/mate/24x24/apps/accessories-character-map.png b/mate/24x24/apps/accessories-character-map.png index d05b347..174d49d 100644 Binary files a/mate/24x24/apps/accessories-character-map.png and b/mate/24x24/apps/accessories-character-map.png differ diff --git a/mate/24x24/apps/accessories-dictionary.png b/mate/24x24/apps/accessories-dictionary.png index dfd3c59..4b59d21 100644 Binary files a/mate/24x24/apps/accessories-dictionary.png and b/mate/24x24/apps/accessories-dictionary.png differ diff --git a/mate/24x24/apps/accessories-text-editor.png b/mate/24x24/apps/accessories-text-editor.png index 236b665..c09cc38 100644 Binary files a/mate/24x24/apps/accessories-text-editor.png and b/mate/24x24/apps/accessories-text-editor.png differ diff --git a/mate/24x24/apps/applets-screenshooter.png b/mate/24x24/apps/applets-screenshooter.png index 30dc5d0..f7b141c 100644 Binary files a/mate/24x24/apps/applets-screenshooter.png and b/mate/24x24/apps/applets-screenshooter.png differ diff --git a/mate/24x24/apps/logviewer.png b/mate/24x24/apps/logviewer.png index 2061b0f..c677bdb 100644 Binary files a/mate/24x24/apps/logviewer.png and b/mate/24x24/apps/logviewer.png differ diff --git a/mate/24x24/apps/multimedia-volume-control.png b/mate/24x24/apps/multimedia-volume-control.png index 5ff4f63..8745e3b 100644 Binary files a/mate/24x24/apps/multimedia-volume-control.png and b/mate/24x24/apps/multimedia-volume-control.png differ diff --git a/mate/24x24/apps/preferences-desktop-accessibility.png b/mate/24x24/apps/preferences-desktop-accessibility.png index 7990958..bfc542c 100644 Binary files a/mate/24x24/apps/preferences-desktop-accessibility.png and b/mate/24x24/apps/preferences-desktop-accessibility.png differ diff --git a/mate/24x24/apps/preferences-desktop-display.png b/mate/24x24/apps/preferences-desktop-display.png index 68ffb87..88f0537 100644 Binary files a/mate/24x24/apps/preferences-desktop-display.png and b/mate/24x24/apps/preferences-desktop-display.png differ diff --git a/mate/24x24/apps/preferences-desktop-font.png b/mate/24x24/apps/preferences-desktop-font.png index 6f55c92..3b18d22 100644 Binary files a/mate/24x24/apps/preferences-desktop-font.png and b/mate/24x24/apps/preferences-desktop-font.png differ diff --git a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png index 0b3aab0..1a36a1c 100644 Binary files a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png and b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/mate/24x24/apps/preferences-desktop-keyboard.png b/mate/24x24/apps/preferences-desktop-keyboard.png index 31327cd..3cab46c 100644 Binary files a/mate/24x24/apps/preferences-desktop-keyboard.png and b/mate/24x24/apps/preferences-desktop-keyboard.png differ diff --git a/mate/24x24/apps/preferences-desktop-locale.png b/mate/24x24/apps/preferences-desktop-locale.png index dfe323a..5fd7799 100644 Binary files a/mate/24x24/apps/preferences-desktop-locale.png and b/mate/24x24/apps/preferences-desktop-locale.png differ diff --git a/mate/24x24/apps/preferences-desktop-remote-desktop.png b/mate/24x24/apps/preferences-desktop-remote-desktop.png index 82ca5b1..e149885 100644 Binary files a/mate/24x24/apps/preferences-desktop-remote-desktop.png and b/mate/24x24/apps/preferences-desktop-remote-desktop.png differ diff --git a/mate/24x24/apps/preferences-desktop-screensaver.png b/mate/24x24/apps/preferences-desktop-screensaver.png index 1bcede2..15b4028 100644 Binary files a/mate/24x24/apps/preferences-desktop-screensaver.png and b/mate/24x24/apps/preferences-desktop-screensaver.png differ diff --git a/mate/24x24/apps/preferences-desktop-theme.png b/mate/24x24/apps/preferences-desktop-theme.png index 9f49a99..8fc6777 100644 Binary files a/mate/24x24/apps/preferences-desktop-theme.png and b/mate/24x24/apps/preferences-desktop-theme.png differ diff --git a/mate/24x24/apps/preferences-desktop-wallpaper.png b/mate/24x24/apps/preferences-desktop-wallpaper.png index 4abce08..0dc3fb3 100644 Binary files a/mate/24x24/apps/preferences-desktop-wallpaper.png and b/mate/24x24/apps/preferences-desktop-wallpaper.png differ diff --git a/mate/24x24/apps/preferences-system-notifications.png b/mate/24x24/apps/preferences-system-notifications.png index 5689fe7..5ed3f97 100644 Binary files a/mate/24x24/apps/preferences-system-notifications.png and b/mate/24x24/apps/preferences-system-notifications.png differ diff --git a/mate/24x24/apps/preferences-system-privacy.png b/mate/24x24/apps/preferences-system-privacy.png index 43466b3..267975e 100644 Binary files a/mate/24x24/apps/preferences-system-privacy.png and b/mate/24x24/apps/preferences-system-privacy.png differ diff --git a/mate/24x24/apps/preferences-system-search.png b/mate/24x24/apps/preferences-system-search.png index cc8ec0a..fd7f74a 100644 Binary files a/mate/24x24/apps/preferences-system-search.png and b/mate/24x24/apps/preferences-system-search.png differ diff --git a/mate/24x24/apps/preferences-system-sharing.png b/mate/24x24/apps/preferences-system-sharing.png index 87a5d2c..985512a 100644 Binary files a/mate/24x24/apps/preferences-system-sharing.png and b/mate/24x24/apps/preferences-system-sharing.png differ diff --git a/mate/24x24/apps/preferences-system-windows.png b/mate/24x24/apps/preferences-system-windows.png index d514d60..f0d52ff 100644 Binary files a/mate/24x24/apps/preferences-system-windows.png and b/mate/24x24/apps/preferences-system-windows.png differ diff --git a/mate/24x24/apps/system-file-manager.png b/mate/24x24/apps/system-file-manager.png index 3e6ff1c..7e2d521 100644 Binary files a/mate/24x24/apps/system-file-manager.png and b/mate/24x24/apps/system-file-manager.png differ diff --git a/mate/24x24/apps/system-software-install.png b/mate/24x24/apps/system-software-install.png index cd50e88..6246d69 100644 Binary files a/mate/24x24/apps/system-software-install.png and b/mate/24x24/apps/system-software-install.png differ diff --git a/mate/24x24/apps/system-software-update.png b/mate/24x24/apps/system-software-update.png index 5a77994..0dda978 100644 Binary files a/mate/24x24/apps/system-software-update.png and b/mate/24x24/apps/system-software-update.png differ diff --git a/mate/24x24/apps/system-users.png b/mate/24x24/apps/system-users.png index 5d9723e..4f5a245 100644 Binary files a/mate/24x24/apps/system-users.png and b/mate/24x24/apps/system-users.png differ diff --git a/mate/24x24/apps/user-info.png b/mate/24x24/apps/user-info.png index 5a373f9..34dd019 100644 Binary files a/mate/24x24/apps/user-info.png and b/mate/24x24/apps/user-info.png differ diff --git a/mate/24x24/apps/utilities-system-monitor.png b/mate/24x24/apps/utilities-system-monitor.png index 4691d1b..1835150 100644 Binary files a/mate/24x24/apps/utilities-system-monitor.png and b/mate/24x24/apps/utilities-system-monitor.png differ diff --git a/mate/24x24/apps/utilities-terminal.png b/mate/24x24/apps/utilities-terminal.png index 82925a6..19acc86 100644 Binary files a/mate/24x24/apps/utilities-terminal.png and b/mate/24x24/apps/utilities-terminal.png differ diff --git a/mate/24x24/apps/web-browser.png b/mate/24x24/apps/web-browser.png index d27faa2..b4affe6 100644 Binary files a/mate/24x24/apps/web-browser.png and b/mate/24x24/apps/web-browser.png differ -- cgit v1.2.1