diff options
author | rbuj <[email protected]> | 2019-08-12 22:42:30 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2019-08-21 16:41:25 +0200 |
commit | dd933f6aaa2359e357bc668df46aea10c8dc5b20 (patch) | |
tree | 715455546d2334dae1f1d48811574ee0715e1a58 /mate/32x32 | |
parent | a922ae72e06b29fba8961065384fe691bd8c0ed6 (diff) | |
download | mate-icon-theme-dd933f6aaa2359e357bc668df46aea10c8dc5b20.tar.bz2 mate-icon-theme-dd933f6aaa2359e357bc668df46aea10c8dc5b20.tar.xz |
Gen png mimetypes icons from paper-sheets.svg - Mate theme
clean & build:
make -C mate/16x16/mimetypes clean-png-icons build-png-icons
make -C mate/22x22/mimetypes clean-png-icons build-png-icons
make -C mate/24x24/mimetypes clean-png-icons build-png-icons
make -C mate/32x32/mimetypes clean-png-icons build-png-icons
make -C mate/48x48/mimetypes clean-png-icons build-png-icons
make -C mate/256x256/mimetypes clean-png-icons build-png-icons
Diffstat (limited to 'mate/32x32')
-rw-r--r-- | mate/32x32/Makefile.am | 2 | ||||
-rw-r--r-- | mate/32x32/mimetypes/Makefile.am | 83 | ||||
-rw-r--r-- | mate/32x32/mimetypes/font-x-generic.png | bin | 2204 -> 2032 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/text-html.png | bin | 1900 -> 1721 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/text-x-generic-template.png | bin | 1588 -> 1402 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/text-x-generic.png | bin | 1404 -> 1225 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/text-x-preview.png | bin | 1342 -> 1700 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/text-x-script.png | bin | 1865 -> 1712 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/x-office-document-template.png | bin | 2037 -> 1936 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/x-office-document.png | bin | 1682 -> 1481 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/x-office-drawing-template.png | bin | 2251 -> 2086 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/x-office-drawing.png | bin | 1898 -> 1705 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/x-office-spreadsheet-template.png | bin | 2206 -> 2130 bytes | |||
-rw-r--r-- | mate/32x32/mimetypes/x-office-spreadsheet.png | bin | 1827 -> 1680 bytes |
14 files changed, 85 insertions, 0 deletions
diff --git a/mate/32x32/Makefile.am b/mate/32x32/Makefile.am index 160fec0..89fdf5d 100644 --- a/mate/32x32/Makefile.am +++ b/mate/32x32/Makefile.am @@ -6,6 +6,7 @@ DIST_SUBDIRS = \ categories \ devices \ emblems \ + mimetypes \ places \ status \ $(NULL) @@ -16,6 +17,7 @@ SUBDIRS = \ categories \ devices \ emblems \ + mimetypes \ places \ status \ $(NULL) diff --git a/mate/32x32/mimetypes/Makefile.am b/mate/32x32/mimetypes/Makefile.am new file mode 100644 index 0000000..a81fa5f --- /dev/null +++ b/mate/32x32/mimetypes/Makefile.am @@ -0,0 +1,83 @@ +NULL = + +png_icons = \ + font-x-generic.png \ + text-html.png \ + text-x-generic.png \ + text-x-generic-template.png \ + text-x-preview.png \ + text-x-script.png \ + x-office-document.png \ + x-office-document-template.png \ + x-office-drawing.png \ + x-office-drawing-template.png \ + x-office-spreadsheet.png \ + x-office-spreadsheet-template.png \ + $(NULL) + +font-x-generic.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:438:332:470 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-html.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:1042:332:1074 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-generic.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:1042:732:1074 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-generic-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:1042:1132:1074 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-preview.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:138:1132:170 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-script.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:1042:1532:1074 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-document.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:1042:1932:1074 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-document-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:742:332:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-drawing.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:742:732:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-drawing-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:742:1132:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-spreadsheet.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:738:1532:770 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-spreadsheet-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:738:1932:770 -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/mimetypes/font-x-generic.png b/mate/32x32/mimetypes/font-x-generic.png Binary files differindex 3041a0e..fbc5956 100644 --- a/mate/32x32/mimetypes/font-x-generic.png +++ b/mate/32x32/mimetypes/font-x-generic.png diff --git a/mate/32x32/mimetypes/text-html.png b/mate/32x32/mimetypes/text-html.png Binary files differindex b1df007..ee859ee 100644 --- a/mate/32x32/mimetypes/text-html.png +++ b/mate/32x32/mimetypes/text-html.png diff --git a/mate/32x32/mimetypes/text-x-generic-template.png b/mate/32x32/mimetypes/text-x-generic-template.png Binary files differindex a23677f..ec2fc56 100644 --- a/mate/32x32/mimetypes/text-x-generic-template.png +++ b/mate/32x32/mimetypes/text-x-generic-template.png diff --git a/mate/32x32/mimetypes/text-x-generic.png b/mate/32x32/mimetypes/text-x-generic.png Binary files differindex 9212b03..38ab9f3 100644 --- a/mate/32x32/mimetypes/text-x-generic.png +++ b/mate/32x32/mimetypes/text-x-generic.png diff --git a/mate/32x32/mimetypes/text-x-preview.png b/mate/32x32/mimetypes/text-x-preview.png Binary files differindex 7cad893..07a462d 100644 --- a/mate/32x32/mimetypes/text-x-preview.png +++ b/mate/32x32/mimetypes/text-x-preview.png diff --git a/mate/32x32/mimetypes/text-x-script.png b/mate/32x32/mimetypes/text-x-script.png Binary files differindex c3145d3..e5f6692 100644 --- a/mate/32x32/mimetypes/text-x-script.png +++ b/mate/32x32/mimetypes/text-x-script.png diff --git a/mate/32x32/mimetypes/x-office-document-template.png b/mate/32x32/mimetypes/x-office-document-template.png Binary files differindex 9d4b25f..4198e9f 100644 --- a/mate/32x32/mimetypes/x-office-document-template.png +++ b/mate/32x32/mimetypes/x-office-document-template.png diff --git a/mate/32x32/mimetypes/x-office-document.png b/mate/32x32/mimetypes/x-office-document.png Binary files differindex c9e318e..f94f392 100644 --- a/mate/32x32/mimetypes/x-office-document.png +++ b/mate/32x32/mimetypes/x-office-document.png diff --git a/mate/32x32/mimetypes/x-office-drawing-template.png b/mate/32x32/mimetypes/x-office-drawing-template.png Binary files differindex 5cd2a35..a689316 100644 --- a/mate/32x32/mimetypes/x-office-drawing-template.png +++ b/mate/32x32/mimetypes/x-office-drawing-template.png diff --git a/mate/32x32/mimetypes/x-office-drawing.png b/mate/32x32/mimetypes/x-office-drawing.png Binary files differindex 7f9cf1d..517628f 100644 --- a/mate/32x32/mimetypes/x-office-drawing.png +++ b/mate/32x32/mimetypes/x-office-drawing.png diff --git a/mate/32x32/mimetypes/x-office-spreadsheet-template.png b/mate/32x32/mimetypes/x-office-spreadsheet-template.png Binary files differindex 387b9cf..0ae5012 100644 --- a/mate/32x32/mimetypes/x-office-spreadsheet-template.png +++ b/mate/32x32/mimetypes/x-office-spreadsheet-template.png diff --git a/mate/32x32/mimetypes/x-office-spreadsheet.png b/mate/32x32/mimetypes/x-office-spreadsheet.png Binary files differindex 0a531a6..b179d93 100644 --- a/mate/32x32/mimetypes/x-office-spreadsheet.png +++ b/mate/32x32/mimetypes/x-office-spreadsheet.png |