summaryrefslogtreecommitdiff
path: root/mate/8x8/emblems
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-04-01 15:36:21 +0200
committerraveit65 <[email protected]>2019-04-09 10:03:05 +0200
commit4242025857f3edb4eadaa7bd4248e5123b70b6d0 (patch)
tree336f25da44ae3ecf29a36f9c0e6d18b214d446f2 /mate/8x8/emblems
parent494e9e8c1aadfa90c754660cbe01493b4ff234ec (diff)
downloadmate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.bz2
mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.xz
Gen png icons from source - Mate theme
clean & build: make -C mate clean-png-icons make -C mate build-png-icons
Diffstat (limited to 'mate/8x8/emblems')
-rw-r--r--mate/8x8/emblems/Makefile.am47
-rw-r--r--mate/8x8/emblems/emblem-default.pngbin332 -> 373 bytes
-rw-r--r--mate/8x8/emblems/emblem-new.pngbin328 -> 333 bytes
-rw-r--r--mate/8x8/emblems/emblem-readonly.pngbin343 -> 308 bytes
-rw-r--r--mate/8x8/emblems/emblem-symbolic-link.pngbin353 -> 320 bytes
-rw-r--r--mate/8x8/emblems/emblem-synchronizing.pngbin358 -> 345 bytes
-rw-r--r--mate/8x8/emblems/emblem-unreadable.pngbin362 -> 306 bytes
7 files changed, 47 insertions, 0 deletions
diff --git a/mate/8x8/emblems/Makefile.am b/mate/8x8/emblems/Makefile.am
new file mode 100644
index 0000000..8e27097
--- /dev/null
+++ b/mate/8x8/emblems/Makefile.am
@@ -0,0 +1,47 @@
+NULL =
+
+png_icons = \
+ emblem-default.png \
+ emblem-new.png \
+ emblem-readonly.png \
+ emblem-symbolic-link.png \
+ emblem-synchronizing.png \
+ emblem-unreadable.png \
+ $(NULL)
+
+emblem-default.png: ../../../src/emblem-default.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+emblem-new.png: ../../../src/emblem-new.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:143:335:175 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+emblem-readonly.png: ../../../src/emblems-fs.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1103:65:1119:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+emblem-symbolic-link.png: ../../../src/emblems-fs.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+emblem-unreadable.png: ../../../src/emblems-fs.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=703:65:719:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -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/8x8/emblems/emblem-default.png b/mate/8x8/emblems/emblem-default.png
index 3d122ea..34449af 100644
--- a/mate/8x8/emblems/emblem-default.png
+++ b/mate/8x8/emblems/emblem-default.png
Binary files differ
diff --git a/mate/8x8/emblems/emblem-new.png b/mate/8x8/emblems/emblem-new.png
index 45e570b..5859e68 100644
--- a/mate/8x8/emblems/emblem-new.png
+++ b/mate/8x8/emblems/emblem-new.png
Binary files differ
diff --git a/mate/8x8/emblems/emblem-readonly.png b/mate/8x8/emblems/emblem-readonly.png
index 79d1cdb..6a016bb 100644
--- a/mate/8x8/emblems/emblem-readonly.png
+++ b/mate/8x8/emblems/emblem-readonly.png
Binary files differ
diff --git a/mate/8x8/emblems/emblem-symbolic-link.png b/mate/8x8/emblems/emblem-symbolic-link.png
index 6d10939..24e88ff 100644
--- a/mate/8x8/emblems/emblem-symbolic-link.png
+++ b/mate/8x8/emblems/emblem-symbolic-link.png
Binary files differ
diff --git a/mate/8x8/emblems/emblem-synchronizing.png b/mate/8x8/emblems/emblem-synchronizing.png
index 3e6ad35..a76866a 100644
--- a/mate/8x8/emblems/emblem-synchronizing.png
+++ b/mate/8x8/emblems/emblem-synchronizing.png
Binary files differ
diff --git a/mate/8x8/emblems/emblem-unreadable.png b/mate/8x8/emblems/emblem-unreadable.png
index 150e584..0ee2d0c 100644
--- a/mate/8x8/emblems/emblem-unreadable.png
+++ b/mate/8x8/emblems/emblem-unreadable.png
Binary files differ