summary refs log tree commit diff stats
path: root/src/pixmaps
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:14:30 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:14:30 +0100
commit4a6ceffb98a0b785494f680d3776c4bfc4052f9e (patch)
tree850703c1c841ccd99f58d0b06084615aaebe782c /src/pixmaps
parentf16af8be941b596dedac3bf4e371ee2d21f4b598 (diff)
add xchat r1489
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/Makefile.am20
-rw-r--r--src/pixmaps/book.pngbin0 -> 841 bytes
-rw-r--r--src/pixmaps/fileoffer.pngbin0 -> 5637 bytes
-rw-r--r--src/pixmaps/highlight.pngbin0 -> 5544 bytes
-rw-r--r--src/pixmaps/hop.pngbin0 -> 262 bytes
-rw-r--r--src/pixmaps/message.pngbin0 -> 5152 bytes
-rw-r--r--src/pixmaps/op.pngbin0 -> 246 bytes
-rw-r--r--src/pixmaps/purple.pngbin0 -> 240 bytes
-rw-r--r--src/pixmaps/red.pngbin0 -> 212 bytes
-rw-r--r--src/pixmaps/voice.pngbin0 -> 267 bytes
10 files changed, 20 insertions, 0 deletions
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
--- /dev/null
+++ b/src/pixmaps/book.png
Binary files differdiff --git a/src/pixmaps/fileoffer.png b/src/pixmaps/fileoffer.png
new file mode 100644
index 00000000..fb16cb22
--- /dev/null
+++ b/src/pixmaps/fileoffer.png
Binary files differdiff --git a/src/pixmaps/highlight.png b/src/pixmaps/highlight.png
new file mode 100644
index 00000000..818f60f1
--- /dev/null
+++ b/src/pixmaps/highlight.png
Binary files differdiff --git a/src/pixmaps/hop.png b/src/pixmaps/hop.png
new file mode 100644
index 00000000..30a84601
--- /dev/null
+++ b/src/pixmaps/hop.png
Binary files differdiff --git a/src/pixmaps/message.png b/src/pixmaps/message.png
new file mode 100644
index 00000000..de09c2ae
--- /dev/null
+++ b/src/pixmaps/message.png
Binary files differdiff --git a/src/pixmaps/op.png b/src/pixmaps/op.png
new file mode 100644
index 00000000..8b2f4f9f
--- /dev/null
+++ b/src/pixmaps/op.png
Binary files differdiff --git a/src/pixmaps/purple.png b/src/pixmaps/purple.png
new file mode 100644
index 00000000..5910d3f0
--- /dev/null
+++ b/src/pixmaps/purple.png
Binary files differdiff --git a/src/pixmaps/red.png b/src/pixmaps/red.png
new file mode 100644
index 00000000..cb940a33
--- /dev/null
+++ b/src/pixmaps/red.png
Binary files differdiff --git a/src/pixmaps/voice.png b/src/pixmaps/voice.png
new file mode 100644
index 00000000..8bbf7a57
--- /dev/null
+++ b/src/pixmaps/voice.png
Binary files differ