summaryrefslogtreecommitdiff
path: root/mate/256x256/categories
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-26 17:27:58 +0100
committerraveit65 <[email protected]>2019-03-30 18:10:08 +0100
commit3abb19207a8442e5c735072e90ee98fe7575a02d (patch)
treed4adce8fbd95a8dc75bd9cc4029468f669c7f535 /mate/256x256/categories
parent27ab3d81f72397f74af14dc0146e0689837da806 (diff)
downloadmate-icon-theme-3abb19207a8442e5c735072e90ee98fe7575a02d.tar.bz2
mate-icon-theme-3abb19207a8442e5c735072e90ee98fe7575a02d.tar.xz
Gen png icons from source. Mate: apps, categories & devices
clean & build: make -C mate clean-png-icons make -C mate build-png-icons
Diffstat (limited to 'mate/256x256/categories')
-rw-r--r--mate/256x256/categories/Makefile.am47
-rw-r--r--mate/256x256/categories/applications-graphics.pngbin51499 -> 49229 bytes
-rw-r--r--mate/256x256/categories/applications-internet.pngbin48456 -> 50028 bytes
-rw-r--r--mate/256x256/categories/applications-office.pngbin34945 -> 37900 bytes
-rw-r--r--mate/256x256/categories/applications-system.pngbin20460 -> 21390 bytes
-rw-r--r--mate/256x256/categories/preferences-system-network.pngbin50518 -> 51227 bytes
-rw-r--r--mate/256x256/categories/preferences-system.pngbin34273 -> 39054 bytes
7 files changed, 47 insertions, 0 deletions
diff --git a/mate/256x256/categories/Makefile.am b/mate/256x256/categories/Makefile.am
new file mode 100644
index 0000000..0183966
--- /dev/null
+++ b/mate/256x256/categories/Makefile.am
@@ -0,0 +1,47 @@
+NULL =
+
+png_icons = \
+ applications-graphics.png \
+ applications-internet.png \
+ applications-office.png \
+ applications-system.png \
+ preferences-system.png \
+ preferences-system-network.png \
+ $(NULL)
+
+applications-graphics.png: ../../../src/applications-graphics.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:6:278:262 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+applications-internet.png: ../../../src/applications-internet.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=13:17:269:273 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+applications-office.png: ../../../src/applications-office.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=16:11:272:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+applications-system.png: ../../../src/applications-system.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=16:11:272:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-system.png: ../../../src/preferences-system.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+preferences-system-network.png: ../../../src/computers.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1620:311:1876:567 -w=256 -h=256 -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/256x256/categories/applications-graphics.png b/mate/256x256/categories/applications-graphics.png
index 8544e0e..7cd64a4 100644
--- a/mate/256x256/categories/applications-graphics.png
+++ b/mate/256x256/categories/applications-graphics.png
Binary files differ
diff --git a/mate/256x256/categories/applications-internet.png b/mate/256x256/categories/applications-internet.png
index 9826ade..be52a23 100644
--- a/mate/256x256/categories/applications-internet.png
+++ b/mate/256x256/categories/applications-internet.png
Binary files differ
diff --git a/mate/256x256/categories/applications-office.png b/mate/256x256/categories/applications-office.png
index 46897f6..ca9bdef 100644
--- a/mate/256x256/categories/applications-office.png
+++ b/mate/256x256/categories/applications-office.png
Binary files differ
diff --git a/mate/256x256/categories/applications-system.png b/mate/256x256/categories/applications-system.png
index f645a9b..684e8f6 100644
--- a/mate/256x256/categories/applications-system.png
+++ b/mate/256x256/categories/applications-system.png
Binary files differ
diff --git a/mate/256x256/categories/preferences-system-network.png b/mate/256x256/categories/preferences-system-network.png
index 48ce96c..6393569 100644
--- a/mate/256x256/categories/preferences-system-network.png
+++ b/mate/256x256/categories/preferences-system-network.png
Binary files differ
diff --git a/mate/256x256/categories/preferences-system.png b/mate/256x256/categories/preferences-system.png
index 6d58ada..0e6b7b2 100644
--- a/mate/256x256/categories/preferences-system.png
+++ b/mate/256x256/categories/preferences-system.png
Binary files differ