From 40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 25 Apr 2007 21:59:20 +0000 Subject: [darcs-to-svn @ initial import] svn path=/trunk/; revision=2 --- pixmaps/Makefile.am | 30 ++++++++++++++++++++++++++++++ pixmaps/gossip-available.png | Bin 0 -> 741 bytes pixmaps/gossip-away.png | Bin 0 -> 609 bytes pixmaps/gossip-busy.png | Bin 0 -> 888 bytes pixmaps/gossip-extended-away.png | Bin 0 -> 773 bytes pixmaps/gossip-group-message.png | Bin 0 -> 764 bytes pixmaps/gossip-message.png | Bin 0 -> 594 bytes pixmaps/gossip-offline.png | Bin 0 -> 524 bytes pixmaps/gossip-pending.png | Bin 0 -> 786 bytes pixmaps/gossip-typing.png | Bin 0 -> 820 bytes pixmaps/vcard_16.png | Bin 0 -> 411 bytes pixmaps/vcard_48.png | Bin 0 -> 3155 bytes 12 files changed, 30 insertions(+) create mode 100644 pixmaps/Makefile.am create mode 100644 pixmaps/gossip-available.png create mode 100644 pixmaps/gossip-away.png create mode 100644 pixmaps/gossip-busy.png create mode 100644 pixmaps/gossip-extended-away.png create mode 100644 pixmaps/gossip-group-message.png create mode 100644 pixmaps/gossip-message.png create mode 100644 pixmaps/gossip-offline.png create mode 100644 pixmaps/gossip-pending.png create mode 100644 pixmaps/gossip-typing.png create mode 100644 pixmaps/vcard_16.png create mode 100644 pixmaps/vcard_48.png (limited to 'pixmaps') diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am new file mode 100644 index 000000000..11df65cf9 --- /dev/null +++ b/pixmaps/Makefile.am @@ -0,0 +1,30 @@ +imagedir = $(datadir)/empathy + +image_DATA = \ + gossip-offline.png \ + gossip-available.png \ + gossip-busy.png \ + gossip-away.png \ + gossip-extended-away.png \ + gossip-pending.png \ + gossip-message.png \ + gossip-typing.png \ + gossip-group-message.png \ + vcard_16.png \ + vcard_48.png + +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 + +EXTRA_DIST = \ + $(image_DATA) + + diff --git a/pixmaps/gossip-available.png b/pixmaps/gossip-available.png new file mode 100644 index 000000000..c2d074f50 Binary files /dev/null and b/pixmaps/gossip-available.png differ diff --git a/pixmaps/gossip-away.png b/pixmaps/gossip-away.png new file mode 100644 index 000000000..ba9ed232a Binary files /dev/null and b/pixmaps/gossip-away.png differ diff --git a/pixmaps/gossip-busy.png b/pixmaps/gossip-busy.png new file mode 100644 index 000000000..190c5ae70 Binary files /dev/null and b/pixmaps/gossip-busy.png differ diff --git a/pixmaps/gossip-extended-away.png b/pixmaps/gossip-extended-away.png new file mode 100644 index 000000000..59dbe08f8 Binary files /dev/null and b/pixmaps/gossip-extended-away.png differ diff --git a/pixmaps/gossip-group-message.png b/pixmaps/gossip-group-message.png new file mode 100644 index 000000000..ed2d33b9f Binary files /dev/null and b/pixmaps/gossip-group-message.png differ diff --git a/pixmaps/gossip-message.png b/pixmaps/gossip-message.png new file mode 100644 index 000000000..84c3cefff Binary files /dev/null and b/pixmaps/gossip-message.png differ diff --git a/pixmaps/gossip-offline.png b/pixmaps/gossip-offline.png new file mode 100644 index 000000000..528eae409 Binary files /dev/null and b/pixmaps/gossip-offline.png differ diff --git a/pixmaps/gossip-pending.png b/pixmaps/gossip-pending.png new file mode 100644 index 000000000..f48de8127 Binary files /dev/null and b/pixmaps/gossip-pending.png differ diff --git a/pixmaps/gossip-typing.png b/pixmaps/gossip-typing.png new file mode 100644 index 000000000..defad7b08 Binary files /dev/null and b/pixmaps/gossip-typing.png differ diff --git a/pixmaps/vcard_16.png b/pixmaps/vcard_16.png new file mode 100644 index 000000000..0dfdb7780 Binary files /dev/null and b/pixmaps/vcard_16.png differ diff --git a/pixmaps/vcard_48.png b/pixmaps/vcard_48.png new file mode 100644 index 000000000..776006cd8 Binary files /dev/null and b/pixmaps/vcard_48.png differ -- cgit v1.2.3