From 4f2991ef0cf68e2e270a879b109e3b464f0e376d Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Tue, 10 Jul 2007 12:22:17 +0000 Subject: Install under hicolor and use "epiphany" named icon as application icon 2007-07-10 Luca Ferretti * configure.ac: * data/icons/16x16/Makefile.am: * data/icons/16x16/apps/Makefile.am: * data/icons/16x16/apps/epiphnay.svg: * data/icons/16x16/apps/epiphnay.png: * data/icons/22x22/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/22x22/apps/epiphnay.svg: * data/icons/22x22/apps/epiphnay.png: * data/icons/24x24/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/24x24/apps/epiphnay.png: * data/icons/scalable/Makefile.am: * data/icons/scalable/apps/Makefile.am: * data/icons/scalable/apps/epiphnay.svg: * lib/ephy-stock-icons.h: Install under hicolor and use "epiphany" named icon as application icon * data/icons/Makefile.am: Update gtk icon cache for hicolor on install and uninstall svn path=/trunk/; revision=7129 --- data/icons/16x16/Makefile.am | 1 + data/icons/16x16/apps/Makefile.am | 15 + data/icons/16x16/apps/epiphnay.png | Bin 0 -> 982 bytes data/icons/16x16/apps/epiphnay.svg | 853 ++++++++++++++++++++++++++ data/icons/22x22/Makefile.am | 1 + data/icons/22x22/apps/Makefile.am | 15 + data/icons/22x22/apps/epiphnay.png | Bin 0 -> 1585 bytes data/icons/22x22/apps/epiphnay.svg | 1069 +++++++++++++++++++++++++++++++++ data/icons/24x24/Makefile.am | 1 + data/icons/24x24/apps/Makefile.am | 14 + data/icons/24x24/apps/epiphnay.png | Bin 0 -> 1601 bytes data/icons/Makefile.am | 13 + data/icons/scalable/Makefile.am | 3 +- data/icons/scalable/apps/Makefile.am | 14 + data/icons/scalable/apps/epiphnay.svg | 917 ++++++++++++++++++++++++++++ 15 files changed, 2915 insertions(+), 1 deletion(-) create mode 100644 data/icons/16x16/apps/Makefile.am create mode 100644 data/icons/16x16/apps/epiphnay.png create mode 100644 data/icons/16x16/apps/epiphnay.svg create mode 100644 data/icons/22x22/apps/Makefile.am create mode 100644 data/icons/22x22/apps/epiphnay.png create mode 100644 data/icons/22x22/apps/epiphnay.svg create mode 100644 data/icons/24x24/apps/Makefile.am create mode 100644 data/icons/24x24/apps/epiphnay.png create mode 100644 data/icons/scalable/apps/Makefile.am create mode 100644 data/icons/scalable/apps/epiphnay.svg (limited to 'data') diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am index a15b2be3f..fadfc9020 100644 --- a/data/icons/16x16/Makefile.am +++ b/data/icons/16x16/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = \ + apps \ actions \ places \ status diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am new file mode 100644 index 000000000..8200331c5 --- /dev/null +++ b/data/icons/16x16/apps/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(datadir)/icons/hicolor +size = 16x16 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany.png + +noinst_DATA = \ + epiphany.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/16x16/apps/epiphnay.png b/data/icons/16x16/apps/epiphnay.png new file mode 100644 index 000000000..12191acf2 Binary files /dev/null and b/data/icons/16x16/apps/epiphnay.png differ diff --git a/data/icons/16x16/apps/epiphnay.svg b/data/icons/16x16/apps/epiphnay.svg new file mode 100644 index 000000000..5e05ecc98 --- /dev/null +++ b/data/icons/16x16/apps/epiphnay.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Web Browser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am index a15b2be3f..fadfc9020 100644 --- a/data/icons/22x22/Makefile.am +++ b/data/icons/22x22/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = \ + apps \ actions \ places \ status diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am new file mode 100644 index 000000000..093da0bb8 --- /dev/null +++ b/data/icons/22x22/apps/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(datadir)/icons/hicolor +size = 22x22 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany.png + +noinst_DATA = \ + epiphany.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/22x22/apps/epiphnay.png b/data/icons/22x22/apps/epiphnay.png new file mode 100644 index 000000000..edfaa2f17 Binary files /dev/null and b/data/icons/22x22/apps/epiphnay.png differ diff --git a/data/icons/22x22/apps/epiphnay.svg b/data/icons/22x22/apps/epiphnay.svg new file mode 100644 index 000000000..7008463fa --- /dev/null +++ b/data/icons/22x22/apps/epiphnay.svg @@ -0,0 +1,1069 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Web Browser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am index 9e425c3e6..d6b3a849a 100644 --- a/data/icons/24x24/Makefile.am +++ b/data/icons/24x24/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = \ + apps \ actions \ places \ status diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am new file mode 100644 index 000000000..61fdea88e --- /dev/null +++ b/data/icons/24x24/apps/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/24x24/apps/epiphnay.png b/data/icons/24x24/apps/epiphnay.png new file mode 100644 index 000000000..c25adec96 Binary files /dev/null and b/data/icons/24x24/apps/epiphnay.png differ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index ce006dcd4..47504f4fd 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -5,3 +5,16 @@ SUBDIRS = \ 32x32 \ 48x48 \ scalable + +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 diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am index a7a411110..6e7f8f92c 100644 --- a/data/icons/scalable/Makefile.am +++ b/data/icons/scalable/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - actions \ + apps \ + actions \ status diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am new file mode 100644 index 000000000..654c0f911 --- /dev/null +++ b/data/icons/scalable/apps/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/hicolor +size = scalable +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany.svg + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/scalable/apps/epiphnay.svg b/data/icons/scalable/apps/epiphnay.svg new file mode 100644 index 000000000..d8be1c4d6 --- /dev/null +++ b/data/icons/scalable/apps/epiphnay.svg @@ -0,0 +1,917 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Web Browser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3