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/scalable/actions/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/icons/scalable/actions/Makefile.am (limited to 'data/icons/scalable/actions/Makefile.am') diff --git a/data/icons/scalable/actions/Makefile.am b/data/icons/scalable/actions/Makefile.am new file mode 100644 index 000000000..4472bf2ad --- /dev/null +++ b/data/icons/scalable/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = scalable +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany-download.svg + + +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 -- cgit v1.2.3