From 727dd779b37d6582500c035664b28abce186c259 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 25 Mar 2020 19:16:33 +0100 Subject: Add 64x64 icons for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh --- configure.ac | 1 + icons/64x64/Makefile.am | 34 ++++++++++++++++++++++++++ icons/64x64/mate-panel-clock.png | Bin 0 -> 6449 bytes icons/64x64/mate-panel-drawer.png | Bin 0 -> 2222 bytes icons/64x64/mate-panel-fish.png | Bin 0 -> 4411 bytes icons/64x64/mate-panel-force-quit.png | Bin 0 -> 3427 bytes icons/64x64/mate-panel-launcher.png | Bin 0 -> 3787 bytes icons/64x64/mate-panel-notification-area.png | Bin 0 -> 3927 bytes icons/64x64/mate-panel-separator.png | Bin 0 -> 325 bytes icons/64x64/mate-panel-window-list.png | Bin 0 -> 2019 bytes icons/64x64/mate-panel-window-menu.png | Bin 0 -> 1851 bytes icons/64x64/mate-panel-workspace-switcher.png | Bin 0 -> 1801 bytes icons/64x64/mate-panel.png | Bin 0 -> 2516 bytes icons/Makefile.am | 2 +- 14 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 icons/64x64/Makefile.am create mode 100644 icons/64x64/mate-panel-clock.png create mode 100644 icons/64x64/mate-panel-drawer.png create mode 100644 icons/64x64/mate-panel-fish.png create mode 100644 icons/64x64/mate-panel-force-quit.png create mode 100644 icons/64x64/mate-panel-launcher.png create mode 100644 icons/64x64/mate-panel-notification-area.png create mode 100644 icons/64x64/mate-panel-separator.png create mode 100644 icons/64x64/mate-panel-window-list.png create mode 100644 icons/64x64/mate-panel-window-menu.png create mode 100644 icons/64x64/mate-panel-workspace-switcher.png create mode 100644 icons/64x64/mate-panel.png diff --git a/configure.ac b/configure.ac index 083db971..fec5c628 100644 --- a/configure.ac +++ b/configure.ac @@ -308,6 +308,7 @@ icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile +icons/64x64/Makefile icons/256x256/Makefile icons/scalable/Makefile mate-panel/Makefile diff --git a/icons/64x64/Makefile.am b/icons/64x64/Makefile.am new file mode 100644 index 00000000..f08965e2 --- /dev/null +++ b/icons/64x64/Makefile.am @@ -0,0 +1,34 @@ +size = 64x64 + +iconsdir = $(datadir)/icons/hicolor/$(size)/apps + +icons_DATA = \ + mate-panel-clock.png \ + mate-panel-drawer.png \ + mate-panel-fish.png \ + mate-panel-force-quit.png \ + mate-panel-launcher.png \ + mate-panel-notification-area.png \ + mate-panel.png \ + mate-panel-separator.png \ + mate-panel-window-list.png \ + mate-panel-window-menu.png \ + mate-panel-workspace-switcher.png + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + +EXTRA_DIST = \ + $(icons_DATA) + +-include $(top_srcdir)/git.mk diff --git a/icons/64x64/mate-panel-clock.png b/icons/64x64/mate-panel-clock.png new file mode 100644 index 00000000..cb97dae8 Binary files /dev/null and b/icons/64x64/mate-panel-clock.png differ diff --git a/icons/64x64/mate-panel-drawer.png b/icons/64x64/mate-panel-drawer.png new file mode 100644 index 00000000..09875dbb Binary files /dev/null and b/icons/64x64/mate-panel-drawer.png differ diff --git a/icons/64x64/mate-panel-fish.png b/icons/64x64/mate-panel-fish.png new file mode 100644 index 00000000..888ee6c2 Binary files /dev/null and b/icons/64x64/mate-panel-fish.png differ diff --git a/icons/64x64/mate-panel-force-quit.png b/icons/64x64/mate-panel-force-quit.png new file mode 100644 index 00000000..aa336ead Binary files /dev/null and b/icons/64x64/mate-panel-force-quit.png differ diff --git a/icons/64x64/mate-panel-launcher.png b/icons/64x64/mate-panel-launcher.png new file mode 100644 index 00000000..463284a6 Binary files /dev/null and b/icons/64x64/mate-panel-launcher.png differ diff --git a/icons/64x64/mate-panel-notification-area.png b/icons/64x64/mate-panel-notification-area.png new file mode 100644 index 00000000..54ba8ddb Binary files /dev/null and b/icons/64x64/mate-panel-notification-area.png differ diff --git a/icons/64x64/mate-panel-separator.png b/icons/64x64/mate-panel-separator.png new file mode 100644 index 00000000..24e199da Binary files /dev/null and b/icons/64x64/mate-panel-separator.png differ diff --git a/icons/64x64/mate-panel-window-list.png b/icons/64x64/mate-panel-window-list.png new file mode 100644 index 00000000..c8002392 Binary files /dev/null and b/icons/64x64/mate-panel-window-list.png differ diff --git a/icons/64x64/mate-panel-window-menu.png b/icons/64x64/mate-panel-window-menu.png new file mode 100644 index 00000000..f4daa393 Binary files /dev/null and b/icons/64x64/mate-panel-window-menu.png differ diff --git a/icons/64x64/mate-panel-workspace-switcher.png b/icons/64x64/mate-panel-workspace-switcher.png new file mode 100644 index 00000000..9139bc7e Binary files /dev/null and b/icons/64x64/mate-panel-workspace-switcher.png differ diff --git a/icons/64x64/mate-panel.png b/icons/64x64/mate-panel.png new file mode 100644 index 00000000..3852838d Binary files /dev/null and b/icons/64x64/mate-panel.png differ diff --git a/icons/Makefile.am b/icons/Makefile.am index 86acf6bf..8e5ab1ac 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 256x256 scalable -include $(top_srcdir)/git.mk -- cgit v1.2.1