From 060e1e90fc45b0ec50466fbd30f988fe51440a7a Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Mon, 4 Dec 2006 09:20:12 +0000 Subject: Initial commit to provide Epiphany icons as themed icons. Files will be 2006-12-04 Luca Ferretti * configure.in: * data/Makefile.am: * data/icons/*/epiphany-download*: * data/icons/*Makefile.am*: Initial commit to provide Epiphany icons as themed icons. Files will be installed under $prefix/share/epiphany/icons/hicolor/ as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006 By now only epiphany-download is available, but currently unused in the UI. More icons are code changes will come. --- data/icons/22x22/Makefile.am | 5 +++++ data/icons/22x22/actions/Makefile.am | 22 +++++++++++++++++++++ data/icons/22x22/actions/epiphany-download.png | Bin 0 -> 1127 bytes data/icons/22x22/actions/epiphany-download.xcf.bz2 | Bin 0 -> 2899 bytes 4 files changed, 27 insertions(+) create mode 100644 data/icons/22x22/Makefile.am create mode 100644 data/icons/22x22/actions/Makefile.am create mode 100644 data/icons/22x22/actions/epiphany-download.png create mode 100644 data/icons/22x22/actions/epiphany-download.xcf.bz2 (limited to 'data/icons/22x22') diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am new file mode 100644 index 000000000..d880be4c3 --- /dev/null +++ b/data/icons/22x22/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = \ + actions + +MAINTAINERCLEANFILES = \ + Makefile.in diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am new file mode 100644 index 000000000..ea9ea18c6 --- /dev/null +++ b/data/icons/22x22/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 22x22 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany-download.png + + +EXTRA_DIST = \ + $(icons_DATA) + +MAINTAINERCLEANFILES = \ + Makefile.in + +install-data-local: install-iconsDATA + if test -n "$(ICONMAP)" ; then \ + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \ + fi + +uninstall-am: uninstall-iconsDATA \ No newline at end of file diff --git a/data/icons/22x22/actions/epiphany-download.png b/data/icons/22x22/actions/epiphany-download.png new file mode 100644 index 000000000..c4e1d2e83 Binary files /dev/null and b/data/icons/22x22/actions/epiphany-download.png differ diff --git a/data/icons/22x22/actions/epiphany-download.xcf.bz2 b/data/icons/22x22/actions/epiphany-download.xcf.bz2 new file mode 100644 index 000000000..edcdaeeac Binary files /dev/null and b/data/icons/22x22/actions/epiphany-download.xcf.bz2 differ -- cgit v1.2.3