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/22x22/categories/Makefile.am | 119 +++++++++++++++++++++ mate/22x22/categories/applications-accessories.png | Bin 1570 -> 1488 bytes mate/22x22/categories/applications-development.png | Bin 938 -> 915 bytes mate/22x22/categories/applications-engineering.png | Bin 973 -> 901 bytes mate/22x22/categories/applications-games.png | Bin 801 -> 753 bytes mate/22x22/categories/applications-graphics.png | Bin 1539 -> 1484 bytes mate/22x22/categories/applications-internet.png | Bin 1676 -> 1498 bytes mate/22x22/categories/applications-multimedia.png | Bin 940 -> 868 bytes mate/22x22/categories/applications-office.png | Bin 1194 -> 1358 bytes mate/22x22/categories/applications-other.png | Bin 1253 -> 1168 bytes mate/22x22/categories/applications-science.png | Bin 1403 -> 1311 bytes mate/22x22/categories/applications-system.png | Bin 1523 -> 1445 bytes mate/22x22/categories/applications-utilities.png | Bin 1341 -> 1363 bytes .../categories/preferences-desktop-peripherals.png | Bin 753 -> 682 bytes .../categories/preferences-desktop-personal.png | Bin 922 -> 849 bytes mate/22x22/categories/preferences-desktop.png | Bin 704 -> 685 bytes mate/22x22/categories/preferences-other.png | Bin 1212 -> 1133 bytes .../categories/preferences-system-network.png | Bin 1342 -> 1049 bytes mate/22x22/categories/preferences-system.png | Bin 1419 -> 1416 bytes 19 files changed, 119 insertions(+) create mode 100644 mate/22x22/categories/Makefile.am (limited to 'mate/22x22/categories') diff --git a/mate/22x22/categories/Makefile.am b/mate/22x22/categories/Makefile.am new file mode 100644 index 0000000..3f624f2 --- /dev/null +++ b/mate/22x22/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=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-development.png: ../../../src/applications-development.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-engineering.png: ../../../src/applications-engineering.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-games.png: ../../../src/applications-games.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:102:324:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-graphics.png: ../../../src/applications-graphics.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-internet.png: ../../../src/applications-internet.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-multimedia.png: ../../../src/applications-multimedia.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-office.png: ../../../src/applications-office.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:101:324:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-other.png: ../../../src/applications-other.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-science.png: ../../../src/applications-science.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-system.png: ../../../src/applications-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-utilities.png: ../../../src/applications-utilities.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop.png: ../../../src/preferences-desktop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-peripherals.png: ../../../src/preferences-desktop-peripherals.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-personal.png: ../../../src/preferences-desktop-personal.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-other.png: ../../../src/preferences-other.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system.png: ../../../src/preferences-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-network.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -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/22x22/categories/applications-accessories.png b/mate/22x22/categories/applications-accessories.png index 7a1ffb9..5ec3d58 100644 Binary files a/mate/22x22/categories/applications-accessories.png and b/mate/22x22/categories/applications-accessories.png differ diff --git a/mate/22x22/categories/applications-development.png b/mate/22x22/categories/applications-development.png index 5b8af27..6c83ee5 100644 Binary files a/mate/22x22/categories/applications-development.png and b/mate/22x22/categories/applications-development.png differ diff --git a/mate/22x22/categories/applications-engineering.png b/mate/22x22/categories/applications-engineering.png index 2232db7..dafb467 100644 Binary files a/mate/22x22/categories/applications-engineering.png and b/mate/22x22/categories/applications-engineering.png differ diff --git a/mate/22x22/categories/applications-games.png b/mate/22x22/categories/applications-games.png index f9f15da..e33379b 100644 Binary files a/mate/22x22/categories/applications-games.png and b/mate/22x22/categories/applications-games.png differ diff --git a/mate/22x22/categories/applications-graphics.png b/mate/22x22/categories/applications-graphics.png index a603500..5f32470 100644 Binary files a/mate/22x22/categories/applications-graphics.png and b/mate/22x22/categories/applications-graphics.png differ diff --git a/mate/22x22/categories/applications-internet.png b/mate/22x22/categories/applications-internet.png index 4e9c906..7386473 100644 Binary files a/mate/22x22/categories/applications-internet.png and b/mate/22x22/categories/applications-internet.png differ diff --git a/mate/22x22/categories/applications-multimedia.png b/mate/22x22/categories/applications-multimedia.png index cab916e..9d17b58 100644 Binary files a/mate/22x22/categories/applications-multimedia.png and b/mate/22x22/categories/applications-multimedia.png differ diff --git a/mate/22x22/categories/applications-office.png b/mate/22x22/categories/applications-office.png index daa5c19..c5bb4a1 100644 Binary files a/mate/22x22/categories/applications-office.png and b/mate/22x22/categories/applications-office.png differ diff --git a/mate/22x22/categories/applications-other.png b/mate/22x22/categories/applications-other.png index 02e3b1d..7336ae2 100644 Binary files a/mate/22x22/categories/applications-other.png and b/mate/22x22/categories/applications-other.png differ diff --git a/mate/22x22/categories/applications-science.png b/mate/22x22/categories/applications-science.png index b63c4f4..bba4de8 100644 Binary files a/mate/22x22/categories/applications-science.png and b/mate/22x22/categories/applications-science.png differ diff --git a/mate/22x22/categories/applications-system.png b/mate/22x22/categories/applications-system.png index 64c8efb..5075f2f 100644 Binary files a/mate/22x22/categories/applications-system.png and b/mate/22x22/categories/applications-system.png differ diff --git a/mate/22x22/categories/applications-utilities.png b/mate/22x22/categories/applications-utilities.png index bbccad0..df36873 100644 Binary files a/mate/22x22/categories/applications-utilities.png and b/mate/22x22/categories/applications-utilities.png differ diff --git a/mate/22x22/categories/preferences-desktop-peripherals.png b/mate/22x22/categories/preferences-desktop-peripherals.png index 858eedc..38fda55 100644 Binary files a/mate/22x22/categories/preferences-desktop-peripherals.png and b/mate/22x22/categories/preferences-desktop-peripherals.png differ diff --git a/mate/22x22/categories/preferences-desktop-personal.png b/mate/22x22/categories/preferences-desktop-personal.png index 80bc2b0..fb57ba1 100644 Binary files a/mate/22x22/categories/preferences-desktop-personal.png and b/mate/22x22/categories/preferences-desktop-personal.png differ diff --git a/mate/22x22/categories/preferences-desktop.png b/mate/22x22/categories/preferences-desktop.png index 8405843..8065a77 100644 Binary files a/mate/22x22/categories/preferences-desktop.png and b/mate/22x22/categories/preferences-desktop.png differ diff --git a/mate/22x22/categories/preferences-other.png b/mate/22x22/categories/preferences-other.png index 2619168..b8e8078 100644 Binary files a/mate/22x22/categories/preferences-other.png and b/mate/22x22/categories/preferences-other.png differ diff --git a/mate/22x22/categories/preferences-system-network.png b/mate/22x22/categories/preferences-system-network.png index 27af4d7..8c5d77c 100644 Binary files a/mate/22x22/categories/preferences-system-network.png and b/mate/22x22/categories/preferences-system-network.png differ diff --git a/mate/22x22/categories/preferences-system.png b/mate/22x22/categories/preferences-system.png index c12e121..39ecbab 100644 Binary files a/mate/22x22/categories/preferences-system.png and b/mate/22x22/categories/preferences-system.png differ -- cgit v1.2.1