[oe-commits] David-John Willis : xchat: Add 2.8.6 release ( and fix package to include d-bus service files).

git version control git at git.openembedded.org
Sun Nov 1 19:03:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8ad7a9b52850f57f2ba7d40c661448974df0cdee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ad7a9b52850f57f2ba7d40c661448974df0cdee

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Sun Nov  1 12:02:58 2009 +0000

xchat: Add 2.8.6 release (and fix package to include d-bus service files).

---

 conf/checksums.ini           |    4 ++++
 recipes/xchat/xchat_2.8.6.bb |   25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e41bd93..c7dd9d7 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 0000000..9be5bd3
--- /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"





More information about the Openembedded-commits mailing list