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/24x24/categories | |
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/24x24/categories')
19 files changed, 119 insertions, 0 deletions
diff --git a/mate/24x24/categories/Makefile.am b/mate/24x24/categories/Makefile.am new file mode 100644 index 0000000..a74a27d --- /dev/null +++ b/mate/24x24/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=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applications-development.png: ../../../src/applications-development.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 $@ + +applications-engineering.png: ../../../src/applications-engineering.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 $@ + +applications-games.png: ../../../src/applications-games.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 $@ + +applications-graphics.png: ../../../src/applications-graphics.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 $@ + +applications-internet.png: ../../../src/applications-internet.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 $@ + +applications-multimedia.png: ../../../src/applications-multimedia.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 $@ + +applications-office.png: ../../../src/applications-office.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 $@ + +applications-other.png: ../../../src/applications-other.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 $@ + +applications-science.png: ../../../src/applications-science.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 $@ + +applications-system.png: ../../../src/applications-system.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 $@ + +applications-utilities.png: ../../../src/applications-utilities.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.png: ../../../src/preferences-desktop.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-peripherals.png: ../../../src/preferences-desktop-peripherals.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-personal.png: ../../../src/preferences-desktop-personal.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-other.png: ../../../src/preferences-other.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.png: ../../../src/preferences-system.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-network.png: ../../../src/computers.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-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/24x24/categories/applications-accessories.png b/mate/24x24/categories/applications-accessories.png Binary files differindex bed6f08..7635f2f 100644 --- a/mate/24x24/categories/applications-accessories.png +++ b/mate/24x24/categories/applications-accessories.png diff --git a/mate/24x24/categories/applications-development.png b/mate/24x24/categories/applications-development.png Binary files differindex daf824e..eafac5e 100644 --- a/mate/24x24/categories/applications-development.png +++ b/mate/24x24/categories/applications-development.png diff --git a/mate/24x24/categories/applications-engineering.png b/mate/24x24/categories/applications-engineering.png Binary files differindex 08426d4..8a00ed1 100644 --- a/mate/24x24/categories/applications-engineering.png +++ b/mate/24x24/categories/applications-engineering.png diff --git a/mate/24x24/categories/applications-games.png b/mate/24x24/categories/applications-games.png Binary files differindex c2f9d80..b3c33a2 100644 --- a/mate/24x24/categories/applications-games.png +++ b/mate/24x24/categories/applications-games.png diff --git a/mate/24x24/categories/applications-graphics.png b/mate/24x24/categories/applications-graphics.png Binary files differindex c4efad9..510f118 100644 --- a/mate/24x24/categories/applications-graphics.png +++ b/mate/24x24/categories/applications-graphics.png diff --git a/mate/24x24/categories/applications-internet.png b/mate/24x24/categories/applications-internet.png Binary files differindex d578216..2f1f64c 100644 --- a/mate/24x24/categories/applications-internet.png +++ b/mate/24x24/categories/applications-internet.png diff --git a/mate/24x24/categories/applications-multimedia.png b/mate/24x24/categories/applications-multimedia.png Binary files differindex ca511cb..bb1dcc3 100644 --- a/mate/24x24/categories/applications-multimedia.png +++ b/mate/24x24/categories/applications-multimedia.png diff --git a/mate/24x24/categories/applications-office.png b/mate/24x24/categories/applications-office.png Binary files differindex 28dd2e2..4823e16 100644 --- a/mate/24x24/categories/applications-office.png +++ b/mate/24x24/categories/applications-office.png diff --git a/mate/24x24/categories/applications-other.png b/mate/24x24/categories/applications-other.png Binary files differindex 798242f..1aeb2c6 100644 --- a/mate/24x24/categories/applications-other.png +++ b/mate/24x24/categories/applications-other.png diff --git a/mate/24x24/categories/applications-science.png b/mate/24x24/categories/applications-science.png Binary files differindex 338be28..0818ab2 100644 --- a/mate/24x24/categories/applications-science.png +++ b/mate/24x24/categories/applications-science.png diff --git a/mate/24x24/categories/applications-system.png b/mate/24x24/categories/applications-system.png Binary files differindex b00cc1c..c447aa9 100644 --- a/mate/24x24/categories/applications-system.png +++ b/mate/24x24/categories/applications-system.png diff --git a/mate/24x24/categories/applications-utilities.png b/mate/24x24/categories/applications-utilities.png Binary files differindex 60ffaae..9c07af0 100644 --- a/mate/24x24/categories/applications-utilities.png +++ b/mate/24x24/categories/applications-utilities.png diff --git a/mate/24x24/categories/preferences-desktop-peripherals.png b/mate/24x24/categories/preferences-desktop-peripherals.png Binary files differindex 9d5ae5f..ddf9951 100644 --- a/mate/24x24/categories/preferences-desktop-peripherals.png +++ b/mate/24x24/categories/preferences-desktop-peripherals.png diff --git a/mate/24x24/categories/preferences-desktop-personal.png b/mate/24x24/categories/preferences-desktop-personal.png Binary files differindex ebed1c4..85b0f04 100644 --- a/mate/24x24/categories/preferences-desktop-personal.png +++ b/mate/24x24/categories/preferences-desktop-personal.png diff --git a/mate/24x24/categories/preferences-desktop.png b/mate/24x24/categories/preferences-desktop.png Binary files differindex af880b1..9d1fff1 100644 --- a/mate/24x24/categories/preferences-desktop.png +++ b/mate/24x24/categories/preferences-desktop.png diff --git a/mate/24x24/categories/preferences-other.png b/mate/24x24/categories/preferences-other.png Binary files differindex 3a65fea..6a060d7 100644 --- a/mate/24x24/categories/preferences-other.png +++ b/mate/24x24/categories/preferences-other.png diff --git a/mate/24x24/categories/preferences-system-network.png b/mate/24x24/categories/preferences-system-network.png Binary files differindex 9a9d842..e7bdd45 100644 --- a/mate/24x24/categories/preferences-system-network.png +++ b/mate/24x24/categories/preferences-system-network.png diff --git a/mate/24x24/categories/preferences-system.png b/mate/24x24/categories/preferences-system.png Binary files differindex 616f5aa..b9ec7e7 100644 --- a/mate/24x24/categories/preferences-system.png +++ b/mate/24x24/categories/preferences-system.png |