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/Makefile.am | 2 +- data/icons/16x16/Makefile.am | 5 + data/icons/16x16/actions/Makefile.am | 22 + data/icons/16x16/actions/epiphany-download.png | Bin 0 -> 687 bytes data/icons/16x16/actions/epiphany-download.xcf.bz2 | Bin 0 -> 1394 bytes 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 data/icons/24x24/Makefile.am | 5 + data/icons/24x24/actions/Makefile.am | 22 + data/icons/24x24/actions/epiphany-download.png | Bin 0 -> 1197 bytes data/icons/32x32/Makefile.am | 5 + data/icons/32x32/actions/Makefile.am | 22 + data/icons/32x32/actions/epiphany-download.png | Bin 0 -> 1920 bytes data/icons/32x32/actions/epiphany-download.svg | 985 +++++++++++++++++++++ data/icons/Makefile.am | 10 + data/icons/scalable/Makefile.am | 5 + data/icons/scalable/actions/Makefile.am | 22 + data/icons/scalable/actions/epiphany-download.svg | 982 ++++++++++++++++++++ 20 files changed, 2113 insertions(+), 1 deletion(-) create mode 100644 data/icons/16x16/Makefile.am create mode 100644 data/icons/16x16/actions/Makefile.am create mode 100644 data/icons/16x16/actions/epiphany-download.png create mode 100644 data/icons/16x16/actions/epiphany-download.xcf.bz2 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 create mode 100644 data/icons/24x24/Makefile.am create mode 100644 data/icons/24x24/actions/Makefile.am create mode 100644 data/icons/24x24/actions/epiphany-download.png create mode 100644 data/icons/32x32/Makefile.am create mode 100644 data/icons/32x32/actions/Makefile.am create mode 100644 data/icons/32x32/actions/epiphany-download.png create mode 100644 data/icons/32x32/actions/epiphany-download.svg create mode 100644 data/icons/Makefile.am create mode 100644 data/icons/scalable/Makefile.am create mode 100644 data/icons/scalable/actions/Makefile.am create mode 100644 data/icons/scalable/actions/epiphany-download.svg (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index de235dfdc..da662ee4d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = art chrome glade ui +SUBDIRS = art chrome glade icons ui @INTLTOOL_SERVER_RULE@ @INTLTOOL_DESKTOP_RULE@ diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 000000000..d880be4c3 --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = \ + actions + +MAINTAINERCLEANFILES = \ + Makefile.in diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am new file mode 100644 index 000000000..2db5f5276 --- /dev/null +++ b/data/icons/16x16/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 16x16 +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/16x16/actions/epiphany-download.png b/data/icons/16x16/actions/epiphany-download.png new file mode 100644 index 000000000..5c05bca34 Binary files /dev/null and b/data/icons/16x16/actions/epiphany-download.png differ diff --git a/data/icons/16x16/actions/epiphany-download.xcf.bz2 b/data/icons/16x16/actions/epiphany-download.xcf.bz2 new file mode 100644 index 000000000..5570f9c66 Binary files /dev/null and b/data/icons/16x16/actions/epiphany-download.xcf.bz2 differ 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 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 new file mode 100644 index 000000000..bdb776d69 Binary files /dev/null and b/data/icons/24x24/actions/epiphany-download.png differ diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am new file mode 100644 index 000000000..d880be4c3 --- /dev/null +++ b/data/icons/32x32/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = \ + actions + +MAINTAINERCLEANFILES = \ + Makefile.in diff --git a/data/icons/32x32/actions/Makefile.am b/data/icons/32x32/actions/Makefile.am new file mode 100644 index 000000000..85f3a5930 --- /dev/null +++ b/data/icons/32x32/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 32x32 +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/32x32/actions/epiphany-download.png b/data/icons/32x32/actions/epiphany-download.png new file mode 100644 index 000000000..258e76617 Binary files /dev/null and b/data/icons/32x32/actions/epiphany-download.png differ diff --git a/data/icons/32x32/actions/epiphany-download.svg b/data/icons/32x32/actions/epiphany-download.svg new file mode 100644 index 000000000..6b4d12719 --- /dev/null +++ b/data/icons/32x32/actions/epiphany-download.svg @@ -0,0 +1,985 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jakub Steiner, Lapo Calamandrei + + + + + + + + Drive Harddisk + + + hdd + drive + hard + fixed + media + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 000000000..ba9b4e24c --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,10 @@ +SUBDIRS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + scalable + + +MAINTAINERCLEANFILES = \ + Makefile.in diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am new file mode 100644 index 000000000..d880be4c3 --- /dev/null +++ b/data/icons/scalable/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = \ + actions + +MAINTAINERCLEANFILES = \ + Makefile.in 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 diff --git a/data/icons/scalable/actions/epiphany-download.svg b/data/icons/scalable/actions/epiphany-download.svg new file mode 100644 index 000000000..45801460b --- /dev/null +++ b/data/icons/scalable/actions/epiphany-download.svg @@ -0,0 +1,982 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Luca Ferretti + + + + + Based on hard-disk and go-down icons in gnome-icon-theme + + + Download (epiphany) + + + download + epiphany + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3