From 4a6ceffb98a0b785494f680d3776c4bfc4052f9e Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Thu, 24 Feb 2011 04:14:30 +0100 Subject: add xchat r1489 --- src/pixmaps/Makefile.am | 20 ++++++++++++++++++++ src/pixmaps/book.png | Bin 0 -> 841 bytes src/pixmaps/fileoffer.png | Bin 0 -> 5637 bytes src/pixmaps/highlight.png | Bin 0 -> 5544 bytes src/pixmaps/hop.png | Bin 0 -> 262 bytes src/pixmaps/message.png | Bin 0 -> 5152 bytes src/pixmaps/op.png | Bin 0 -> 246 bytes src/pixmaps/purple.png | Bin 0 -> 240 bytes src/pixmaps/red.png | Bin 0 -> 212 bytes src/pixmaps/voice.png | Bin 0 -> 267 bytes 10 files changed, 20 insertions(+) create mode 100644 src/pixmaps/Makefile.am create mode 100644 src/pixmaps/book.png create mode 100644 src/pixmaps/fileoffer.png create mode 100644 src/pixmaps/highlight.png create mode 100644 src/pixmaps/hop.png create mode 100644 src/pixmaps/message.png create mode 100644 src/pixmaps/op.png create mode 100644 src/pixmaps/purple.png create mode 100644 src/pixmaps/red.png create mode 100644 src/pixmaps/voice.png (limited to 'src/pixmaps') diff --git a/src/pixmaps/Makefile.am b/src/pixmaps/Makefile.am new file mode 100644 index 00000000..5476f9d4 --- /dev/null +++ b/src/pixmaps/Makefile.am @@ -0,0 +1,20 @@ +## Process this file with automake to produce Makefile.in + +LIST = traymsgpng $(srcdir)/message.png \ + trayhilightpng $(srcdir)/highlight.png \ + trayfilepng $(srcdir)/fileoffer.png \ + bookpng $(srcdir)/book.png \ + hoppng $(srcdir)/hop.png \ + oppng $(srcdir)/op.png \ + purplepng $(srcdir)/purple.png \ + redpng $(srcdir)/red.png \ + voicepng $(srcdir)/voice.png \ + xchatpng $(srcdir)/../../xchat.png + +PNGS = message.png highlight.png fileoffer.png book.png hop.png op.png purple.png red.png voice.png +noinst_HEADERS = inline_pngs.h +CLEANFILES = $(noinst_HEADERS) +EXTRA_DIST = $(PNGS) + +inline_pngs.h: $(PNGS) + @gdkpixbufcsourcepath@ --raw --build-list $(LIST) > $(srcdir)/inline_pngs.h diff --git a/src/pixmaps/book.png b/src/pixmaps/book.png new file mode 100644 index 00000000..1f1e4301 Binary files /dev/null and b/src/pixmaps/book.png differ diff --git a/src/pixmaps/fileoffer.png b/src/pixmaps/fileoffer.png new file mode 100644 index 00000000..fb16cb22 Binary files /dev/null and b/src/pixmaps/fileoffer.png differ diff --git a/src/pixmaps/highlight.png b/src/pixmaps/highlight.png new file mode 100644 index 00000000..818f60f1 Binary files /dev/null and b/src/pixmaps/highlight.png differ diff --git a/src/pixmaps/hop.png b/src/pixmaps/hop.png new file mode 100644 index 00000000..30a84601 Binary files /dev/null and b/src/pixmaps/hop.png differ diff --git a/src/pixmaps/message.png b/src/pixmaps/message.png new file mode 100644 index 00000000..de09c2ae Binary files /dev/null and b/src/pixmaps/message.png differ diff --git a/src/pixmaps/op.png b/src/pixmaps/op.png new file mode 100644 index 00000000..8b2f4f9f Binary files /dev/null and b/src/pixmaps/op.png differ diff --git a/src/pixmaps/purple.png b/src/pixmaps/purple.png new file mode 100644 index 00000000..5910d3f0 Binary files /dev/null and b/src/pixmaps/purple.png differ diff --git a/src/pixmaps/red.png b/src/pixmaps/red.png new file mode 100644 index 00000000..cb940a33 Binary files /dev/null and b/src/pixmaps/red.png differ diff --git a/src/pixmaps/voice.png b/src/pixmaps/voice.png new file mode 100644 index 00000000..8bbf7a57 Binary files /dev/null and b/src/pixmaps/voice.png differ -- cgit 1.4.1