aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-01 22:16:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-04-01 22:19:59 +0800
commitb95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7 (patch)
treeb1c5cb962be5e78b325b639b19cc5912cfb2a2e7 /data/icons/Makefile.am
parenta717ea5c0a8b0b05e756ce3a7d7e3e0956942c60 (diff)
downloadgsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.tar
gsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.tar.gz
gsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.tar.bz2
gsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.tar.lz
gsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.tar.xz
gsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.tar.zst
gsoc2013-evolution-b95fa8ea1a1c98d4cddc4af3650ec8caa8f05da7.zip
Bug 646384 - Updated App Icon
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r--data/icons/Makefile.am23
1 files changed, 13 insertions, 10 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index caf61d344f..45c03aa6de 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -21,9 +21,18 @@ public_icons = \
hicolor_apps_48x48_evolution-mail.png \
hicolor_apps_48x48_evolution-memos.png \
hicolor_apps_48x48_evolution-tasks.png \
- hicolor_apps_scalable_evolution.svg \
+ hicolor_apps_256x256_evolution.png \
$(NULL)
+# hicolor_status_16x16_wrapped.png was copied from Firefox
+# (toolkit/themes/gnomestripe/global/icons/wrap.png), which
+# contained the following notice:
+#
+# All files in this directory are assumed to be licensed under the
+# tri-license (MPL/GPL/LGPL) used throughout this codebase.
+#
+# There is no corresponding SVG file. */
+
private_icons = \
hicolor_apps_16x16_contact-editor.png \
hicolor_apps_16x16_im-aim.png \
@@ -192,16 +201,10 @@ stock_private_icons = \
hicolor_status_48x48_stock_signature.png \
$(NULL)
-# hicolor_status_16x16_wrapped.png was copied from Firefox
-# (toolkit/themes/gnomestripe/global/icons/wrap.png), which
-# contained the following notice:
-#
-# All files in this directory are assumed to be licensed under the
-# tri-license (MPL/GPL/LGPL) used throughout this codebase.
-#
-# There is no corresponding SVG file. */
-
+# These are source files for future editing
+# and are not meant to be installed as icons.
noinst_DATA = \
+ hicolor_apps_scalable_evolution.svg \
hicolor_actions_16x16_go-today.svg \
hicolor_actions_16x16_view-calendar-day.svg \
hicolor_actions_16x16_view-calendar-list.svg \