[eog] Add 256x256 high resolution app icon
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Add 256x256 high resolution app icon
- Date: Sat, 17 Apr 2010 16:02:41 +0000 (UTC)
commit 62ff42f013a17135e12b4f02480bdbaa80cf288b
Author: Hylke Bons <hylkebons gmail com>
Date: Sat Apr 17 16:15:41 2010 +0200
Add 256x256 high resolution app icon
This is going to be used by gnome-shell's ALT+TAB switcher for example.
(bug 615356)
configure.ac | 1 +
data/icons/256x256/Makefile.am | 7 +++++++
data/icons/256x256/apps/eog.png | Bin 0 -> 47467 bytes
data/icons/Makefile.am | 2 +-
4 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1ce2ee9..48d6fca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -454,6 +454,7 @@ data/icons/22x22/Makefile
data/icons/24x24/Makefile
data/icons/32x32/Makefile
data/icons/48x48/Makefile
+data/icons/256x256/Makefile
data/icons/scalable/Makefile
doc/Makefile
doc/reference/Makefile
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 0000000..b66f3d0
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,7 @@
+size = 256x256
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+ apps/eog.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/apps/eog.png b/data/icons/256x256/apps/eog.png
new file mode 100644
index 0000000..d9011ce
Binary files /dev/null and b/data/icons/256x256/apps/eog.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 123b8e3..ed53ee3 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]