[gnome-color-manager] Add a 64x64 pixel application icon
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Add a 64x64 pixel application icon
- Date: Sun, 6 Dec 2009 19:46:03 +0000 (UTC)
commit 29b66375ed40e10bfffba601eeca9f25bd8a46b7
Author: Richard Hughes <richard hughsie com>
Date: Sun Dec 6 19:45:42 2009 +0000
Add a 64x64 pixel application icon
configure.ac | 1 +
data/icons/64x64/Makefile.am | 15 +++++++++++++++
data/icons/64x64/gnome-color-manager.png | Bin 0 -> 3022 bytes
data/icons/Makefile.am | 2 +-
4 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5e8b4f1..6d13405 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,6 +210,7 @@ data/icons/22x22/Makefile
data/icons/24x24/Makefile
data/icons/32x32/Makefile
data/icons/48x48/Makefile
+data/icons/64x64/Makefile
data/icons/scalable/Makefile
po/Makefile.in
])
diff --git a/data/icons/64x64/Makefile.am b/data/icons/64x64/Makefile.am
new file mode 100644
index 0000000..36624b2
--- /dev/null
+++ b/data/icons/64x64/Makefile.am
@@ -0,0 +1,15 @@
+themedir = $(datadir)/icons/hicolor
+size = 64x64
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gnome-color-manager.png
+
+install-data-hook:
+ mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/mimetypes;
+ ln -fs $(iconsdir)/gnome-color-manager.png $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/mimetypes/application-vnd.iccprofile.png;
+
+EXTRA_DIST = \
+ $(icons_DATA)
diff --git a/data/icons/64x64/gnome-color-manager.png b/data/icons/64x64/gnome-color-manager.png
new file mode 100644
index 0000000..df17703
Binary files /dev/null and b/data/icons/64x64/gnome-color-manager.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 17dca13..c563ecb 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48
+SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48 64x64
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]