[goobox] added a high definition icon



commit cf4cea7ae53bc11bad51bd1f57fa5f7541b5c861
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jun 3 09:59:40 2011 +0200

    added a high definition icon

 configure.ac                        |    2 ++
 data/icons/256x256/Makefile.am      |    3 +++
 data/icons/256x256/apps/Makefile.am |   26 ++++++++++++++++++++++++++
 data/icons/256x256/apps/goobox.png  |  Bin 0 -> 4426 bytes
 data/icons/48x48/apps/goobox.png    |  Bin 3538 -> 4426 bytes
 data/icons/Makefile.am              |    2 +-
 6 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb70a1a..4976022 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,6 +166,8 @@ data/Makefile
 data/goobox.desktop.in
 data/ui/Makefile
 data/icons/Makefile
+data/icons/256x256/Makefile
+data/icons/256x256/apps/Makefile
 data/icons/48x48/Makefile
 data/icons/48x48/apps/Makefile
 help/Makefile
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 0000000..c1213be
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = apps	
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/apps/Makefile.am b/data/icons/256x256/apps/Makefile.am
new file mode 100644
index 0000000..b18c2f4
--- /dev/null
+++ b/data/icons/256x256/apps/Makefile.am
@@ -0,0 +1,26 @@
+themedir = $(datadir)/icons/hicolor
+size = 256x256
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	goobox.png
+
+noinst_DATA =
+
+EXTRA_DIST =		\
+	$(icons_DATA)	\
+	$(noinst_DATA)
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook:
+	@-if test -z "$(DESTDIR)"; then \
+		echo "Updating Gtk icon cache."; \
+		$(gtk_update_icon_cache); \
+	else \
+		echo "*** Icon cache not updated.  After install, run this:"; \
+		echo "***   $(gtk_update_icon_cache)"; \
+	fi
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/apps/goobox.png b/data/icons/256x256/apps/goobox.png
new file mode 100644
index 0000000..51743e7
Binary files /dev/null and b/data/icons/256x256/apps/goobox.png differ
diff --git a/data/icons/48x48/apps/goobox.png b/data/icons/48x48/apps/goobox.png
index 3a60ca3..51743e7 100644
Binary files a/data/icons/48x48/apps/goobox.png and b/data/icons/48x48/apps/goobox.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index e57760e..9121fe8 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = 48x48
+SUBDIRS = 256x256 48x48
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]