summaryrefslogtreecommitdiff
path: root/mate/48x48
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/48x48
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/48x48')
-rw-r--r--mate/48x48/Makefile.am2
-rw-r--r--mate/48x48/mimetypes/Makefile.am83
-rw-r--r--mate/48x48/mimetypes/font-x-generic.pngbin3978 -> 3858 bytes
-rw-r--r--mate/48x48/mimetypes/text-html.pngbin3347 -> 3181 bytes
-rw-r--r--mate/48x48/mimetypes/text-x-generic-template.pngbin2753 -> 2588 bytes
-rw-r--r--mate/48x48/mimetypes/text-x-generic.pngbin2118 -> 1925 bytes
-rw-r--r--mate/48x48/mimetypes/text-x-preview.pngbin2095 -> 1911 bytes
-rw-r--r--mate/48x48/mimetypes/text-x-script.pngbin3056 -> 2872 bytes
-rw-r--r--mate/48x48/mimetypes/x-office-document-template.pngbin3295 -> 3328 bytes
-rw-r--r--mate/48x48/mimetypes/x-office-document.pngbin2625 -> 2458 bytes
-rw-r--r--mate/48x48/mimetypes/x-office-drawing-template.pngbin3719 -> 3560 bytes
-rw-r--r--mate/48x48/mimetypes/x-office-drawing.pngbin2998 -> 2784 bytes
-rw-r--r--mate/48x48/mimetypes/x-office-spreadsheet-template.pngbin3449 -> 3505 bytes
-rw-r--r--mate/48x48/mimetypes/x-office-spreadsheet.pngbin2774 -> 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
index 66aea91..55a7ff7 100644
--- a/mate/48x48/mimetypes/font-x-generic.png
+++ b/mate/48x48/mimetypes/font-x-generic.png
Binary files differ
diff --git a/mate/48x48/mimetypes/text-html.png b/mate/48x48/mimetypes/text-html.png
index 440c5bc..45fe11e 100644
--- a/mate/48x48/mimetypes/text-html.png
+++ b/mate/48x48/mimetypes/text-html.png
Binary files differ
diff --git a/mate/48x48/mimetypes/text-x-generic-template.png b/mate/48x48/mimetypes/text-x-generic-template.png
index 95081a5..d1f5693 100644
--- a/mate/48x48/mimetypes/text-x-generic-template.png
+++ b/mate/48x48/mimetypes/text-x-generic-template.png
Binary files differ
diff --git a/mate/48x48/mimetypes/text-x-generic.png b/mate/48x48/mimetypes/text-x-generic.png
index d2c0f73..baa6e49 100644
--- a/mate/48x48/mimetypes/text-x-generic.png
+++ b/mate/48x48/mimetypes/text-x-generic.png
Binary files differ
diff --git a/mate/48x48/mimetypes/text-x-preview.png b/mate/48x48/mimetypes/text-x-preview.png
index beff2d4..bffc340 100644
--- a/mate/48x48/mimetypes/text-x-preview.png
+++ b/mate/48x48/mimetypes/text-x-preview.png
Binary files differ
diff --git a/mate/48x48/mimetypes/text-x-script.png b/mate/48x48/mimetypes/text-x-script.png
index e126556..24cd7fc 100644
--- a/mate/48x48/mimetypes/text-x-script.png
+++ b/mate/48x48/mimetypes/text-x-script.png
Binary files differ
diff --git a/mate/48x48/mimetypes/x-office-document-template.png b/mate/48x48/mimetypes/x-office-document-template.png
index 4326e4e..b62a122 100644
--- a/mate/48x48/mimetypes/x-office-document-template.png
+++ b/mate/48x48/mimetypes/x-office-document-template.png
Binary files differ
diff --git a/mate/48x48/mimetypes/x-office-document.png b/mate/48x48/mimetypes/x-office-document.png
index fee2f16..533b172 100644
--- a/mate/48x48/mimetypes/x-office-document.png
+++ b/mate/48x48/mimetypes/x-office-document.png
Binary files differ
diff --git a/mate/48x48/mimetypes/x-office-drawing-template.png b/mate/48x48/mimetypes/x-office-drawing-template.png
index 6e3f6d5..5eabf82 100644
--- a/mate/48x48/mimetypes/x-office-drawing-template.png
+++ b/mate/48x48/mimetypes/x-office-drawing-template.png
Binary files differ
diff --git a/mate/48x48/mimetypes/x-office-drawing.png b/mate/48x48/mimetypes/x-office-drawing.png
index e938999..154e4e3 100644
--- a/mate/48x48/mimetypes/x-office-drawing.png
+++ b/mate/48x48/mimetypes/x-office-drawing.png
Binary files differ
diff --git a/mate/48x48/mimetypes/x-office-spreadsheet-template.png b/mate/48x48/mimetypes/x-office-spreadsheet-template.png
index 11377a5..c1552c9 100644
--- a/mate/48x48/mimetypes/x-office-spreadsheet-template.png
+++ b/mate/48x48/mimetypes/x-office-spreadsheet-template.png
Binary files differ
diff --git a/mate/48x48/mimetypes/x-office-spreadsheet.png b/mate/48x48/mimetypes/x-office-spreadsheet.png
index 0c3bea2..971da0d 100644
--- a/mate/48x48/mimetypes/x-office-spreadsheet.png
+++ b/mate/48x48/mimetypes/x-office-spreadsheet.png
Binary files differ