aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-11-01 12:02:58 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-01 20:03:33 +0100
commit8ad7a9b52850f57f2ba7d40c661448974df0cdee (patch)
tree9ce048ef2b9f0f79f34ef115c5e497e278dadda8
parentf1a20d6191e191a1ac74f5760e8931ed1ee8736e (diff)
downloadopenembedded-8ad7a9b52850f57f2ba7d40c661448974df0cdee.tar.gz
xchat: Add 2.8.6 release (and fix package to include d-bus service files).
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/xchat/xchat_2.8.6.bb25
2 files changed, 29 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index e41bd939cb..c7dd9d74ac 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -27058,6 +27058,10 @@ sha256=7e239a43c5e293da57a0ee8dc1e383d243ec44b00e682558db93be3d2752611f
md5=66d60febc62a01bafac9bb3a35fb37ae
sha256=f95a9a9e477128aae536669dedd79f4e7b4d469072565695289e4bbb5b36dd63
+[http://www.xchat.org/files/source/2.8/xchat-2.8.6.tar.bz2]
+md5=1f2670865d43a23a9abc596dde999aca
+sha256=8c89dbf36304b99363a7f090d695447653102b4528ca2aa367a2abe5cff1746d
+
[http://xorg.freedesktop.org/releases/individual/app/xclipboard-1.0.1.tar.bz2]
md5=2c6ecedb10dc51adbb64c95f22fd99c2
sha256=3399a27101285112ea578e1855c8374254afa8d427a3c5943458abc27c4d70fc
diff --git a/recipes/xchat/xchat_2.8.6.bb b/recipes/xchat/xchat_2.8.6.bb
new file mode 100644
index 0000000000..9be5bd385f
--- /dev/null
+++ b/recipes/xchat/xchat_2.8.6.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Full-featured IRC chat client with scripting support"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.xchat.org"
+SECTION = "x11/network"
+DEPENDS = "libgcrypt zlib gtk+"
+DEPENDS += "gdk-pixbuf-csource-native"
+PR = "r0"
+
+SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "\
+ --disable-perl \
+ --disable-python \
+"
+
+#Fix little bug that slipped into the 2.8.6 release, already fixed upstream.
+do_compile_prepend() {
+ sed -i 's/GtkType/GType/' ${s}src/fe-gtk/xtext.{c,h}
+}
+
+FILES_${PN} += "${datadir}/dbus-1"
+
+FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug"