From 914262d420e78766ae11b85403aa2247d5054d46 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 1 Aug 2020 12:52:49 +0200 Subject: geyes: Use common subdirs - src, icons, data --- geyes/icons/16x16/apps/mate-eyes-applet.png | Bin 0 -> 651 bytes geyes/icons/22x22/apps/mate-eyes-applet.png | Bin 0 -> 1009 bytes geyes/icons/24x24/apps/mate-eyes-applet.png | Bin 0 -> 1045 bytes geyes/icons/256x256/apps/mate-eyes-applet.png | Bin 0 -> 15560 bytes geyes/icons/32x32/apps/mate-eyes-applet.png | Bin 0 -> 1465 bytes geyes/icons/64x64/apps/mate-eyes-applet.png | Bin 0 -> 2729 bytes geyes/icons/Makefile.am | 30 ++ geyes/icons/scalable/apps/mate-eyes-applet.svg | 410 +++++++++++++++++++++++++ 8 files changed, 440 insertions(+) create mode 100644 geyes/icons/16x16/apps/mate-eyes-applet.png create mode 100644 geyes/icons/22x22/apps/mate-eyes-applet.png create mode 100644 geyes/icons/24x24/apps/mate-eyes-applet.png create mode 100644 geyes/icons/256x256/apps/mate-eyes-applet.png create mode 100644 geyes/icons/32x32/apps/mate-eyes-applet.png create mode 100644 geyes/icons/64x64/apps/mate-eyes-applet.png create mode 100644 geyes/icons/Makefile.am create mode 100644 geyes/icons/scalable/apps/mate-eyes-applet.svg (limited to 'geyes/icons') diff --git a/geyes/icons/16x16/apps/mate-eyes-applet.png b/geyes/icons/16x16/apps/mate-eyes-applet.png new file mode 100644 index 00000000..dbf835b1 Binary files /dev/null and b/geyes/icons/16x16/apps/mate-eyes-applet.png differ diff --git a/geyes/icons/22x22/apps/mate-eyes-applet.png b/geyes/icons/22x22/apps/mate-eyes-applet.png new file mode 100644 index 00000000..dac46187 Binary files /dev/null and b/geyes/icons/22x22/apps/mate-eyes-applet.png differ diff --git a/geyes/icons/24x24/apps/mate-eyes-applet.png b/geyes/icons/24x24/apps/mate-eyes-applet.png new file mode 100644 index 00000000..49531a98 Binary files /dev/null and b/geyes/icons/24x24/apps/mate-eyes-applet.png differ diff --git a/geyes/icons/256x256/apps/mate-eyes-applet.png b/geyes/icons/256x256/apps/mate-eyes-applet.png new file mode 100644 index 00000000..c0509438 Binary files /dev/null and b/geyes/icons/256x256/apps/mate-eyes-applet.png differ diff --git a/geyes/icons/32x32/apps/mate-eyes-applet.png b/geyes/icons/32x32/apps/mate-eyes-applet.png new file mode 100644 index 00000000..08e531c9 Binary files /dev/null and b/geyes/icons/32x32/apps/mate-eyes-applet.png differ diff --git a/geyes/icons/64x64/apps/mate-eyes-applet.png b/geyes/icons/64x64/apps/mate-eyes-applet.png new file mode 100644 index 00000000..ae7a2226 Binary files /dev/null and b/geyes/icons/64x64/apps/mate-eyes-applet.png differ diff --git a/geyes/icons/Makefile.am b/geyes/icons/Makefile.am new file mode 100644 index 00000000..92fa7f75 --- /dev/null +++ b/geyes/icons/Makefile.am @@ -0,0 +1,30 @@ +iconsdir = $(datadir)/icons/hicolor + +png_icons = \ + 16x16/apps/mate-eyes-applet.png \ + 22x22/apps/mate-eyes-applet.png \ + 24x24/apps/mate-eyes-applet.png \ + 32x32/apps/mate-eyes-applet.png \ + 64x64/apps/mate-eyes-applet.png \ + 256x256/apps/mate-eyes-applet.png \ + $(NULL) + +nobase_dist_icons_DATA = \ + $(png_icons) \ + scalable/apps/mate-eyes-applet.svg \ + $(NULL) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(iconsdir) + +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 install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + +-include $(top_srcdir)/git.mk diff --git a/geyes/icons/scalable/apps/mate-eyes-applet.svg b/geyes/icons/scalable/apps/mate-eyes-applet.svg new file mode 100644 index 00000000..1128d45e --- /dev/null +++ b/geyes/icons/scalable/apps/mate-eyes-applet.svg @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Lapo Calamandrei + + + Mate Eyes + + + eyes + toy + + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1