[gnome-online-accounts] Add new control center icon from Jakub



commit 007894d2324224c44c6b892d77c2205d5b94ad42
Author: David Zeuthen <davidz redhat com>
Date:   Tue Jun 14 11:01:23 2011 -0400

    Add new control center icon from Jakub
    
    Also add 22x22 icon sizes.
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 configure.ac                     |    1 +
 data/icons/16x16/goa-panel.png   |  Bin 846 -> 917 bytes
 data/icons/22x22/Makefile.am     |   15 +++++++++++++++
 data/icons/22x22/goa-account.png |  Bin 0 -> 1202 bytes
 data/icons/22x22/goa-panel.png   |  Bin 0 -> 1431 bytes
 data/icons/24x24/goa-panel.png   |  Bin 1230 -> 1469 bytes
 data/icons/256x256/goa-panel.png |  Bin 25710 -> 42185 bytes
 data/icons/32x32/goa-panel.png   |  Bin 1938 -> 2170 bytes
 data/icons/48x48/goa-panel.png   |  Bin 3123 -> 3747 bytes
 data/icons/Makefile.am           |    2 +-
 10 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 34f7e8a..a2bc451 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,6 +166,7 @@ Makefile
 data/Makefile
 data/icons/Makefile
 data/icons/16x16/Makefile
+data/icons/22x22/Makefile
 data/icons/24x24/Makefile
 data/icons/32x32/Makefile
 data/icons/48x48/Makefile
diff --git a/data/icons/16x16/goa-panel.png b/data/icons/16x16/goa-panel.png
index 0d231ee..79af92c 100644
Binary files a/data/icons/16x16/goa-panel.png and b/data/icons/16x16/goa-panel.png differ
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 0000000..166d6f4
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1,15 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/22x22/apps
+icon_DATA = 				\
+	goa-panel.png			\
+	goa-account.png			\
+	$(NULL)
+
+EXTRA_DIST = \
+	$(icon_DATA)
+
+clean-local :
+	rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/goa-account.png b/data/icons/22x22/goa-account.png
new file mode 100644
index 0000000..76956c2
Binary files /dev/null and b/data/icons/22x22/goa-account.png differ
diff --git a/data/icons/22x22/goa-panel.png b/data/icons/22x22/goa-panel.png
new file mode 100644
index 0000000..90e3e35
Binary files /dev/null and b/data/icons/22x22/goa-panel.png differ
diff --git a/data/icons/24x24/goa-panel.png b/data/icons/24x24/goa-panel.png
index 79cf8f4..2bf182e 100644
Binary files a/data/icons/24x24/goa-panel.png and b/data/icons/24x24/goa-panel.png differ
diff --git a/data/icons/256x256/goa-panel.png b/data/icons/256x256/goa-panel.png
index c07d172..4ee2d0f 100644
Binary files a/data/icons/256x256/goa-panel.png and b/data/icons/256x256/goa-panel.png differ
diff --git a/data/icons/32x32/goa-panel.png b/data/icons/32x32/goa-panel.png
index b4f31d4..302f2d3 100644
Binary files a/data/icons/32x32/goa-panel.png and b/data/icons/32x32/goa-panel.png differ
diff --git a/data/icons/48x48/goa-panel.png b/data/icons/48x48/goa-panel.png
index 8a58ee3..7756b52 100644
Binary files a/data/icons/48x48/goa-panel.png and b/data/icons/48x48/goa-panel.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 1675ccd..a15d82b 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,5 +1,5 @@
 
-SUBDIRS = 16x16 24x24 32x32 48x48 256x256 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]