summaryrefslogtreecommitdiff
path: root/mate/256x256/actions
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-04-01 15:36:21 +0200
committerraveit65 <[email protected]>2019-04-08 17:37:41 +0200
commit6712a9086e50603efb83f9e20fe08cccd830b05f (patch)
treeec16cf3916fff59a00b93e7749ca7420e29cf7dc /mate/256x256/actions
parente0689908ebdfa5d13e37c15631d89f3fc1e7b584 (diff)
downloadmate-icon-theme-6712a9086e50603efb83f9e20fe08cccd830b05f.tar.bz2
mate-icon-theme-6712a9086e50603efb83f9e20fe08cccd830b05f.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/256x256/actions')
-rw-r--r--mate/256x256/actions/Makefile.am195
-rw-r--r--mate/256x256/actions/address-book-new.pngbin31514 -> 36174 bytes
-rw-r--r--mate/256x256/actions/appointment-new.pngbin41724 -> 43944 bytes
-rw-r--r--mate/256x256/actions/document-new.pngbin17181 -> 21751 bytes
-rw-r--r--mate/256x256/actions/document-open-recent.pngbin40571 -> 43128 bytes
-rw-r--r--mate/256x256/actions/document-page-setup.pngbin46636 -> 51994 bytes
-rw-r--r--mate/256x256/actions/document-print-preview.pngbin35663 -> 36562 bytes
-rw-r--r--mate/256x256/actions/document-print.pngbin18913 -> 19525 bytes
-rw-r--r--mate/256x256/actions/document-properties.pngbin31535 -> 32165 bytes
-rw-r--r--mate/256x256/actions/document-revert-rtl.pngbin0 -> 30059 bytes
-rw-r--r--mate/256x256/actions/document-revert.pngbin28838 -> 29985 bytes
-rw-r--r--mate/256x256/actions/document-save-as.pngbin33745 -> 39508 bytes
-rw-r--r--mate/256x256/actions/document-save.pngbin33764 -> 41222 bytes
-rw-r--r--mate/256x256/actions/edit-delete.pngbin27575 -> 30018 bytes
-rw-r--r--mate/256x256/actions/edit-find-replace.pngbin50577 -> 54345 bytes
-rw-r--r--mate/256x256/actions/edit-find.pngbin42370 -> 44462 bytes
-rw-r--r--mate/256x256/actions/edit-select-all.pngbin27886 -> 30910 bytes
-rw-r--r--mate/256x256/actions/go-first.pngbin14058 -> 15353 bytes
-rw-r--r--mate/256x256/actions/go-jump.pngbin13037 -> 14335 bytes
-rw-r--r--mate/256x256/actions/go-last.pngbin14124 -> 15530 bytes
-rw-r--r--mate/256x256/actions/go-next.pngbin11433 -> 12809 bytes
-rw-r--r--mate/256x256/actions/go-previous.pngbin11478 -> 18151 bytes
-rw-r--r--mate/256x256/actions/mail-message-new.pngbin29318 -> 33806 bytes
-rw-r--r--mate/256x256/actions/process-stop.pngbin15538 -> 17214 bytes
-rw-r--r--mate/256x256/actions/system-lock-screen.pngbin30275 -> 31531 bytes
-rw-r--r--mate/256x256/actions/system-log-out.pngbin23876 -> 26747 bytes
-rw-r--r--mate/256x256/actions/system-run.pngbin0 -> 66572 bytes
-rw-r--r--mate/256x256/actions/system-search.pngbin40216 -> 42668 bytes
-rw-r--r--mate/256x256/actions/system-shutdown.pngbin0 -> 20060 bytes
-rw-r--r--mate/256x256/actions/view-refresh.pngbin17750 -> 18984 bytes
30 files changed, 195 insertions, 0 deletions
diff --git a/mate/256x256/actions/Makefile.am b/mate/256x256/actions/Makefile.am
new file mode 100644
index 0000000..e951bcf
--- /dev/null
+++ b/mate/256x256/actions/Makefile.am
@@ -0,0 +1,195 @@
+NULL =
+
+png_icons = \
+ address-book-new.png \
+ appointment-new.png \
+ document-new.png \
+ document-open-recent.png \
+ document-page-setup.png \
+ document-print.png \
+ document-print-preview.png \
+ document-properties.png \
+ document-revert.png \
+ document-revert-rtl.png \
+ document-save-as.png \
+ document-save.png \
+ edit-delete.png \
+ edit-find.png \
+ edit-find-replace.png \
+ edit-select-all.png \
+ go-first.png \
+ go-jump.png \
+ go-last.png \
+ go-next.png \
+ go-previous.png \
+ mail-message-new.png \
+ process-stop.png \
+ system-lock-screen.png \
+ system-log-out.png \
+ system-run.png \
+ system-search.png \
+ system-shutdown.png \
+ view-refresh.png \
+ $(NULL)
+
+address-book-new.png: ../../../src/x-office-address-book.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=421:21:677:277 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+appointment-new.png: ../../../src/clocks.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=16:310:272:566 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-new.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=417:308:673:564 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-open.png: ../../../src/folders.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1220:628:1476:884 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-open-recent.png: ../../../src/clocks.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=416:10:672:266 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-page-setup.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=25:8:281:264 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-print.png: ../../../src/printers.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=20:3:276:259 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-print-preview.png: ../../../src/printers.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=820:303:1076:559 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-properties.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=813:317:1069:573 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-revert.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1635:308:1891:564 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-revert-rtl.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1220:8:1476:264 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-save-as.png: ../../../src/cabinets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=815:15:1071:271 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+document-save.png: ../../../src/cabinets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=415:15:671:271 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+edit-delete.png: ../../../src/edit-delete.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=15:18:271:274 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+edit-find.png: ../../../src/find.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=19:19:275:275 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+edit-find-replace.png: ../../../src/find.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=417:19:673:275 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+edit-select-all.png: ../../../src/paper-sheets.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=1220:308:1476:564 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+folder-new.png: ../../../src/folders.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=20:628:276:884 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+go-first.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=20:-269:276:-13 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+go-jump.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=15:-552:271:-296 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+go-last.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=851:-269:1107:-13 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+go-next.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=570:-269:826:-13 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+go-previous.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=283:-269:559:-13 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+mail-message-new.png: ../../../src/open-envelopes.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=20:13:276:269 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+process-stop.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=576:-552:832:-296 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-lock-screen.png: ../../../src/displays.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=422:11:678:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-log-out.png: ../../../src/system-log-out.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-run.png: ../../../src/system-run.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=6:11:261:267 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-search.png: ../../../src/system-search.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=19:19:275:275 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+system-shutdown.png: ../../../src/system-shutdown.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=25:13:281:269 -w=256 -h=256 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+view-refresh.png: ../../../src/navigation-icons.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:-552:552:-296 -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/actions/address-book-new.png b/mate/256x256/actions/address-book-new.png
index 7801779..f94a04b 100644
--- a/mate/256x256/actions/address-book-new.png
+++ b/mate/256x256/actions/address-book-new.png
Binary files differ
diff --git a/mate/256x256/actions/appointment-new.png b/mate/256x256/actions/appointment-new.png
index 2088d95..bb3b905 100644
--- a/mate/256x256/actions/appointment-new.png
+++ b/mate/256x256/actions/appointment-new.png
Binary files differ
diff --git a/mate/256x256/actions/document-new.png b/mate/256x256/actions/document-new.png
index d17454a..0d78d9b 100644
--- a/mate/256x256/actions/document-new.png
+++ b/mate/256x256/actions/document-new.png
Binary files differ
diff --git a/mate/256x256/actions/document-open-recent.png b/mate/256x256/actions/document-open-recent.png
index e226f3c..a542a4c 100644
--- a/mate/256x256/actions/document-open-recent.png
+++ b/mate/256x256/actions/document-open-recent.png
Binary files differ
diff --git a/mate/256x256/actions/document-page-setup.png b/mate/256x256/actions/document-page-setup.png
index 04905be..afdbf94 100644
--- a/mate/256x256/actions/document-page-setup.png
+++ b/mate/256x256/actions/document-page-setup.png
Binary files differ
diff --git a/mate/256x256/actions/document-print-preview.png b/mate/256x256/actions/document-print-preview.png
index a770f66..1ee279b 100644
--- a/mate/256x256/actions/document-print-preview.png
+++ b/mate/256x256/actions/document-print-preview.png
Binary files differ
diff --git a/mate/256x256/actions/document-print.png b/mate/256x256/actions/document-print.png
index b0cd2d5..5517417 100644
--- a/mate/256x256/actions/document-print.png
+++ b/mate/256x256/actions/document-print.png
Binary files differ
diff --git a/mate/256x256/actions/document-properties.png b/mate/256x256/actions/document-properties.png
index e02dd59..bf75709 100644
--- a/mate/256x256/actions/document-properties.png
+++ b/mate/256x256/actions/document-properties.png
Binary files differ
diff --git a/mate/256x256/actions/document-revert-rtl.png b/mate/256x256/actions/document-revert-rtl.png
new file mode 100644
index 0000000..c7fc1b4
--- /dev/null
+++ b/mate/256x256/actions/document-revert-rtl.png
Binary files differ
diff --git a/mate/256x256/actions/document-revert.png b/mate/256x256/actions/document-revert.png
index 34bf87e..2741a33 100644
--- a/mate/256x256/actions/document-revert.png
+++ b/mate/256x256/actions/document-revert.png
Binary files differ
diff --git a/mate/256x256/actions/document-save-as.png b/mate/256x256/actions/document-save-as.png
index 2025fa1..0a3b5cb 100644
--- a/mate/256x256/actions/document-save-as.png
+++ b/mate/256x256/actions/document-save-as.png
Binary files differ
diff --git a/mate/256x256/actions/document-save.png b/mate/256x256/actions/document-save.png
index b02911a..90fe5eb 100644
--- a/mate/256x256/actions/document-save.png
+++ b/mate/256x256/actions/document-save.png
Binary files differ
diff --git a/mate/256x256/actions/edit-delete.png b/mate/256x256/actions/edit-delete.png
index 6d4295c..b048dbf 100644
--- a/mate/256x256/actions/edit-delete.png
+++ b/mate/256x256/actions/edit-delete.png
Binary files differ
diff --git a/mate/256x256/actions/edit-find-replace.png b/mate/256x256/actions/edit-find-replace.png
index f878339..7d52af3 100644
--- a/mate/256x256/actions/edit-find-replace.png
+++ b/mate/256x256/actions/edit-find-replace.png
Binary files differ
diff --git a/mate/256x256/actions/edit-find.png b/mate/256x256/actions/edit-find.png
index 6485912..6120ec8 100644
--- a/mate/256x256/actions/edit-find.png
+++ b/mate/256x256/actions/edit-find.png
Binary files differ
diff --git a/mate/256x256/actions/edit-select-all.png b/mate/256x256/actions/edit-select-all.png
index 5937890..b7aba80 100644
--- a/mate/256x256/actions/edit-select-all.png
+++ b/mate/256x256/actions/edit-select-all.png
Binary files differ
diff --git a/mate/256x256/actions/go-first.png b/mate/256x256/actions/go-first.png
index 4a4fdb2..5dd2b77 100644
--- a/mate/256x256/actions/go-first.png
+++ b/mate/256x256/actions/go-first.png
Binary files differ
diff --git a/mate/256x256/actions/go-jump.png b/mate/256x256/actions/go-jump.png
index 02da70f..1efbe59 100644
--- a/mate/256x256/actions/go-jump.png
+++ b/mate/256x256/actions/go-jump.png
Binary files differ
diff --git a/mate/256x256/actions/go-last.png b/mate/256x256/actions/go-last.png
index 748e45c..812d14e 100644
--- a/mate/256x256/actions/go-last.png
+++ b/mate/256x256/actions/go-last.png
Binary files differ
diff --git a/mate/256x256/actions/go-next.png b/mate/256x256/actions/go-next.png
index 0c24a79..aed57b6 100644
--- a/mate/256x256/actions/go-next.png
+++ b/mate/256x256/actions/go-next.png
Binary files differ
diff --git a/mate/256x256/actions/go-previous.png b/mate/256x256/actions/go-previous.png
index a59b1fc..81d6ae7 100644
--- a/mate/256x256/actions/go-previous.png
+++ b/mate/256x256/actions/go-previous.png
Binary files differ
diff --git a/mate/256x256/actions/mail-message-new.png b/mate/256x256/actions/mail-message-new.png
index 3e2723c..1659f92 100644
--- a/mate/256x256/actions/mail-message-new.png
+++ b/mate/256x256/actions/mail-message-new.png
Binary files differ
diff --git a/mate/256x256/actions/process-stop.png b/mate/256x256/actions/process-stop.png
index e6771b2..f129b3c 100644
--- a/mate/256x256/actions/process-stop.png
+++ b/mate/256x256/actions/process-stop.png
Binary files differ
diff --git a/mate/256x256/actions/system-lock-screen.png b/mate/256x256/actions/system-lock-screen.png
index 4fdbeab..9b8d2db 100644
--- a/mate/256x256/actions/system-lock-screen.png
+++ b/mate/256x256/actions/system-lock-screen.png
Binary files differ
diff --git a/mate/256x256/actions/system-log-out.png b/mate/256x256/actions/system-log-out.png
index 30d97d1..325695a 100644
--- a/mate/256x256/actions/system-log-out.png
+++ b/mate/256x256/actions/system-log-out.png
Binary files differ
diff --git a/mate/256x256/actions/system-run.png b/mate/256x256/actions/system-run.png
new file mode 100644
index 0000000..2dcc958
--- /dev/null
+++ b/mate/256x256/actions/system-run.png
Binary files differ
diff --git a/mate/256x256/actions/system-search.png b/mate/256x256/actions/system-search.png
index a879753..b31dd50 100644
--- a/mate/256x256/actions/system-search.png
+++ b/mate/256x256/actions/system-search.png
Binary files differ
diff --git a/mate/256x256/actions/system-shutdown.png b/mate/256x256/actions/system-shutdown.png
new file mode 100644
index 0000000..41c0b00
--- /dev/null
+++ b/mate/256x256/actions/system-shutdown.png
Binary files differ
diff --git a/mate/256x256/actions/view-refresh.png b/mate/256x256/actions/view-refresh.png
index ec74c34..70dfb96 100644
--- a/mate/256x256/actions/view-refresh.png
+++ b/mate/256x256/actions/view-refresh.png
Binary files differ