[gnome-power-manager] Update app launcher icon. bug #645536



commit 7c056eff4cc915e1a121f774415be62387590840
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jun 15 11:13:42 2011 +0200

    Update app launcher icon. bug #645536

 configure.ac                                     |    2 +
 data/icons/16x16/apps/gnome-power-manager.png    |  Bin 1404 -> 721 bytes
 data/icons/22x22/apps/gnome-power-manager.png    |  Bin 1897 -> 985 bytes
 data/icons/24x24/apps/gnome-power-manager.png    |  Bin 1913 -> 941 bytes
 data/icons/256x256/Makefile.am                   |    2 +
 data/icons/256x256/apps/Makefile.am              |   14 +
 data/icons/256x256/apps/gnome-power-manager.png  |  Bin 0 -> 32499 bytes
 data/icons/32x32/apps/gnome-power-manager.png    |  Bin 2196 -> 1989 bytes
 data/icons/48x48/apps/gnome-power-manager.png    |  Bin 3737 -> 3383 bytes
 data/icons/Makefile.am                           |    2 +-
 data/icons/scalable/apps/Makefile.am             |    1 -
 data/icons/scalable/apps/gnome-power-manager.svg |  493 ----------------------
 12 files changed, 19 insertions(+), 495 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a97592e..e0f0d77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -269,6 +269,8 @@ data/icons/scalable/Makefile
 data/icons/scalable/actions/Makefile
 data/icons/scalable/apps/Makefile
 data/icons/scalable/status/Makefile
+data/icons/256x256/Makefile
+data/icons/256x256/apps/Makefile
 ])
 AC_OUTPUT
 
diff --git a/data/icons/16x16/apps/gnome-power-manager.png b/data/icons/16x16/apps/gnome-power-manager.png
index ab08d6d..4e72c76 100644
Binary files a/data/icons/16x16/apps/gnome-power-manager.png and b/data/icons/16x16/apps/gnome-power-manager.png differ
diff --git a/data/icons/22x22/apps/gnome-power-manager.png b/data/icons/22x22/apps/gnome-power-manager.png
index f22c022..6ad7e5d 100644
Binary files a/data/icons/22x22/apps/gnome-power-manager.png and b/data/icons/22x22/apps/gnome-power-manager.png differ
diff --git a/data/icons/24x24/apps/gnome-power-manager.png b/data/icons/24x24/apps/gnome-power-manager.png
index 1e61940..9f806af 100644
Binary files a/data/icons/24x24/apps/gnome-power-manager.png and b/data/icons/24x24/apps/gnome-power-manager.png differ
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 0000000..be70ac5
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = apps
+
diff --git a/data/icons/256x256/apps/Makefile.am b/data/icons/256x256/apps/Makefile.am
new file mode 100644
index 0000000..dfa0710
--- /dev/null
+++ b/data/icons/256x256/apps/Makefile.am
@@ -0,0 +1,14 @@
+themedir = $(datadir)/icons/hicolor
+size = 256x256
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = 			  	\
+	gnome-power-manager.png
+
+noinst_DATA = 
+
+EXTRA_DIST =		\
+	$(icons_DATA)	\
+	$(noinst_DATA)
diff --git a/data/icons/256x256/apps/gnome-power-manager.png b/data/icons/256x256/apps/gnome-power-manager.png
new file mode 100644
index 0000000..bde1807
Binary files /dev/null and b/data/icons/256x256/apps/gnome-power-manager.png differ
diff --git a/data/icons/32x32/apps/gnome-power-manager.png b/data/icons/32x32/apps/gnome-power-manager.png
index 051f969..579f709 100644
Binary files a/data/icons/32x32/apps/gnome-power-manager.png and b/data/icons/32x32/apps/gnome-power-manager.png differ
diff --git a/data/icons/48x48/apps/gnome-power-manager.png b/data/icons/48x48/apps/gnome-power-manager.png
index ea5c508..f013b42 100644
Binary files a/data/icons/48x48/apps/gnome-power-manager.png and b/data/icons/48x48/apps/gnome-power-manager.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 17dca13..326c1fc 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 256x256
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
 
diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am
index c072ec4..f9acc73 100644
--- a/data/icons/scalable/apps/Makefile.am
+++ b/data/icons/scalable/apps/Makefile.am
@@ -7,7 +7,6 @@ iconsdir = $(themedir)/$(size)/$(context)
 icons_DATA = 			  	\
 	gnome-brightness-applet.svg	\
 	gnome-inhibit-applet.svg	\
-	gnome-power-manager.svg		\
 	gnome-power-statistics.svg
 
 noinst_DATA = 



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