diff options
Diffstat (limited to 'data/icons/24x24')
-rw-r--r-- | data/icons/24x24/Makefile.am | 5 | ||||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 22 | ||||
-rw-r--r-- | data/icons/24x24/actions/epiphany-download.png | bin | 0 -> 1197 bytes |
3 files changed, 27 insertions, 0 deletions
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am new file mode 100644 index 000000000..d880be4c3 --- /dev/null +++ b/data/icons/24x24/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = \ + actions + +MAINTAINERCLEANFILES = \ + Makefile.in diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am new file mode 100644 index 000000000..c478fd031 --- /dev/null +++ b/data/icons/24x24/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 24x24 +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/24x24/actions/epiphany-download.png b/data/icons/24x24/actions/epiphany-download.png Binary files differnew file mode 100644 index 000000000..bdb776d69 --- /dev/null +++ b/data/icons/24x24/actions/epiphany-download.png |