summaryrefslogtreecommitdiff
path: root/mate/16x16
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-08-12 22:42:30 +0200
committerrbuj <[email protected]>2019-08-21 16:41:25 +0200
commitdd933f6aaa2359e357bc668df46aea10c8dc5b20 (patch)
tree715455546d2334dae1f1d48811574ee0715e1a58 /mate/16x16
parenta922ae72e06b29fba8961065384fe691bd8c0ed6 (diff)
downloadmate-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/16x16')
-rw-r--r--mate/16x16/Makefile.am2
-rw-r--r--mate/16x16/mimetypes/Makefile.am83
-rw-r--r--mate/16x16/mimetypes/font-x-generic.pngbin974 -> 867 bytes
-rw-r--r--mate/16x16/mimetypes/text-html.pngbin875 -> 845 bytes
-rw-r--r--mate/16x16/mimetypes/text-x-generic-template.pngbin834 -> 801 bytes
-rw-r--r--mate/16x16/mimetypes/text-x-generic.pngbin778 -> 757 bytes
-rw-r--r--mate/16x16/mimetypes/text-x-preview.pngbin741 -> 747 bytes
-rw-r--r--mate/16x16/mimetypes/text-x-script.pngbin913 -> 852 bytes
-rw-r--r--mate/16x16/mimetypes/x-office-document-template.pngbin949 -> 1146 bytes
-rw-r--r--mate/16x16/mimetypes/x-office-document.pngbin831 -> 774 bytes
-rw-r--r--mate/16x16/mimetypes/x-office-drawing-template.pngbin1043 -> 1154 bytes
-rw-r--r--mate/16x16/mimetypes/x-office-drawing.pngbin938 -> 844 bytes
-rw-r--r--mate/16x16/mimetypes/x-office-spreadsheet-template.pngbin981 -> 1148 bytes
-rw-r--r--mate/16x16/mimetypes/x-office-spreadsheet.pngbin857 -> 815 bytes
14 files changed, 85 insertions, 0 deletions
diff --git a/mate/16x16/Makefile.am b/mate/16x16/Makefile.am
index 160fec0..89fdf5d 100644
--- a/mate/16x16/Makefile.am
+++ b/mate/16x16/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/16x16/mimetypes/Makefile.am b/mate/16x16/mimetypes/Makefile.am
new file mode 100644
index 0000000..b3e94cf
--- /dev/null
+++ b/mate/16x16/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:360:316:376 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+text-html.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=300:964:316:980 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+text-x-generic.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=700:964:716:980 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+text-x-generic-template.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1100:964:1116:980 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+text-x-preview.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1100:60:1116:76 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+text-x-script.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1500:964:1516:980 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+x-office-document.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1900:964:1916:980 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+x-office-document-template.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=300:664:316:680 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+x-office-drawing.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=700:664:716:680 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+x-office-drawing-template.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1100:664:1116:680 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+x-office-spreadsheet.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1500:660:1516:676 -w=16 -h=16 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+x-office-spreadsheet-template.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1900:660:1916:676 -w=16 -h=16 -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/16x16/mimetypes/font-x-generic.png b/mate/16x16/mimetypes/font-x-generic.png
index 0f8c531..f62fcf8 100644
--- a/mate/16x16/mimetypes/font-x-generic.png
+++ b/mate/16x16/mimetypes/font-x-generic.png
Binary files differ
diff --git a/mate/16x16/mimetypes/text-html.png b/mate/16x16/mimetypes/text-html.png
index 479c118..d710fa2 100644
--- a/mate/16x16/mimetypes/text-html.png
+++ b/mate/16x16/mimetypes/text-html.png
Binary files differ
diff --git a/mate/16x16/mimetypes/text-x-generic-template.png b/mate/16x16/mimetypes/text-x-generic-template.png
index 54bfb56..36ef5ff 100644
--- a/mate/16x16/mimetypes/text-x-generic-template.png
+++ b/mate/16x16/mimetypes/text-x-generic-template.png
Binary files differ
diff --git a/mate/16x16/mimetypes/text-x-generic.png b/mate/16x16/mimetypes/text-x-generic.png
index 3dd98c9..5fa8608 100644
--- a/mate/16x16/mimetypes/text-x-generic.png
+++ b/mate/16x16/mimetypes/text-x-generic.png
Binary files differ
diff --git a/mate/16x16/mimetypes/text-x-preview.png b/mate/16x16/mimetypes/text-x-preview.png
index 3c285b0..127dab0 100644
--- a/mate/16x16/mimetypes/text-x-preview.png
+++ b/mate/16x16/mimetypes/text-x-preview.png
Binary files differ
diff --git a/mate/16x16/mimetypes/text-x-script.png b/mate/16x16/mimetypes/text-x-script.png
index ed4174c..b411802 100644
--- a/mate/16x16/mimetypes/text-x-script.png
+++ b/mate/16x16/mimetypes/text-x-script.png
Binary files differ
diff --git a/mate/16x16/mimetypes/x-office-document-template.png b/mate/16x16/mimetypes/x-office-document-template.png
index 6769062..fb9b970 100644
--- a/mate/16x16/mimetypes/x-office-document-template.png
+++ b/mate/16x16/mimetypes/x-office-document-template.png
Binary files differ
diff --git a/mate/16x16/mimetypes/x-office-document.png b/mate/16x16/mimetypes/x-office-document.png
index 878a7ea..70c59b0 100644
--- a/mate/16x16/mimetypes/x-office-document.png
+++ b/mate/16x16/mimetypes/x-office-document.png
Binary files differ
diff --git a/mate/16x16/mimetypes/x-office-drawing-template.png b/mate/16x16/mimetypes/x-office-drawing-template.png
index 0b481cc..a7a6889 100644
--- a/mate/16x16/mimetypes/x-office-drawing-template.png
+++ b/mate/16x16/mimetypes/x-office-drawing-template.png
Binary files differ
diff --git a/mate/16x16/mimetypes/x-office-drawing.png b/mate/16x16/mimetypes/x-office-drawing.png
index bf8b19e..b84e026 100644
--- a/mate/16x16/mimetypes/x-office-drawing.png
+++ b/mate/16x16/mimetypes/x-office-drawing.png
Binary files differ
diff --git a/mate/16x16/mimetypes/x-office-spreadsheet-template.png b/mate/16x16/mimetypes/x-office-spreadsheet-template.png
index 607982a..d4fe900 100644
--- a/mate/16x16/mimetypes/x-office-spreadsheet-template.png
+++ b/mate/16x16/mimetypes/x-office-spreadsheet-template.png
Binary files differ
diff --git a/mate/16x16/mimetypes/x-office-spreadsheet.png b/mate/16x16/mimetypes/x-office-spreadsheet.png
index 6c84540..a8806cc 100644
--- a/mate/16x16/mimetypes/x-office-spreadsheet.png
+++ b/mate/16x16/mimetypes/x-office-spreadsheet.png
Binary files differ