From c8ac150b8a7aca83fb984eac0b2619b4daf30071 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Mar 2019 17:27:58 +0100 Subject: Gen png icons from source. Mate: apps, categories & devices clean & build: make -C mate clean-png-icons make -C mate build-png-icons --- mate/32x32/categories/Makefile.am | 119 +++++++++++++++++++++ mate/32x32/categories/applications-accessories.png | Bin 2292 -> 2211 bytes mate/32x32/categories/applications-development.png | Bin 1159 -> 1209 bytes mate/32x32/categories/applications-engineering.png | Bin 1392 -> 1531 bytes mate/32x32/categories/applications-games.png | Bin 1357 -> 1267 bytes mate/32x32/categories/applications-graphics.png | Bin 2532 -> 2456 bytes mate/32x32/categories/applications-internet.png | Bin 2654 -> 2520 bytes mate/32x32/categories/applications-multimedia.png | Bin 1692 -> 1857 bytes mate/32x32/categories/applications-office.png | Bin 2064 -> 1990 bytes mate/32x32/categories/applications-other.png | Bin 1898 -> 1832 bytes mate/32x32/categories/applications-science.png | Bin 2566 -> 2467 bytes mate/32x32/categories/applications-system.png | Bin 2308 -> 2509 bytes mate/32x32/categories/applications-utilities.png | Bin 2245 -> 2481 bytes .../categories/preferences-desktop-peripherals.png | Bin 1837 -> 1904 bytes .../categories/preferences-desktop-personal.png | Bin 1579 -> 1630 bytes mate/32x32/categories/preferences-desktop.png | Bin 1390 -> 1393 bytes mate/32x32/categories/preferences-other.png | Bin 2354 -> 2301 bytes .../categories/preferences-system-network.png | Bin 2220 -> 1533 bytes mate/32x32/categories/preferences-system.png | Bin 2138 -> 2370 bytes 19 files changed, 119 insertions(+) create mode 100644 mate/32x32/categories/Makefile.am (limited to 'mate/32x32/categories') diff --git a/mate/32x32/categories/Makefile.am b/mate/32x32/categories/Makefile.am new file mode 100644 index 0000000..ee1ec90 --- /dev/null +++ b/mate/32x32/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=302:140:334:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-development.png: ../../../src/applications-development.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-engineering.png: ../../../src/applications-engineering.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:142:336:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-games.png: ../../../src/applications-games.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-graphics.png: ../../../src/applications-graphics.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-internet.png: ../../../src/applications-internet.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-multimedia.png: ../../../src/applications-multimedia.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-office.png: ../../../src/applications-office.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:142:334:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-other.png: ../../../src/applications-other.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-science.png: ../../../src/applications-science.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-system.png: ../../../src/applications-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-utilities.png: ../../../src/applications-utilities.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop.png: ../../../src/preferences-desktop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-peripherals.png: ../../../src/preferences-desktop-peripherals.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-personal.png: ../../../src/preferences-desktop-personal.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-other.png: ../../../src/preferences-other.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system.png: ../../../src/preferences-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-network.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:142:334:174 -w=32 -h=32 -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/32x32/categories/applications-accessories.png b/mate/32x32/categories/applications-accessories.png index d77ea92..ac0c424 100644 Binary files a/mate/32x32/categories/applications-accessories.png and b/mate/32x32/categories/applications-accessories.png differ diff --git a/mate/32x32/categories/applications-development.png b/mate/32x32/categories/applications-development.png index c5d77c0..7f54d93 100644 Binary files a/mate/32x32/categories/applications-development.png and b/mate/32x32/categories/applications-development.png differ diff --git a/mate/32x32/categories/applications-engineering.png b/mate/32x32/categories/applications-engineering.png index 050ccef..79acf55 100644 Binary files a/mate/32x32/categories/applications-engineering.png and b/mate/32x32/categories/applications-engineering.png differ diff --git a/mate/32x32/categories/applications-games.png b/mate/32x32/categories/applications-games.png index 06abec7..24536da 100644 Binary files a/mate/32x32/categories/applications-games.png and b/mate/32x32/categories/applications-games.png differ diff --git a/mate/32x32/categories/applications-graphics.png b/mate/32x32/categories/applications-graphics.png index f74f540..71ccd72 100644 Binary files a/mate/32x32/categories/applications-graphics.png and b/mate/32x32/categories/applications-graphics.png differ diff --git a/mate/32x32/categories/applications-internet.png b/mate/32x32/categories/applications-internet.png index cc989b6..1855750 100644 Binary files a/mate/32x32/categories/applications-internet.png and b/mate/32x32/categories/applications-internet.png differ diff --git a/mate/32x32/categories/applications-multimedia.png b/mate/32x32/categories/applications-multimedia.png index f21cff0..c834cfb 100644 Binary files a/mate/32x32/categories/applications-multimedia.png and b/mate/32x32/categories/applications-multimedia.png differ diff --git a/mate/32x32/categories/applications-office.png b/mate/32x32/categories/applications-office.png index 9287851..41d5430 100644 Binary files a/mate/32x32/categories/applications-office.png and b/mate/32x32/categories/applications-office.png differ diff --git a/mate/32x32/categories/applications-other.png b/mate/32x32/categories/applications-other.png index 729eb0f..60de66d 100644 Binary files a/mate/32x32/categories/applications-other.png and b/mate/32x32/categories/applications-other.png differ diff --git a/mate/32x32/categories/applications-science.png b/mate/32x32/categories/applications-science.png index 2958f3e..3977556 100644 Binary files a/mate/32x32/categories/applications-science.png and b/mate/32x32/categories/applications-science.png differ diff --git a/mate/32x32/categories/applications-system.png b/mate/32x32/categories/applications-system.png index 371c19b..039a0c6 100644 Binary files a/mate/32x32/categories/applications-system.png and b/mate/32x32/categories/applications-system.png differ diff --git a/mate/32x32/categories/applications-utilities.png b/mate/32x32/categories/applications-utilities.png index e3d5ac5..767e111 100644 Binary files a/mate/32x32/categories/applications-utilities.png and b/mate/32x32/categories/applications-utilities.png differ diff --git a/mate/32x32/categories/preferences-desktop-peripherals.png b/mate/32x32/categories/preferences-desktop-peripherals.png index a37b5d6..4bf32ee 100644 Binary files a/mate/32x32/categories/preferences-desktop-peripherals.png and b/mate/32x32/categories/preferences-desktop-peripherals.png differ diff --git a/mate/32x32/categories/preferences-desktop-personal.png b/mate/32x32/categories/preferences-desktop-personal.png index 6b2e05a..277e865 100644 Binary files a/mate/32x32/categories/preferences-desktop-personal.png and b/mate/32x32/categories/preferences-desktop-personal.png differ diff --git a/mate/32x32/categories/preferences-desktop.png b/mate/32x32/categories/preferences-desktop.png index f59417b..c011220 100644 Binary files a/mate/32x32/categories/preferences-desktop.png and b/mate/32x32/categories/preferences-desktop.png differ diff --git a/mate/32x32/categories/preferences-other.png b/mate/32x32/categories/preferences-other.png index 2f61e3b..a598444 100644 Binary files a/mate/32x32/categories/preferences-other.png and b/mate/32x32/categories/preferences-other.png differ diff --git a/mate/32x32/categories/preferences-system-network.png b/mate/32x32/categories/preferences-system-network.png index fbc89a1..3cdbc80 100644 Binary files a/mate/32x32/categories/preferences-system-network.png and b/mate/32x32/categories/preferences-system-network.png differ diff --git a/mate/32x32/categories/preferences-system.png b/mate/32x32/categories/preferences-system.png index 2f09ef3..a0ba0d1 100644 Binary files a/mate/32x32/categories/preferences-system.png and b/mate/32x32/categories/preferences-system.png differ -- cgit v1.2.1