diff options
author | rbuj <[email protected]> | 2019-03-26 17:27:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 18:01:00 +0100 |
commit | c8ac150b8a7aca83fb984eac0b2619b4daf30071 (patch) | |
tree | 20601748ee1d50537a41371fbac453b404dec1b0 /mate/48x48 | |
parent | c236eabf6ac46e88f474578ecdfa5b10556ea1f4 (diff) | |
download | mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.bz2 mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.xz |
Gen png icons from source. Mate: apps, categories & devices
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/48x48')
90 files changed, 539 insertions, 6 deletions
diff --git a/mate/48x48/Makefile.am b/mate/48x48/Makefile.am index 037fc82..b3dafbb 100644 --- a/mate/48x48/Makefile.am +++ b/mate/48x48/Makefile.am @@ -2,8 +2,12 @@ NULL = DIST_SUBDIRS = \ apps \ + categories \ + devices \ $(NULL) SUBDIRS = \ apps \ + categories \ + devices \ $(NULL) diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am index c78ec4f..2cbc37f 100644 --- a/mate/48x48/apps/Makefile.am +++ b/mate/48x48/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=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-character-map.png: ../../../src/accessories-character-map.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-dictionary.png: ../../../src/accessories-dictionary.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-text-editor.png: ../../../src/accessories-text-editor.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:212:345:260 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applets-screenshooter.png: ../../../src/applets-screenshooter.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:203:349:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +logviewer.png: ../../../src/logviewer.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:198:744:246 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-remote-desktop.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-screensaver.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-wallpaper.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:502:1144:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg + @echo " "$@ + @inkscape -z $^ --export-area=295:202:343:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-search.png: ../../../src/preferences-system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-file-manager.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-install.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-update.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:203:744:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-windows.png: ../../../src/preferences-system-windows.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-users.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-info.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:203:744:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + utilities-system-monitor.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ utilities-terminal.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +web-browser.png: ../../../src/web-browser.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -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 apps icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/apps/accessories-calculator.png b/mate/48x48/apps/accessories-calculator.png Binary files differindex fbed3d8..ce67a0c 100644 --- a/mate/48x48/apps/accessories-calculator.png +++ b/mate/48x48/apps/accessories-calculator.png diff --git a/mate/48x48/apps/accessories-character-map.png b/mate/48x48/apps/accessories-character-map.png Binary files differindex 0469e06..40d8583 100644 --- a/mate/48x48/apps/accessories-character-map.png +++ b/mate/48x48/apps/accessories-character-map.png diff --git a/mate/48x48/apps/accessories-dictionary.png b/mate/48x48/apps/accessories-dictionary.png Binary files differindex 2fdb833..f27a2a9 100644 --- a/mate/48x48/apps/accessories-dictionary.png +++ b/mate/48x48/apps/accessories-dictionary.png diff --git a/mate/48x48/apps/accessories-text-editor.png b/mate/48x48/apps/accessories-text-editor.png Binary files differindex 4bf2121..545322a 100644 --- a/mate/48x48/apps/accessories-text-editor.png +++ b/mate/48x48/apps/accessories-text-editor.png diff --git a/mate/48x48/apps/applets-screenshooter.png b/mate/48x48/apps/applets-screenshooter.png Binary files differindex 3afc1d1..549ba12 100644 --- a/mate/48x48/apps/applets-screenshooter.png +++ b/mate/48x48/apps/applets-screenshooter.png diff --git a/mate/48x48/apps/logviewer.png b/mate/48x48/apps/logviewer.png Binary files differindex b128ee3..a32331f 100644 --- a/mate/48x48/apps/logviewer.png +++ b/mate/48x48/apps/logviewer.png diff --git a/mate/48x48/apps/multimedia-volume-control.png b/mate/48x48/apps/multimedia-volume-control.png Binary files differindex 2a4f2b4..7f53c34 100644 --- a/mate/48x48/apps/multimedia-volume-control.png +++ b/mate/48x48/apps/multimedia-volume-control.png diff --git a/mate/48x48/apps/preferences-desktop-accessibility.png b/mate/48x48/apps/preferences-desktop-accessibility.png Binary files differindex 34c0c52..ad6e334 100644 --- a/mate/48x48/apps/preferences-desktop-accessibility.png +++ b/mate/48x48/apps/preferences-desktop-accessibility.png diff --git a/mate/48x48/apps/preferences-desktop-display.png b/mate/48x48/apps/preferences-desktop-display.png Binary files differindex a8427ef..596a21c 100644 --- a/mate/48x48/apps/preferences-desktop-display.png +++ b/mate/48x48/apps/preferences-desktop-display.png diff --git a/mate/48x48/apps/preferences-desktop-font.png b/mate/48x48/apps/preferences-desktop-font.png Binary files differindex 0f2fb49..dc0e136 100644 --- a/mate/48x48/apps/preferences-desktop-font.png +++ b/mate/48x48/apps/preferences-desktop-font.png diff --git a/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png b/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png Binary files differindex f490b5b..c8bc8f0 100644 --- a/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png +++ b/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png diff --git a/mate/48x48/apps/preferences-desktop-keyboard.png b/mate/48x48/apps/preferences-desktop-keyboard.png Binary files differindex c8389fa..5b2008c 100644 --- a/mate/48x48/apps/preferences-desktop-keyboard.png +++ b/mate/48x48/apps/preferences-desktop-keyboard.png diff --git a/mate/48x48/apps/preferences-desktop-locale.png b/mate/48x48/apps/preferences-desktop-locale.png Binary files differindex 9acfd7c..ea4c765 100644 --- a/mate/48x48/apps/preferences-desktop-locale.png +++ b/mate/48x48/apps/preferences-desktop-locale.png diff --git a/mate/48x48/apps/preferences-desktop-remote-desktop.png b/mate/48x48/apps/preferences-desktop-remote-desktop.png Binary files differindex 2bf3131..4c8ae9f 100644 --- a/mate/48x48/apps/preferences-desktop-remote-desktop.png +++ b/mate/48x48/apps/preferences-desktop-remote-desktop.png diff --git a/mate/48x48/apps/preferences-desktop-screensaver.png b/mate/48x48/apps/preferences-desktop-screensaver.png Binary files differindex 8f5bdcb..ff89816 100644 --- a/mate/48x48/apps/preferences-desktop-screensaver.png +++ b/mate/48x48/apps/preferences-desktop-screensaver.png diff --git a/mate/48x48/apps/preferences-desktop-theme.png b/mate/48x48/apps/preferences-desktop-theme.png Binary files differindex ef8472b..6d2790c 100644 --- a/mate/48x48/apps/preferences-desktop-theme.png +++ b/mate/48x48/apps/preferences-desktop-theme.png diff --git a/mate/48x48/apps/preferences-desktop-wallpaper.png b/mate/48x48/apps/preferences-desktop-wallpaper.png Binary files differindex 94ea32f..2fc5178 100644 --- a/mate/48x48/apps/preferences-desktop-wallpaper.png +++ b/mate/48x48/apps/preferences-desktop-wallpaper.png diff --git a/mate/48x48/apps/preferences-system-notifications.png b/mate/48x48/apps/preferences-system-notifications.png Binary files differindex 7d922f3..41d5d52 100644 --- a/mate/48x48/apps/preferences-system-notifications.png +++ b/mate/48x48/apps/preferences-system-notifications.png diff --git a/mate/48x48/apps/preferences-system-privacy.png b/mate/48x48/apps/preferences-system-privacy.png Binary files differindex 53b616c..9e817bf 100644 --- a/mate/48x48/apps/preferences-system-privacy.png +++ b/mate/48x48/apps/preferences-system-privacy.png diff --git a/mate/48x48/apps/preferences-system-search.png b/mate/48x48/apps/preferences-system-search.png Binary files differindex df831c3..b830609 100644 --- a/mate/48x48/apps/preferences-system-search.png +++ b/mate/48x48/apps/preferences-system-search.png diff --git a/mate/48x48/apps/preferences-system-sharing.png b/mate/48x48/apps/preferences-system-sharing.png Binary files differindex 966181e..62c21b8 100644 --- a/mate/48x48/apps/preferences-system-sharing.png +++ b/mate/48x48/apps/preferences-system-sharing.png diff --git a/mate/48x48/apps/preferences-system-windows.png b/mate/48x48/apps/preferences-system-windows.png Binary files differindex 49f75e1..4232b9c 100644 --- a/mate/48x48/apps/preferences-system-windows.png +++ b/mate/48x48/apps/preferences-system-windows.png diff --git a/mate/48x48/apps/system-file-manager.png b/mate/48x48/apps/system-file-manager.png Binary files differindex 6ce94a3..adf6947 100644 --- a/mate/48x48/apps/system-file-manager.png +++ b/mate/48x48/apps/system-file-manager.png diff --git a/mate/48x48/apps/system-software-install.png b/mate/48x48/apps/system-software-install.png Binary files differindex a914043..b3a4724 100644 --- a/mate/48x48/apps/system-software-install.png +++ b/mate/48x48/apps/system-software-install.png diff --git a/mate/48x48/apps/system-software-update.png b/mate/48x48/apps/system-software-update.png Binary files differindex 13e6111..6911c1a 100644 --- a/mate/48x48/apps/system-software-update.png +++ b/mate/48x48/apps/system-software-update.png diff --git a/mate/48x48/apps/system-users.png b/mate/48x48/apps/system-users.png Binary files differindex c357876..e4facc0 100644 --- a/mate/48x48/apps/system-users.png +++ b/mate/48x48/apps/system-users.png diff --git a/mate/48x48/apps/user-info.png b/mate/48x48/apps/user-info.png Binary files differindex 4ffe353..963abad 100644 --- a/mate/48x48/apps/user-info.png +++ b/mate/48x48/apps/user-info.png diff --git a/mate/48x48/apps/utilities-system-monitor.png b/mate/48x48/apps/utilities-system-monitor.png Binary files differindex 67c419a..4aa2b83 100644 --- a/mate/48x48/apps/utilities-system-monitor.png +++ b/mate/48x48/apps/utilities-system-monitor.png diff --git a/mate/48x48/apps/utilities-terminal.png b/mate/48x48/apps/utilities-terminal.png Binary files differindex 309f477..6ac1dd9 100644 --- a/mate/48x48/apps/utilities-terminal.png +++ b/mate/48x48/apps/utilities-terminal.png diff --git a/mate/48x48/apps/web-browser.png b/mate/48x48/apps/web-browser.png Binary files differindex 019e22e..94c42c3 100644 --- a/mate/48x48/apps/web-browser.png +++ b/mate/48x48/apps/web-browser.png diff --git a/mate/48x48/categories/Makefile.am b/mate/48x48/categories/Makefile.am new file mode 100644 index 0000000..d8cac0d --- /dev/null +++ b/mate/48x48/categories/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + applications-accessories.png \ + applications-development.png \ + applications-engineering.png \ + applications-games.png \ + applications-graphics.png \ + applications-internet.png \ + applications-multimedia.png \ + applications-office.png \ + applications-other.png \ + applications-science.png \ + applications-system.png \ + applications-utilities.png \ + preferences-desktop.png \ + preferences-desktop-peripherals.png \ + preferences-desktop-personal.png \ + preferences-other.png \ + preferences-system.png \ + preferences-system-network.png \ + $(NULL) + +applications-accessories.png: ../../../src/applications-accessories.svg + @echo " "$@ + @inkscape -z $^ --export-area=294:200:351:248 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-development.png: ../../../src/applications-development.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:200:344:248 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-engineering.png: ../../../src/applications-engineering.svg + @echo " "$@ + @inkscape -z $^ --export-area=295:202:343:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-games.png: ../../../src/applications-games.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-graphics.png: ../../../src/applications-graphics.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-internet.png: ../../../src/applications-internet.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-multimedia.png: ../../../src/applications-multimedia.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-office.png: ../../../src/applications-office.svg + @echo " "$@ + @inkscape -z $^ --export-area=295:202:343:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-other.png: ../../../src/applications-other.svg + @echo " "$@ + @inkscape -z $^ --export-area=295:202:343:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-science.png: ../../../src/applications-science.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-system.png: ../../../src/applications-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-utilities.png: ../../../src/applications-utilities.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:202:345:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop.png: ../../../src/preferences-desktop.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-peripherals.png: ../../../src/preferences-desktop-peripherals.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-personal.png: ../../../src/preferences-desktop-personal.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-other.png: ../../../src/preferences-other.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system.png: ../../../src/preferences-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-network.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/categories/applications-accessories.png b/mate/48x48/categories/applications-accessories.png Binary files differindex 0734466..2886d95 100644 --- a/mate/48x48/categories/applications-accessories.png +++ b/mate/48x48/categories/applications-accessories.png diff --git a/mate/48x48/categories/applications-development.png b/mate/48x48/categories/applications-development.png Binary files differindex 2ad8284..3bedee7 100644 --- a/mate/48x48/categories/applications-development.png +++ b/mate/48x48/categories/applications-development.png diff --git a/mate/48x48/categories/applications-engineering.png b/mate/48x48/categories/applications-engineering.png Binary files differindex 326c141..7dad929 100644 --- a/mate/48x48/categories/applications-engineering.png +++ b/mate/48x48/categories/applications-engineering.png diff --git a/mate/48x48/categories/applications-games.png b/mate/48x48/categories/applications-games.png Binary files differindex 6691d16..565b25a 100644 --- a/mate/48x48/categories/applications-games.png +++ b/mate/48x48/categories/applications-games.png diff --git a/mate/48x48/categories/applications-graphics.png b/mate/48x48/categories/applications-graphics.png Binary files differindex 1495eea..a03a7cb 100644 --- a/mate/48x48/categories/applications-graphics.png +++ b/mate/48x48/categories/applications-graphics.png diff --git a/mate/48x48/categories/applications-internet.png b/mate/48x48/categories/applications-internet.png Binary files differindex 19baab3..622b150 100644 --- a/mate/48x48/categories/applications-internet.png +++ b/mate/48x48/categories/applications-internet.png diff --git a/mate/48x48/categories/applications-multimedia.png b/mate/48x48/categories/applications-multimedia.png Binary files differindex cdf91d8..2a21c90 100644 --- a/mate/48x48/categories/applications-multimedia.png +++ b/mate/48x48/categories/applications-multimedia.png diff --git a/mate/48x48/categories/applications-office.png b/mate/48x48/categories/applications-office.png Binary files differindex c691cae..15d8a76 100644 --- a/mate/48x48/categories/applications-office.png +++ b/mate/48x48/categories/applications-office.png diff --git a/mate/48x48/categories/applications-other.png b/mate/48x48/categories/applications-other.png Binary files differindex 52e903c..579b32d 100644 --- a/mate/48x48/categories/applications-other.png +++ b/mate/48x48/categories/applications-other.png diff --git a/mate/48x48/categories/applications-science.png b/mate/48x48/categories/applications-science.png Binary files differindex 62d4c37..d8bf54e 100644 --- a/mate/48x48/categories/applications-science.png +++ b/mate/48x48/categories/applications-science.png diff --git a/mate/48x48/categories/applications-system.png b/mate/48x48/categories/applications-system.png Binary files differindex a580c99..b658bba 100644 --- a/mate/48x48/categories/applications-system.png +++ b/mate/48x48/categories/applications-system.png diff --git a/mate/48x48/categories/applications-utilities.png b/mate/48x48/categories/applications-utilities.png Binary files differindex 66665a9..608d20a 100644 --- a/mate/48x48/categories/applications-utilities.png +++ b/mate/48x48/categories/applications-utilities.png diff --git a/mate/48x48/categories/preferences-desktop-peripherals.png b/mate/48x48/categories/preferences-desktop-peripherals.png Binary files differindex e67fbc9..2d755af 100644 --- a/mate/48x48/categories/preferences-desktop-peripherals.png +++ b/mate/48x48/categories/preferences-desktop-peripherals.png diff --git a/mate/48x48/categories/preferences-desktop-personal.png b/mate/48x48/categories/preferences-desktop-personal.png Binary files differindex dd47184..00a65af 100644 --- a/mate/48x48/categories/preferences-desktop-personal.png +++ b/mate/48x48/categories/preferences-desktop-personal.png diff --git a/mate/48x48/categories/preferences-desktop.png b/mate/48x48/categories/preferences-desktop.png Binary files differindex 208c6ef..26ed21b 100644 --- a/mate/48x48/categories/preferences-desktop.png +++ b/mate/48x48/categories/preferences-desktop.png diff --git a/mate/48x48/categories/preferences-other.png b/mate/48x48/categories/preferences-other.png Binary files differindex 313d91c..de3c889 100644 --- a/mate/48x48/categories/preferences-other.png +++ b/mate/48x48/categories/preferences-other.png diff --git a/mate/48x48/categories/preferences-system-network.png b/mate/48x48/categories/preferences-system-network.png Binary files differindex 549e7fa..7283f9c 100644 --- a/mate/48x48/categories/preferences-system-network.png +++ b/mate/48x48/categories/preferences-system-network.png diff --git a/mate/48x48/categories/preferences-system.png b/mate/48x48/categories/preferences-system.png Binary files differindex 5dc6ff1..8400e3e 100644 --- a/mate/48x48/categories/preferences-system.png +++ b/mate/48x48/categories/preferences-system.png diff --git a/mate/48x48/devices/Makefile.am b/mate/48x48/devices/Makefile.am new file mode 100644 index 0000000..08de1a1 --- /dev/null +++ b/mate/48x48/devices/Makefile.am @@ -0,0 +1,239 @@ +NULL = + +png_icons = \ + ac-adapter.png \ + audio-card.png \ + audio-headphones.png \ + audio-headset.png \ + audio-input-microphone.png \ + audio-speakers.png \ + battery.png \ + camera-photo.png \ + camera-video.png \ + camera-web.png \ + computer.png \ + drive-harddisk.png \ + drive-multidisk.png \ + drive-optical.png \ + drive-removable-media.png \ + input-dialpad.png \ + input-gaming.png \ + input-keyboard.png \ + input-mouse.png \ + input-tablet.png \ + input-touchpad.png \ + media-flash.png \ + media-floppy.png \ + media-optical.png \ + media-removable.png \ + media-tape.png \ + multimedia-player.png \ + modem.png \ + network-vpn.png \ + network-wired.png \ + network-wireless.png \ + pda.png \ + phone.png \ + printer.png \ + printer-network.png \ + scanner.png \ + uninterruptible-power-supply.png \ + video-display.png \ + $(NULL) + +ac-adapter.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-card.png: ../../../src/audio-card.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:202:345:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headphones.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:501:344:549 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headset.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-input-microphone.png: ../../../src/audio-input-microphone.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-speakers.png: ../../../src/audio-speakers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:802:344:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-photo.png: ../../../src/camera-photo.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:202:347:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-video.png: ../../../src/camera-video.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-web.png: ../../../src/camera-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-harddisk.png: ../../../src/drive-harddisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-multidisk.png: ../../../src/drive-multidisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:197:345:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-optical.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-removable-media.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-dialpad.png: ../../../src/input-dialpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-gaming.png: ../../../src/input-gaming.svg + @echo " "$@ + @inkscape -z $^ --export-area=336:225:385:273 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-mouse.png: ../../../src/input-mouse.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-tablet.png: ../../../src/input-tablet.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:201:345:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-touchpad.png: ../../../src/input-touchpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-flash.png: ../../../src/media-flash.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-floppy.png: ../../../src/media-floppy.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-optical.png: ../../../src/media-optical.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-removable.png: ../../../src/media-removable.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-tape.png: ../../../src/media-tape.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-player.png: ../../../src/multimedia-player.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +modem.png: ../../../src/modem.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-vpn.png: ../../../src/network-vpn.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wired.png: ../../../src/network-wired.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wireless.png: ../../../src/network-wireless.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +pda.png: ../../../src/pda.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +phone.png: ../../../src/phone.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:497:344:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-network.png: ../../../src/printer-network.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +scanner.png: ../../../src/scanner.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +video-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/devices/ac-adapter.png b/mate/48x48/devices/ac-adapter.png Binary files differindex f74543a..e3e6164 100644 --- a/mate/48x48/devices/ac-adapter.png +++ b/mate/48x48/devices/ac-adapter.png diff --git a/mate/48x48/devices/audio-card.png b/mate/48x48/devices/audio-card.png Binary files differindex 92b4886..51cf266 100644 --- a/mate/48x48/devices/audio-card.png +++ b/mate/48x48/devices/audio-card.png diff --git a/mate/48x48/devices/audio-headphones.png b/mate/48x48/devices/audio-headphones.png Binary files differindex a3594a3..0277609 100644 --- a/mate/48x48/devices/audio-headphones.png +++ b/mate/48x48/devices/audio-headphones.png diff --git a/mate/48x48/devices/audio-headset.png b/mate/48x48/devices/audio-headset.png Binary files differindex 04c7697..f9b2e14 100644 --- a/mate/48x48/devices/audio-headset.png +++ b/mate/48x48/devices/audio-headset.png diff --git a/mate/48x48/devices/audio-input-microphone.png b/mate/48x48/devices/audio-input-microphone.png Binary files differindex 1067157..f14436b 100644 --- a/mate/48x48/devices/audio-input-microphone.png +++ b/mate/48x48/devices/audio-input-microphone.png diff --git a/mate/48x48/devices/audio-speakers.png b/mate/48x48/devices/audio-speakers.png Binary files differindex ccf7ec5..cc5f986 100644 --- a/mate/48x48/devices/audio-speakers.png +++ b/mate/48x48/devices/audio-speakers.png diff --git a/mate/48x48/devices/battery.png b/mate/48x48/devices/battery.png Binary files differindex 45b713e..26e8eef 100644 --- a/mate/48x48/devices/battery.png +++ b/mate/48x48/devices/battery.png diff --git a/mate/48x48/devices/camera-photo.png b/mate/48x48/devices/camera-photo.png Binary files differindex 8585d9c..c2b9db7 100644 --- a/mate/48x48/devices/camera-photo.png +++ b/mate/48x48/devices/camera-photo.png diff --git a/mate/48x48/devices/camera-video.png b/mate/48x48/devices/camera-video.png Binary files differindex c0f8f82..3872cf5 100644 --- a/mate/48x48/devices/camera-video.png +++ b/mate/48x48/devices/camera-video.png diff --git a/mate/48x48/devices/camera-web.png b/mate/48x48/devices/camera-web.png Binary files differindex de5bd7e..0eaefac 100644 --- a/mate/48x48/devices/camera-web.png +++ b/mate/48x48/devices/camera-web.png diff --git a/mate/48x48/devices/computer.png b/mate/48x48/devices/computer.png Binary files differindex bd8337b..bd6b369 100644 --- a/mate/48x48/devices/computer.png +++ b/mate/48x48/devices/computer.png diff --git a/mate/48x48/devices/drive-harddisk.png b/mate/48x48/devices/drive-harddisk.png Binary files differindex 087810c..2d44b5a 100644 --- a/mate/48x48/devices/drive-harddisk.png +++ b/mate/48x48/devices/drive-harddisk.png diff --git a/mate/48x48/devices/drive-multidisk.png b/mate/48x48/devices/drive-multidisk.png Binary files differindex b638db1..b996853 100644 --- a/mate/48x48/devices/drive-multidisk.png +++ b/mate/48x48/devices/drive-multidisk.png diff --git a/mate/48x48/devices/drive-optical.png b/mate/48x48/devices/drive-optical.png Binary files differindex 1d692f4..67c8f3d 100644 --- a/mate/48x48/devices/drive-optical.png +++ b/mate/48x48/devices/drive-optical.png diff --git a/mate/48x48/devices/drive-removable-media.png b/mate/48x48/devices/drive-removable-media.png Binary files differindex cacc022..07a3a45 100644 --- a/mate/48x48/devices/drive-removable-media.png +++ b/mate/48x48/devices/drive-removable-media.png diff --git a/mate/48x48/devices/input-dialpad.png b/mate/48x48/devices/input-dialpad.png Binary files differindex a69ae40..e7fddb5 100644 --- a/mate/48x48/devices/input-dialpad.png +++ b/mate/48x48/devices/input-dialpad.png diff --git a/mate/48x48/devices/input-gaming.png b/mate/48x48/devices/input-gaming.png Binary files differindex f8a6814..435c03d 100644 --- a/mate/48x48/devices/input-gaming.png +++ b/mate/48x48/devices/input-gaming.png diff --git a/mate/48x48/devices/input-keyboard.png b/mate/48x48/devices/input-keyboard.png Binary files differindex e6e01fa..5c3461a 100644 --- a/mate/48x48/devices/input-keyboard.png +++ b/mate/48x48/devices/input-keyboard.png diff --git a/mate/48x48/devices/input-mouse.png b/mate/48x48/devices/input-mouse.png Binary files differindex 6d6247d..53dc6f6 100644 --- a/mate/48x48/devices/input-mouse.png +++ b/mate/48x48/devices/input-mouse.png diff --git a/mate/48x48/devices/input-tablet.png b/mate/48x48/devices/input-tablet.png Binary files differindex 3b3b1aa..75007f2 100644 --- a/mate/48x48/devices/input-tablet.png +++ b/mate/48x48/devices/input-tablet.png diff --git a/mate/48x48/devices/input-touchpad.png b/mate/48x48/devices/input-touchpad.png Binary files differindex 79d42f6..5c135a0 100644 --- a/mate/48x48/devices/input-touchpad.png +++ b/mate/48x48/devices/input-touchpad.png diff --git a/mate/48x48/devices/media-flash.png b/mate/48x48/devices/media-flash.png Binary files differindex 8e625cc..18d3ecc 100644 --- a/mate/48x48/devices/media-flash.png +++ b/mate/48x48/devices/media-flash.png diff --git a/mate/48x48/devices/media-floppy.png b/mate/48x48/devices/media-floppy.png Binary files differindex 8bfd718..d94fbc2 100644 --- a/mate/48x48/devices/media-floppy.png +++ b/mate/48x48/devices/media-floppy.png diff --git a/mate/48x48/devices/media-optical.png b/mate/48x48/devices/media-optical.png Binary files differindex 9c241cd..6ea4cc8 100644 --- a/mate/48x48/devices/media-optical.png +++ b/mate/48x48/devices/media-optical.png diff --git a/mate/48x48/devices/media-removable.png b/mate/48x48/devices/media-removable.png Binary files differindex d137ec3..b68e592 100644 --- a/mate/48x48/devices/media-removable.png +++ b/mate/48x48/devices/media-removable.png diff --git a/mate/48x48/devices/media-tape.png b/mate/48x48/devices/media-tape.png Binary files differindex 98a6629..5025d15 100644 --- a/mate/48x48/devices/media-tape.png +++ b/mate/48x48/devices/media-tape.png diff --git a/mate/48x48/devices/modem.png b/mate/48x48/devices/modem.png Binary files differindex 3d9cb75..46466fa 100644 --- a/mate/48x48/devices/modem.png +++ b/mate/48x48/devices/modem.png diff --git a/mate/48x48/devices/multimedia-player.png b/mate/48x48/devices/multimedia-player.png Binary files differindex 533806c..cf0a474 100644 --- a/mate/48x48/devices/multimedia-player.png +++ b/mate/48x48/devices/multimedia-player.png diff --git a/mate/48x48/devices/network-vpn.png b/mate/48x48/devices/network-vpn.png Binary files differindex bec6d6c..89b4d06 100644 --- a/mate/48x48/devices/network-vpn.png +++ b/mate/48x48/devices/network-vpn.png diff --git a/mate/48x48/devices/network-wired.png b/mate/48x48/devices/network-wired.png Binary files differindex 3016281..8ce5b56 100644 --- a/mate/48x48/devices/network-wired.png +++ b/mate/48x48/devices/network-wired.png diff --git a/mate/48x48/devices/network-wireless.png b/mate/48x48/devices/network-wireless.png Binary files differindex b9f2527..90b398e 100644 --- a/mate/48x48/devices/network-wireless.png +++ b/mate/48x48/devices/network-wireless.png diff --git a/mate/48x48/devices/pda.png b/mate/48x48/devices/pda.png Binary files differindex 2a6554c..c86440b 100644 --- a/mate/48x48/devices/pda.png +++ b/mate/48x48/devices/pda.png diff --git a/mate/48x48/devices/phone.png b/mate/48x48/devices/phone.png Binary files differindex ee01faf..3ee65dd 100644 --- a/mate/48x48/devices/phone.png +++ b/mate/48x48/devices/phone.png diff --git a/mate/48x48/devices/printer-network.png b/mate/48x48/devices/printer-network.png Binary files differindex 836665d..6a48770 100644 --- a/mate/48x48/devices/printer-network.png +++ b/mate/48x48/devices/printer-network.png diff --git a/mate/48x48/devices/printer.png b/mate/48x48/devices/printer.png Binary files differindex bd6ad44..808ada2 100644 --- a/mate/48x48/devices/printer.png +++ b/mate/48x48/devices/printer.png diff --git a/mate/48x48/devices/scanner.png b/mate/48x48/devices/scanner.png Binary files differindex a7e5c18..24e2db4 100644 --- a/mate/48x48/devices/scanner.png +++ b/mate/48x48/devices/scanner.png diff --git a/mate/48x48/devices/uninterruptible-power-supply.png b/mate/48x48/devices/uninterruptible-power-supply.png Binary files differindex 7a6835c..ffb3e67 100644 --- a/mate/48x48/devices/uninterruptible-power-supply.png +++ b/mate/48x48/devices/uninterruptible-power-supply.png diff --git a/mate/48x48/devices/video-display.png b/mate/48x48/devices/video-display.png Binary files differindex c62d9b8..62da4ca 100644 --- a/mate/48x48/devices/video-display.png +++ b/mate/48x48/devices/video-display.png |