diff options
author | rbuj <[email protected]> | 2019-03-26 17:27:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 18:10:08 +0100 |
commit | 3abb19207a8442e5c735072e90ee98fe7575a02d (patch) | |
tree | d4adce8fbd95a8dc75bd9cc4029468f669c7f535 /mate/48x48/categories/Makefile.am | |
parent | 27ab3d81f72397f74af14dc0146e0689837da806 (diff) | |
download | mate-icon-theme-3abb19207a8442e5c735072e90ee98fe7575a02d.tar.bz2 mate-icon-theme-3abb19207a8442e5c735072e90ee98fe7575a02d.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/categories/Makefile.am')
-rw-r--r-- | mate/48x48/categories/Makefile.am | 119 |
1 files changed, 119 insertions, 0 deletions
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) |