summaryrefslogtreecommitdiff
path: root/mate/24x24/apps
diff options
context:
space:
mode:
Diffstat (limited to 'mate/24x24/apps')
-rw-r--r--mate/24x24/apps/Makefile.am183
-rw-r--r--mate/24x24/apps/accessories-calculator.pngbin820 -> 1126 bytes
-rw-r--r--mate/24x24/apps/accessories-character-map.pngbin1057 -> 1104 bytes
-rw-r--r--mate/24x24/apps/accessories-dictionary.pngbin1306 -> 1309 bytes
-rw-r--r--mate/24x24/apps/accessories-text-editor.pngbin1308 -> 1344 bytes
-rw-r--r--mate/24x24/apps/applets-screenshooter.pngbin1335 -> 1421 bytes
-rw-r--r--mate/24x24/apps/logviewer.pngbin1034 -> 1299 bytes
-rw-r--r--mate/24x24/apps/multimedia-volume-control.pngbin1156 -> 1195 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-accessibility.pngbin1646 -> 1567 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-display.pngbin1287 -> 1454 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-font.pngbin1053 -> 1208 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-keyboard-shortcuts.pngbin881 -> 1317 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-keyboard.pngbin1195 -> 1161 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-locale.pngbin1380 -> 1220 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-remote-desktop.pngbin1096 -> 1308 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-screensaver.pngbin1211 -> 1411 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-theme.pngbin1414 -> 1414 bytes
-rw-r--r--mate/24x24/apps/preferences-desktop-wallpaper.pngbin1245 -> 1398 bytes
-rw-r--r--mate/24x24/apps/preferences-system-notifications.pngbin0 -> 1238 bytes
-rw-r--r--mate/24x24/apps/preferences-system-privacy.pngbin1203 -> 749 bytes
-rw-r--r--mate/24x24/apps/preferences-system-search.pngbin0 -> 1358 bytes
-rw-r--r--mate/24x24/apps/preferences-system-sharing.pngbin0 -> 1407 bytes
-rw-r--r--mate/24x24/apps/preferences-system-windows.pngbin596 -> 793 bytes
-rw-r--r--mate/24x24/apps/system-file-manager.pngbin1128 -> 1158 bytes
-rw-r--r--mate/24x24/apps/system-software-install.pngbin1362 -> 1138 bytes
-rw-r--r--mate/24x24/apps/system-software-update.pngbin1503 -> 1450 bytes
-rw-r--r--mate/24x24/apps/system-users.pngbin1280 -> 1381 bytes
-rw-r--r--mate/24x24/apps/user-info.pngbin1475 -> 1459 bytes
-rw-r--r--mate/24x24/apps/utilities-system-monitor.pngbin1228 -> 1082 bytes
-rw-r--r--mate/24x24/apps/utilities-terminal.pngbin1140 -> 954 bytes
-rw-r--r--mate/24x24/apps/web-browser.pngbin1724 -> 1708 bytes
31 files changed, 177 insertions, 6 deletions
diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am
index f1c7cbb..e0b2e1e 100644
--- a/mate/24x24/apps/Makefile.am
+++ b/mate/24x24/apps/Makefile.am
@@ -1,20 +1,191 @@
NULL =
png_icons = \
+ accessories-calculator.png \
+ accessories-character-map.png \
+ accessories-dictionary.png \
+ accessories-text-editor.png \
+ applets-screenshooter.png \
+ logviewer.png \
+ multimedia-volume-control.png \
+ preferences-desktop-accessibility.png \
+ preferences-desktop-display.png \
+ preferences-desktop-font.png \
+ preferences-desktop-keyboard.png \
+ preferences-desktop-keyboard-shortcuts.png \
+ preferences-desktop-locale.png \
+ preferences-desktop-remote-desktop.png \
+ preferences-desktop-screensaver.png \
+ preferences-desktop-wallpaper.png \
+ preferences-desktop-theme.png \
+ preferences-system-notifications.png \
+ preferences-system-privacy.png \
+ preferences-system-search.png \
+ preferences-system-sharing.png \
+ preferences-system-windows.png \
+ system-file-manager.png \
+ system-software-install.png \
+ system-software-update.png \
+ system-users.png \
+ user-info.png \
utilities-system-monitor.png \
utilities-terminal.png \
+ web-browser.png \
$(NULL)
+accessories-calculator.png: ../../../src/accessories-calculator.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-users.png: ../../../src/users.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
utilities-system-monitor.png: ../../../src/terminals.svg
- inkscape -z $^ --export-area=696:202:744:250 -w=24 -h=24 -e=$@
+ @echo " "$@
+ @inkscape -z $^ --export-area=702:141:734:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
utilities-terminal.png: ../../../src/terminals.svg
- inkscape -z $^ --export-area=296:202:344:250 -w=24 -h=24 -e=$@
+ @echo " "$@
+ @inkscape -z $^ --export-area=302:141:334:173 -w=24 -h=24 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
-.PHONY: build-icons-local clean-icons-local
+.PHONY: build-png-icons-local clean-png-icons-local
build-png-icons-local: $(png_icons)
- @echo Building icons...
clean-png-icons-local:
- @echo Cleaning icons...
- rm -f $(png_icons)
+ @echo " Cleaning icons..."
+ @rm -f $(png_icons)
diff --git a/mate/24x24/apps/accessories-calculator.png b/mate/24x24/apps/accessories-calculator.png
index d6fb1ff..84ddd03 100644
--- a/mate/24x24/apps/accessories-calculator.png
+++ b/mate/24x24/apps/accessories-calculator.png
Binary files differ
diff --git a/mate/24x24/apps/accessories-character-map.png b/mate/24x24/apps/accessories-character-map.png
index 26433bd..d05b347 100644
--- a/mate/24x24/apps/accessories-character-map.png
+++ b/mate/24x24/apps/accessories-character-map.png
Binary files differ
diff --git a/mate/24x24/apps/accessories-dictionary.png b/mate/24x24/apps/accessories-dictionary.png
index 4d02e5d..dfd3c59 100644
--- a/mate/24x24/apps/accessories-dictionary.png
+++ b/mate/24x24/apps/accessories-dictionary.png
Binary files differ
diff --git a/mate/24x24/apps/accessories-text-editor.png b/mate/24x24/apps/accessories-text-editor.png
index b28943f..236b665 100644
--- a/mate/24x24/apps/accessories-text-editor.png
+++ b/mate/24x24/apps/accessories-text-editor.png
Binary files differ
diff --git a/mate/24x24/apps/applets-screenshooter.png b/mate/24x24/apps/applets-screenshooter.png
index 6b73da1..30dc5d0 100644
--- a/mate/24x24/apps/applets-screenshooter.png
+++ b/mate/24x24/apps/applets-screenshooter.png
Binary files differ
diff --git a/mate/24x24/apps/logviewer.png b/mate/24x24/apps/logviewer.png
index 46c8ba6..2061b0f 100644
--- a/mate/24x24/apps/logviewer.png
+++ b/mate/24x24/apps/logviewer.png
Binary files differ
diff --git a/mate/24x24/apps/multimedia-volume-control.png b/mate/24x24/apps/multimedia-volume-control.png
index d232fbe..5ff4f63 100644
--- a/mate/24x24/apps/multimedia-volume-control.png
+++ b/mate/24x24/apps/multimedia-volume-control.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-accessibility.png b/mate/24x24/apps/preferences-desktop-accessibility.png
index 8536641..7990958 100644
--- a/mate/24x24/apps/preferences-desktop-accessibility.png
+++ b/mate/24x24/apps/preferences-desktop-accessibility.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-display.png b/mate/24x24/apps/preferences-desktop-display.png
index 21a43d6..68ffb87 100644
--- a/mate/24x24/apps/preferences-desktop-display.png
+++ b/mate/24x24/apps/preferences-desktop-display.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-font.png b/mate/24x24/apps/preferences-desktop-font.png
index 8b19c53..6f55c92 100644
--- a/mate/24x24/apps/preferences-desktop-font.png
+++ b/mate/24x24/apps/preferences-desktop-font.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png
index 839353a..0b3aab0 100644
--- a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png
+++ b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-keyboard.png b/mate/24x24/apps/preferences-desktop-keyboard.png
index 953fdbb..31327cd 100644
--- a/mate/24x24/apps/preferences-desktop-keyboard.png
+++ b/mate/24x24/apps/preferences-desktop-keyboard.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-locale.png b/mate/24x24/apps/preferences-desktop-locale.png
index 47e3517..dfe323a 100644
--- a/mate/24x24/apps/preferences-desktop-locale.png
+++ b/mate/24x24/apps/preferences-desktop-locale.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-remote-desktop.png b/mate/24x24/apps/preferences-desktop-remote-desktop.png
index 4f3d73e..82ca5b1 100644
--- a/mate/24x24/apps/preferences-desktop-remote-desktop.png
+++ b/mate/24x24/apps/preferences-desktop-remote-desktop.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-screensaver.png b/mate/24x24/apps/preferences-desktop-screensaver.png
index 4c6909a..1bcede2 100644
--- a/mate/24x24/apps/preferences-desktop-screensaver.png
+++ b/mate/24x24/apps/preferences-desktop-screensaver.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-theme.png b/mate/24x24/apps/preferences-desktop-theme.png
index 4b105d0..9f49a99 100644
--- a/mate/24x24/apps/preferences-desktop-theme.png
+++ b/mate/24x24/apps/preferences-desktop-theme.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-desktop-wallpaper.png b/mate/24x24/apps/preferences-desktop-wallpaper.png
index 242ab91..4abce08 100644
--- a/mate/24x24/apps/preferences-desktop-wallpaper.png
+++ b/mate/24x24/apps/preferences-desktop-wallpaper.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-system-notifications.png b/mate/24x24/apps/preferences-system-notifications.png
new file mode 100644
index 0000000..5689fe7
--- /dev/null
+++ b/mate/24x24/apps/preferences-system-notifications.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-system-privacy.png b/mate/24x24/apps/preferences-system-privacy.png
index ca97491..43466b3 100644
--- a/mate/24x24/apps/preferences-system-privacy.png
+++ b/mate/24x24/apps/preferences-system-privacy.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-system-search.png b/mate/24x24/apps/preferences-system-search.png
new file mode 100644
index 0000000..cc8ec0a
--- /dev/null
+++ b/mate/24x24/apps/preferences-system-search.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-system-sharing.png b/mate/24x24/apps/preferences-system-sharing.png
new file mode 100644
index 0000000..87a5d2c
--- /dev/null
+++ b/mate/24x24/apps/preferences-system-sharing.png
Binary files differ
diff --git a/mate/24x24/apps/preferences-system-windows.png b/mate/24x24/apps/preferences-system-windows.png
index 77d4f76..d514d60 100644
--- a/mate/24x24/apps/preferences-system-windows.png
+++ b/mate/24x24/apps/preferences-system-windows.png
Binary files differ
diff --git a/mate/24x24/apps/system-file-manager.png b/mate/24x24/apps/system-file-manager.png
index 4b677f6..3e6ff1c 100644
--- a/mate/24x24/apps/system-file-manager.png
+++ b/mate/24x24/apps/system-file-manager.png
Binary files differ
diff --git a/mate/24x24/apps/system-software-install.png b/mate/24x24/apps/system-software-install.png
index 3bd301a..cd50e88 100644
--- a/mate/24x24/apps/system-software-install.png
+++ b/mate/24x24/apps/system-software-install.png
Binary files differ
diff --git a/mate/24x24/apps/system-software-update.png b/mate/24x24/apps/system-software-update.png
index dfaa009..5a77994 100644
--- a/mate/24x24/apps/system-software-update.png
+++ b/mate/24x24/apps/system-software-update.png
Binary files differ
diff --git a/mate/24x24/apps/system-users.png b/mate/24x24/apps/system-users.png
index ef74d1e..25ab365 100644
--- a/mate/24x24/apps/system-users.png
+++ b/mate/24x24/apps/system-users.png
Binary files differ
diff --git a/mate/24x24/apps/user-info.png b/mate/24x24/apps/user-info.png
index 745e0f1..5a373f9 100644
--- a/mate/24x24/apps/user-info.png
+++ b/mate/24x24/apps/user-info.png
Binary files differ
diff --git a/mate/24x24/apps/utilities-system-monitor.png b/mate/24x24/apps/utilities-system-monitor.png
index e778402..4691d1b 100644
--- a/mate/24x24/apps/utilities-system-monitor.png
+++ b/mate/24x24/apps/utilities-system-monitor.png
Binary files differ
diff --git a/mate/24x24/apps/utilities-terminal.png b/mate/24x24/apps/utilities-terminal.png
index 7ff88be..82925a6 100644
--- a/mate/24x24/apps/utilities-terminal.png
+++ b/mate/24x24/apps/utilities-terminal.png
Binary files differ
diff --git a/mate/24x24/apps/web-browser.png b/mate/24x24/apps/web-browser.png
index 64794ca..d27faa2 100644
--- a/mate/24x24/apps/web-browser.png
+++ b/mate/24x24/apps/web-browser.png
Binary files differ