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 --- ChangeLog | 26 + configure.ac | 5 + 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 ++++++++++++++++++++++++++++ lib/ephy-stock-icons.h | 2 +- 18 files changed, 2947 insertions(+), 2 deletions(-) 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 diff --git a/ChangeLog b/ChangeLog index 167998a14..c5181a0e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +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 + 2007-07-10 Luca Ferretti * data/icons/16x16/actions/Makefile.am: diff --git a/configure.ac b/configure.ac index 06fdf1e55..e49991a62 100644 --- a/configure.ac +++ b/configure.ac @@ -660,23 +660,28 @@ data/chrome/brand.properties data/glade/Makefile data/icons/Makefile data/icons/16x16/Makefile +data/icons/16x16/apps/Makefile data/icons/16x16/actions/Makefile data/icons/16x16/places/Makefile data/icons/16x16/status/Makefile data/icons/22x22/Makefile +data/icons/22x22/apps/Makefile data/icons/22x22/actions/Makefile data/icons/22x22/places/Makefile data/icons/22x22/status/Makefile data/icons/24x24/Makefile +data/icons/24x24/apps/Makefile data/icons/24x24/actions/Makefile data/icons/24x24/places/Makefile data/icons/24x24/status/Makefile data/icons/32x32/Makefile +data/icons/32x32/apps/Makefile data/icons/32x32/actions/Makefile data/icons/32x32/status/Makefile data/icons/48x48/Makefile data/icons/48x48/status/Makefile data/icons/scalable/Makefile +data/icons/scalable/apps/Makefile data/icons/scalable/actions/Makefile data/icons/scalable/status/Makefile data/art/Makefile 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 5ffbb255f..3dadcc66d 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -23,7 +23,7 @@ G_BEGIN_DECLS -#define EPHY_STOCK_EPHY "web-browser" +#define EPHY_STOCK_EPHY "epiphany" /* Custom Epiphany named icons */ #define EPHY_STOCK_POPUPS "popup-hidden" -- cgit