diff options
author | rbuj <[email protected]> | 2019-08-12 22:42:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-20 00:26:38 +0200 |
commit | 9fb9c47166ee36ba846bd4cc7703e3a6696e4d07 (patch) | |
tree | 379c60e0b531f73fab30e0f79dc4060a9fc34540 /mate/48x48 | |
parent | 88d7ce676027bd9d463850893a4ecfa679db11fb (diff) | |
download | mate-icon-theme-9fb9c47166ee36ba846bd4cc7703e3a6696e4d07.tar.bz2 mate-icon-theme-9fb9c47166ee36ba846bd4cc7703e3a6696e4d07.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/48x48')
-rw-r--r-- | mate/48x48/Makefile.am | 2 | ||||
-rw-r--r-- | mate/48x48/mimetypes/Makefile.am | 83 | ||||
-rw-r--r-- | mate/48x48/mimetypes/font-x-generic.png | bin | 3978 -> 3858 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/text-html.png | bin | 3347 -> 3181 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/text-x-generic-template.png | bin | 2753 -> 2588 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/text-x-generic.png | bin | 2118 -> 1925 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/text-x-preview.png | bin | 2095 -> 1911 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/text-x-script.png | bin | 3056 -> 2872 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/x-office-document-template.png | bin | 3295 -> 3328 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/x-office-document.png | bin | 2625 -> 2458 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/x-office-drawing-template.png | bin | 3719 -> 3560 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/x-office-drawing.png | bin | 2998 -> 2784 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/x-office-spreadsheet-template.png | bin | 3449 -> 3505 bytes | |||
-rw-r--r-- | mate/48x48/mimetypes/x-office-spreadsheet.png | bin | 2774 -> 2584 bytes |
14 files changed, 85 insertions, 0 deletions
diff --git a/mate/48x48/Makefile.am b/mate/48x48/Makefile.am index 160fec0..89fdf5d 100644 --- a/mate/48x48/Makefile.am +++ b/mate/48x48/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/48x48/mimetypes/Makefile.am b/mate/48x48/mimetypes/Makefile.am new file mode 100644 index 0000000..c5301ea --- /dev/null +++ b/mate/48x48/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=301:499:349:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-html.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:1103:349:1151 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-generic.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:1103:749:1151 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-generic-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:1103:1149:1151 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-preview.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:199:1149:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +text-x-script.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1501:1103:1549:1151 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-document.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1901:1103:1949:1151 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-document-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:803:349:851 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-drawing.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:803:749:851 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-drawing-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:803:1149:851 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-spreadsheet.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1501:799:1549:847 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +x-office-spreadsheet-template.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1901:799:1949:847 -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) diff --git a/mate/48x48/mimetypes/font-x-generic.png b/mate/48x48/mimetypes/font-x-generic.png Binary files differindex 66aea91..55a7ff7 100644 --- a/mate/48x48/mimetypes/font-x-generic.png +++ b/mate/48x48/mimetypes/font-x-generic.png diff --git a/mate/48x48/mimetypes/text-html.png b/mate/48x48/mimetypes/text-html.png Binary files differindex 440c5bc..45fe11e 100644 --- a/mate/48x48/mimetypes/text-html.png +++ b/mate/48x48/mimetypes/text-html.png diff --git a/mate/48x48/mimetypes/text-x-generic-template.png b/mate/48x48/mimetypes/text-x-generic-template.png Binary files differindex 95081a5..d1f5693 100644 --- a/mate/48x48/mimetypes/text-x-generic-template.png +++ b/mate/48x48/mimetypes/text-x-generic-template.png diff --git a/mate/48x48/mimetypes/text-x-generic.png b/mate/48x48/mimetypes/text-x-generic.png Binary files differindex d2c0f73..baa6e49 100644 --- a/mate/48x48/mimetypes/text-x-generic.png +++ b/mate/48x48/mimetypes/text-x-generic.png diff --git a/mate/48x48/mimetypes/text-x-preview.png b/mate/48x48/mimetypes/text-x-preview.png Binary files differindex beff2d4..bffc340 100644 --- a/mate/48x48/mimetypes/text-x-preview.png +++ b/mate/48x48/mimetypes/text-x-preview.png diff --git a/mate/48x48/mimetypes/text-x-script.png b/mate/48x48/mimetypes/text-x-script.png Binary files differindex e126556..24cd7fc 100644 --- a/mate/48x48/mimetypes/text-x-script.png +++ b/mate/48x48/mimetypes/text-x-script.png diff --git a/mate/48x48/mimetypes/x-office-document-template.png b/mate/48x48/mimetypes/x-office-document-template.png Binary files differindex 4326e4e..b62a122 100644 --- a/mate/48x48/mimetypes/x-office-document-template.png +++ b/mate/48x48/mimetypes/x-office-document-template.png diff --git a/mate/48x48/mimetypes/x-office-document.png b/mate/48x48/mimetypes/x-office-document.png Binary files differindex fee2f16..533b172 100644 --- a/mate/48x48/mimetypes/x-office-document.png +++ b/mate/48x48/mimetypes/x-office-document.png diff --git a/mate/48x48/mimetypes/x-office-drawing-template.png b/mate/48x48/mimetypes/x-office-drawing-template.png Binary files differindex 6e3f6d5..5eabf82 100644 --- a/mate/48x48/mimetypes/x-office-drawing-template.png +++ b/mate/48x48/mimetypes/x-office-drawing-template.png diff --git a/mate/48x48/mimetypes/x-office-drawing.png b/mate/48x48/mimetypes/x-office-drawing.png Binary files differindex e938999..154e4e3 100644 --- a/mate/48x48/mimetypes/x-office-drawing.png +++ b/mate/48x48/mimetypes/x-office-drawing.png diff --git a/mate/48x48/mimetypes/x-office-spreadsheet-template.png b/mate/48x48/mimetypes/x-office-spreadsheet-template.png Binary files differindex 11377a5..c1552c9 100644 --- a/mate/48x48/mimetypes/x-office-spreadsheet-template.png +++ b/mate/48x48/mimetypes/x-office-spreadsheet-template.png diff --git a/mate/48x48/mimetypes/x-office-spreadsheet.png b/mate/48x48/mimetypes/x-office-spreadsheet.png Binary files differindex 0c3bea2..971da0d 100644 --- a/mate/48x48/mimetypes/x-office-spreadsheet.png +++ b/mate/48x48/mimetypes/x-office-spreadsheet.png |