[gnome-online-accounts] Re-add goa-account icons
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] Re-add goa-account icons
- Date: Fri, 24 Jun 2011 15:31:54 +0000 (UTC)
commit 94620a9c6f2a6a1b342ccd53a4b9eca639c5d99b
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jun 24 16:30:44 2011 +0100
Re-add goa-account icons
configure.ac | 7 +++++++
data/Makefile.am | 2 ++
data/icons/16x16/Makefile.am | 14 ++++++++++++++
data/icons/16x16/goa-account.png | Bin 0 -> 846 bytes
data/icons/22x22/Makefile.am | 14 ++++++++++++++
data/icons/22x22/goa-account.png | Bin 0 -> 1202 bytes
data/icons/24x24/Makefile.am | 14 ++++++++++++++
data/icons/24x24/goa-account.png | Bin 0 -> 1230 bytes
data/icons/256x256/Makefile.am | 14 ++++++++++++++
data/icons/256x256/goa-account.png | Bin 0 -> 25710 bytes
data/icons/32x32/Makefile.am | 14 ++++++++++++++
data/icons/32x32/goa-account.png | Bin 0 -> 1938 bytes
data/icons/48x48/Makefile.am | 14 ++++++++++++++
data/icons/48x48/goa-account.png | Bin 0 -> 3123 bytes
data/icons/Makefile.am | 18 ++++++++++++++++++
15 files changed, 111 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 50979f3..430d8ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,13 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])
AC_OUTPUT([
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
+data/icons/256x256/Makefile
src/Makefile
src/goa/Makefile
src/goa/goa-1.0.pc
diff --git a/data/Makefile.am b/data/Makefile.am
index 5a6f44a..1254c9a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,8 @@
NULL =
+SUBDIRS = icons
+
servicedir = $(datadir)/dbus-1/services
service_in_files = org.gnome.OnlineAccounts.service.in
service_DATA = $(service_in_files:.service.in=.service)
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
new file mode 100644
index 0000000..4cc0fe3
--- /dev/null
+++ b/data/icons/16x16/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/16x16/apps
+icon_DATA = \
+ goa-account.png \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(icon_DATA)
+
+clean-local :
+ rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/16x16/goa-account.png b/data/icons/16x16/goa-account.png
new file mode 100644
index 0000000..0d231ee
Binary files /dev/null and b/data/icons/16x16/goa-account.png differ
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 0000000..61c7f67
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/22x22/apps
+icon_DATA = \
+ 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/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 0000000..8e39016
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = \
+ goa-account.png \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(icon_DATA)
+
+clean-local :
+ rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/goa-account.png b/data/icons/24x24/goa-account.png
new file mode 100644
index 0000000..79cf8f4
Binary files /dev/null and b/data/icons/24x24/goa-account.png differ
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 0000000..617385d
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/256x256/apps
+icon_DATA = \
+ goa-account.png \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(icon_DATA)
+
+clean-local :
+ rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/goa-account.png b/data/icons/256x256/goa-account.png
new file mode 100644
index 0000000..c07d172
Binary files /dev/null and b/data/icons/256x256/goa-account.png differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 0000000..77dc019
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/32x32/apps
+icon_DATA = \
+ goa-account.png \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(icon_DATA)
+
+clean-local :
+ rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/32x32/goa-account.png b/data/icons/32x32/goa-account.png
new file mode 100644
index 0000000..b4f31d4
Binary files /dev/null and b/data/icons/32x32/goa-account.png differ
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
new file mode 100644
index 0000000..a9f8559
--- /dev/null
+++ b/data/icons/48x48/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = \
+ goa-account.png \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(icon_DATA)
+
+clean-local :
+ rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/goa-account.png b/data/icons/48x48/goa-account.png
new file mode 100644
index 0000000..8a58ee3
Binary files /dev/null and b/data/icons/48x48/goa-account.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 0000000..604aa86
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,18 @@
+
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
+
+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
+
+clean-local :
+ rm -f *~
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]