[gnumeric] app icon: include a high resolution variant



commit e5284863808cb2645edcc58403f9ce2c740493d3
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Dec 4 19:54:58 2013 +0100

    app icon: include a high resolution variant
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719860

 INSTALL                     |    8 +-
 configure.ac                |    2 +-
 icons/16x16/gnumeric.png    |  Bin 781 -> 1010 bytes
 icons/22x22/gnumeric.png    |  Bin 1163 -> 1469 bytes
 icons/24x24/gnumeric.png    |  Bin 1901 -> 1537 bytes
 icons/256x256/Makefile.am   |    4 +
 icons/256x256/gnumeric.png  |  Bin 0 -> 39347 bytes
 icons/32x32/gnumeric.png    |  Bin 1990 -> 2259 bytes
 icons/48x48/gnumeric.png    |  Bin 2829 -> 3550 bytes
 icons/Makefile.am           |    2 +-
 icons/scalable/Makefile.am  |    4 -
 icons/scalable/gnumeric.svg |  894 -------------------------------------------
 12 files changed, 10 insertions(+), 904 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index a1e89e1..007e939 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
 Inc.
 
    Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@ causes the specified `gcc' to be used as the C compiler (unless it is
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
-     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ======================
@@ -367,4 +368,3 @@ operates.
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
-
diff --git a/configure.ac b/configure.ac
index 8cfb274..04048d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1097,7 +1097,7 @@ icons/22x22/Makefile
 icons/24x24/Makefile
 icons/32x32/Makefile
 icons/48x48/Makefile
-icons/scalable/Makefile
+icons/256x256/Makefile
 src/Makefile
 src/dialogs/Makefile
 src/widgets/Makefile
diff --git a/icons/16x16/gnumeric.png b/icons/16x16/gnumeric.png
index b1ba8b6..cda04a9 100644
Binary files a/icons/16x16/gnumeric.png and b/icons/16x16/gnumeric.png differ
diff --git a/icons/22x22/gnumeric.png b/icons/22x22/gnumeric.png
index 18a118a..461e616 100644
Binary files a/icons/22x22/gnumeric.png and b/icons/22x22/gnumeric.png differ
diff --git a/icons/24x24/gnumeric.png b/icons/24x24/gnumeric.png
index 5f9388c..daacb69 100644
Binary files a/icons/24x24/gnumeric.png and b/icons/24x24/gnumeric.png differ
diff --git a/icons/256x256/Makefile.am b/icons/256x256/Makefile.am
new file mode 100644
index 0000000..8b21359
--- /dev/null
+++ b/icons/256x256/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/256x256/apps
+icon_DATA = gnumeric.png
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/icons/256x256/gnumeric.png b/icons/256x256/gnumeric.png
new file mode 100644
index 0000000..691aeb3
Binary files /dev/null and b/icons/256x256/gnumeric.png differ
diff --git a/icons/32x32/gnumeric.png b/icons/32x32/gnumeric.png
index bfaf4c6..58b58d4 100644
Binary files a/icons/32x32/gnumeric.png and b/icons/32x32/gnumeric.png differ
diff --git a/icons/48x48/gnumeric.png b/icons/48x48/gnumeric.png
index 093ed6a..49727bb 100644
Binary files a/icons/48x48/gnumeric.png and b/icons/48x48/gnumeric.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
index b6bc052..4073fd8 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
 
 # keep in sync with gnumeric/src/libgnumeric.c:gnm_common_init
 mimeicondir = $(datadir)/pixmaps


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