summaryrefslogtreecommitdiff
path: root/mate/24x24
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/24x24
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/24x24')
-rw-r--r--mate/24x24/Makefile.am2
-rw-r--r--mate/24x24/mimetypes/Makefile.am83
-rw-r--r--mate/24x24/mimetypes/font-x-generic.pngbin1471 -> 1434 bytes
-rw-r--r--mate/24x24/mimetypes/text-html.pngbin1350 -> 1285 bytes
-rw-r--r--mate/24x24/mimetypes/text-x-generic-template.pngbin1191 -> 1197 bytes
-rw-r--r--mate/24x24/mimetypes/text-x-generic.pngbin1140 -> 1048 bytes
-rw-r--r--mate/24x24/mimetypes/text-x-preview.pngbin1081 -> 1403 bytes
-rw-r--r--mate/24x24/mimetypes/text-x-script.pngbin1362 -> 1326 bytes
-rw-r--r--mate/24x24/mimetypes/x-office-document-template.pngbin1479 -> 1429 bytes
-rw-r--r--mate/24x24/mimetypes/x-office-document.pngbin1291 -> 1136 bytes
-rw-r--r--mate/24x24/mimetypes/x-office-drawing-template.pngbin1589 -> 1628 bytes
-rw-r--r--mate/24x24/mimetypes/x-office-drawing.pngbin1366 -> 1336 bytes
-rw-r--r--mate/24x24/mimetypes/x-office-spreadsheet-template.pngbin1596 -> 1553 bytes
-rw-r--r--mate/24x24/mimetypes/x-office-spreadsheet.pngbin1393 -> 1235 bytes
14 files changed, 85 insertions, 0 deletions
diff --git a/mate/24x24/Makefile.am b/mate/24x24/Makefile.am
index 160fec0..89fdf5d 100644
--- a/mate/24x24/Makefile.am
+++ b/mate/24x24/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/24x24/mimetypes/Makefile.am b/mate/24x24/mimetypes/Makefile.am
new file mode 100644
index 0000000..623ff57
--- /dev/null
+++ b/mate/24x24/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=24 -h=24 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+text-html.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=300:964:316:980 -w=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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=24 -h=24 -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/24x24/mimetypes/font-x-generic.png b/mate/24x24/mimetypes/font-x-generic.png
index db191d8..c432339 100644
--- a/mate/24x24/mimetypes/font-x-generic.png
+++ b/mate/24x24/mimetypes/font-x-generic.png
Binary files differ
diff --git a/mate/24x24/mimetypes/text-html.png b/mate/24x24/mimetypes/text-html.png
index 48cb49b..d27f00e 100644
--- a/mate/24x24/mimetypes/text-html.png
+++ b/mate/24x24/mimetypes/text-html.png
Binary files differ
diff --git a/mate/24x24/mimetypes/text-x-generic-template.png b/mate/24x24/mimetypes/text-x-generic-template.png
index f911499..c749cc8 100644
--- a/mate/24x24/mimetypes/text-x-generic-template.png
+++ b/mate/24x24/mimetypes/text-x-generic-template.png
Binary files differ
diff --git a/mate/24x24/mimetypes/text-x-generic.png b/mate/24x24/mimetypes/text-x-generic.png
index 4469a01..d23d52e 100644
--- a/mate/24x24/mimetypes/text-x-generic.png
+++ b/mate/24x24/mimetypes/text-x-generic.png
Binary files differ
diff --git a/mate/24x24/mimetypes/text-x-preview.png b/mate/24x24/mimetypes/text-x-preview.png
index dceb7c1..2e71127 100644
--- a/mate/24x24/mimetypes/text-x-preview.png
+++ b/mate/24x24/mimetypes/text-x-preview.png
Binary files differ
diff --git a/mate/24x24/mimetypes/text-x-script.png b/mate/24x24/mimetypes/text-x-script.png
index bc21158..e4ca2aa 100644
--- a/mate/24x24/mimetypes/text-x-script.png
+++ b/mate/24x24/mimetypes/text-x-script.png
Binary files differ
diff --git a/mate/24x24/mimetypes/x-office-document-template.png b/mate/24x24/mimetypes/x-office-document-template.png
index 716e93a..d6e643b 100644
--- a/mate/24x24/mimetypes/x-office-document-template.png
+++ b/mate/24x24/mimetypes/x-office-document-template.png
Binary files differ
diff --git a/mate/24x24/mimetypes/x-office-document.png b/mate/24x24/mimetypes/x-office-document.png
index 0bcb295..59ffad2 100644
--- a/mate/24x24/mimetypes/x-office-document.png
+++ b/mate/24x24/mimetypes/x-office-document.png
Binary files differ
diff --git a/mate/24x24/mimetypes/x-office-drawing-template.png b/mate/24x24/mimetypes/x-office-drawing-template.png
index efef50d..122467b 100644
--- a/mate/24x24/mimetypes/x-office-drawing-template.png
+++ b/mate/24x24/mimetypes/x-office-drawing-template.png
Binary files differ
diff --git a/mate/24x24/mimetypes/x-office-drawing.png b/mate/24x24/mimetypes/x-office-drawing.png
index 0fa3e19..22d24ec 100644
--- a/mate/24x24/mimetypes/x-office-drawing.png
+++ b/mate/24x24/mimetypes/x-office-drawing.png
Binary files differ
diff --git a/mate/24x24/mimetypes/x-office-spreadsheet-template.png b/mate/24x24/mimetypes/x-office-spreadsheet-template.png
index d162240..4177584 100644
--- a/mate/24x24/mimetypes/x-office-spreadsheet-template.png
+++ b/mate/24x24/mimetypes/x-office-spreadsheet-template.png
Binary files differ
diff --git a/mate/24x24/mimetypes/x-office-spreadsheet.png b/mate/24x24/mimetypes/x-office-spreadsheet.png
index 4e65876..75a5673 100644
--- a/mate/24x24/mimetypes/x-office-spreadsheet.png
+++ b/mate/24x24/mimetypes/x-office-spreadsheet.png
Binary files differ