summaryrefslogtreecommitdiff
path: root/mate/256x256/apps
diff options
context:
space:
mode:
Diffstat (limited to 'mate/256x256/apps')
-rw-r--r--mate/256x256/apps/Makefile.am171
-rw-r--r--mate/256x256/apps/accessories-calculator.pngbin36891 -> 43664 bytes
-rw-r--r--mate/256x256/apps/accessories-character-map.pngbin16343 -> 24894 bytes
-rw-r--r--mate/256x256/apps/accessories-dictionary.pngbin45334 -> 49034 bytes
-rw-r--r--mate/256x256/apps/accessories-text-editor.pngbin34900 -> 49804 bytes
-rw-r--r--mate/256x256/apps/applets-screenshooter.pngbin36475 -> 39852 bytes
-rw-r--r--mate/256x256/apps/multimedia-volume-control.pngbin0 -> 38461 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-accessibility.pngbin31782 -> 30730 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-display.pngbin32181 -> 34344 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-font.pngbin17189 -> 27062 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-keyboard-shortcuts.pngbin18774 -> 27902 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-keyboard.pngbin26738 -> 27385 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-locale.pngbin38272 -> 42040 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-remote-desktop.pngbin26843 -> 29366 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-screensaver.pngbin27874 -> 27676 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-theme.pngbin31647 -> 37371 bytes
-rw-r--r--mate/256x256/apps/preferences-desktop-wallpaper.pngbin23523 -> 28842 bytes
-rw-r--r--mate/256x256/apps/preferences-system-notifications.pngbin0 -> 37076 bytes
-rw-r--r--mate/256x256/apps/preferences-system-privacy.pngbin0 -> 17989 bytes
-rw-r--r--mate/256x256/apps/preferences-system-search.pngbin0 -> 16645 bytes
-rw-r--r--mate/256x256/apps/preferences-system-sharing.pngbin0 -> 21808 bytes
-rw-r--r--mate/256x256/apps/system-file-manager.pngbin22468 -> 28025 bytes
-rw-r--r--mate/256x256/apps/system-software-install.pngbin28264 -> 30061 bytes
-rw-r--r--mate/256x256/apps/system-software-update.pngbin35544 -> 37421 bytes
-rw-r--r--mate/256x256/apps/system-users.pngbin39231 -> 26737 bytes
-rw-r--r--mate/256x256/apps/user-info.pngbin30516 -> 31565 bytes
-rw-r--r--mate/256x256/apps/utilities-system-monitor.pngbin29184 -> 28493 bytes
-rw-r--r--mate/256x256/apps/utilities-terminal.pngbin24343 -> 23539 bytes
-rw-r--r--mate/256x256/apps/web-browser.pngbin53300 -> 55130 bytes
29 files changed, 165 insertions, 6 deletions
diff --git a/mate/256x256/apps/Makefile.am b/mate/256x256/apps/Makefile.am
index 59e3d58..f2efc56 100644
--- a/mate/256x256/apps/Makefile.am
+++ b/mate/256x256/apps/Makefile.am
@@ -1,20 +1,179 @@
NULL =
png_icons = \
+ accessories-calculator.png \
+ accessories-character-map.png \
+ accessories-dictionary.png \
+ accessories-text-editor.png \
+ applets-screenshooter.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 \
+ 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=24:11:280:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+accessories-character-map.png: ../../../src/accessories-character-map.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+accessories-dictionary.png: ../../../src/accessories-dictionary.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=24:0:280:256 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+accessories-text-editor.png: ../../../src/accessories-text-editor.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+applets-screenshooter.png: ../../../src/applets-screenshooter.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=20:11:276:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-display.png: ../../../src/displays.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-keyboard.png: ../../../src/keyboards.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=416:11:672:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=16:13:272:269 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-remote-desktop.png: ../../../src/displays.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=822:11:1078:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-screensaver.png: ../../../src/displays.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=422:311:678:567 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-desktop-wallpaper.png: ../../../src/displays.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=822:311:1078:567 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=11:16:267:272 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-system-search.png: ../../../src/preferences-system-search.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:6:278:262 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-file-manager.png: ../../../src/cabinets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=16:22:272:278 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-software-install.png: ../../../src/system-software.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-software-update.png: ../../../src/system-software.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=422:0:678:256 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-users.png: ../../../src/users.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:22:278:278 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+user-info.png: ../../../src/users.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=422:22:678:278 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
utilities-system-monitor.png: ../../../src/terminals.svg
- inkscape -z $^ --export-area=422:0:678:256 -w=256 -h=256 -e=$@
+ @echo " "$@
+ @inkscape -z $^ --export-area=422:0:678:256 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
utilities-terminal.png: ../../../src/terminals.svg
- inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -e=$@
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+web-browser.png: ../../../src/web-browser.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=13:16:269:272 -w=256 -h=256 -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/256x256/apps/accessories-calculator.png b/mate/256x256/apps/accessories-calculator.png
index 2996452..23c003a 100644
--- a/mate/256x256/apps/accessories-calculator.png
+++ b/mate/256x256/apps/accessories-calculator.png
Binary files differ
diff --git a/mate/256x256/apps/accessories-character-map.png b/mate/256x256/apps/accessories-character-map.png
index 39c88c7..b21888f 100644
--- a/mate/256x256/apps/accessories-character-map.png
+++ b/mate/256x256/apps/accessories-character-map.png
Binary files differ
diff --git a/mate/256x256/apps/accessories-dictionary.png b/mate/256x256/apps/accessories-dictionary.png
index 81971c6..38d85d6 100644
--- a/mate/256x256/apps/accessories-dictionary.png
+++ b/mate/256x256/apps/accessories-dictionary.png
Binary files differ
diff --git a/mate/256x256/apps/accessories-text-editor.png b/mate/256x256/apps/accessories-text-editor.png
index 5f355b6..3b26a2c 100644
--- a/mate/256x256/apps/accessories-text-editor.png
+++ b/mate/256x256/apps/accessories-text-editor.png
Binary files differ
diff --git a/mate/256x256/apps/applets-screenshooter.png b/mate/256x256/apps/applets-screenshooter.png
index 469899a..121d418 100644
--- a/mate/256x256/apps/applets-screenshooter.png
+++ b/mate/256x256/apps/applets-screenshooter.png
Binary files differ
diff --git a/mate/256x256/apps/multimedia-volume-control.png b/mate/256x256/apps/multimedia-volume-control.png
new file mode 100644
index 0000000..9610841
--- /dev/null
+++ b/mate/256x256/apps/multimedia-volume-control.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-accessibility.png b/mate/256x256/apps/preferences-desktop-accessibility.png
index b55d5e2..caaa0cd 100644
--- a/mate/256x256/apps/preferences-desktop-accessibility.png
+++ b/mate/256x256/apps/preferences-desktop-accessibility.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-display.png b/mate/256x256/apps/preferences-desktop-display.png
index 7cde661..dcd7327 100644
--- a/mate/256x256/apps/preferences-desktop-display.png
+++ b/mate/256x256/apps/preferences-desktop-display.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-font.png b/mate/256x256/apps/preferences-desktop-font.png
index 7b2298f..50ced81 100644
--- a/mate/256x256/apps/preferences-desktop-font.png
+++ b/mate/256x256/apps/preferences-desktop-font.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png b/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png
index c082493..d0881d5 100644
--- a/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png
+++ b/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-keyboard.png b/mate/256x256/apps/preferences-desktop-keyboard.png
index 33d0f29..6e6070d 100644
--- a/mate/256x256/apps/preferences-desktop-keyboard.png
+++ b/mate/256x256/apps/preferences-desktop-keyboard.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-locale.png b/mate/256x256/apps/preferences-desktop-locale.png
index 1ae2c7e..9214927 100644
--- a/mate/256x256/apps/preferences-desktop-locale.png
+++ b/mate/256x256/apps/preferences-desktop-locale.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-remote-desktop.png b/mate/256x256/apps/preferences-desktop-remote-desktop.png
index 6650dc6..37f65ad 100644
--- a/mate/256x256/apps/preferences-desktop-remote-desktop.png
+++ b/mate/256x256/apps/preferences-desktop-remote-desktop.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-screensaver.png b/mate/256x256/apps/preferences-desktop-screensaver.png
index fa0ae45..0071734 100644
--- a/mate/256x256/apps/preferences-desktop-screensaver.png
+++ b/mate/256x256/apps/preferences-desktop-screensaver.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-theme.png b/mate/256x256/apps/preferences-desktop-theme.png
index 05fbe68..58affa4 100644
--- a/mate/256x256/apps/preferences-desktop-theme.png
+++ b/mate/256x256/apps/preferences-desktop-theme.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-desktop-wallpaper.png b/mate/256x256/apps/preferences-desktop-wallpaper.png
index 6273736..9aaa0eb 100644
--- a/mate/256x256/apps/preferences-desktop-wallpaper.png
+++ b/mate/256x256/apps/preferences-desktop-wallpaper.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-system-notifications.png b/mate/256x256/apps/preferences-system-notifications.png
new file mode 100644
index 0000000..cb6f80f
--- /dev/null
+++ b/mate/256x256/apps/preferences-system-notifications.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-system-privacy.png b/mate/256x256/apps/preferences-system-privacy.png
new file mode 100644
index 0000000..c0c529a
--- /dev/null
+++ b/mate/256x256/apps/preferences-system-privacy.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-system-search.png b/mate/256x256/apps/preferences-system-search.png
new file mode 100644
index 0000000..c6fc24f
--- /dev/null
+++ b/mate/256x256/apps/preferences-system-search.png
Binary files differ
diff --git a/mate/256x256/apps/preferences-system-sharing.png b/mate/256x256/apps/preferences-system-sharing.png
new file mode 100644
index 0000000..898bc59
--- /dev/null
+++ b/mate/256x256/apps/preferences-system-sharing.png
Binary files differ
diff --git a/mate/256x256/apps/system-file-manager.png b/mate/256x256/apps/system-file-manager.png
index 7d52d91..2a45e31 100644
--- a/mate/256x256/apps/system-file-manager.png
+++ b/mate/256x256/apps/system-file-manager.png
Binary files differ
diff --git a/mate/256x256/apps/system-software-install.png b/mate/256x256/apps/system-software-install.png
index 235439f..ba8aef4 100644
--- a/mate/256x256/apps/system-software-install.png
+++ b/mate/256x256/apps/system-software-install.png
Binary files differ
diff --git a/mate/256x256/apps/system-software-update.png b/mate/256x256/apps/system-software-update.png
index 910b0eb..ab28830 100644
--- a/mate/256x256/apps/system-software-update.png
+++ b/mate/256x256/apps/system-software-update.png
Binary files differ
diff --git a/mate/256x256/apps/system-users.png b/mate/256x256/apps/system-users.png
index 312e580..cd5b583 100644
--- a/mate/256x256/apps/system-users.png
+++ b/mate/256x256/apps/system-users.png
Binary files differ
diff --git a/mate/256x256/apps/user-info.png b/mate/256x256/apps/user-info.png
index 3970b92..4c4cff5 100644
--- a/mate/256x256/apps/user-info.png
+++ b/mate/256x256/apps/user-info.png
Binary files differ
diff --git a/mate/256x256/apps/utilities-system-monitor.png b/mate/256x256/apps/utilities-system-monitor.png
index fbeaee5..a1d67ab 100644
--- a/mate/256x256/apps/utilities-system-monitor.png
+++ b/mate/256x256/apps/utilities-system-monitor.png
Binary files differ
diff --git a/mate/256x256/apps/utilities-terminal.png b/mate/256x256/apps/utilities-terminal.png
index 1c53f8c..b95d893 100644
--- a/mate/256x256/apps/utilities-terminal.png
+++ b/mate/256x256/apps/utilities-terminal.png
Binary files differ
diff --git a/mate/256x256/apps/web-browser.png b/mate/256x256/apps/web-browser.png
index fd20ba2..1977d2e 100644
--- a/mate/256x256/apps/web-browser.png
+++ b/mate/256x256/apps/web-browser.png
Binary files differ