java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / xchat / xchat_2.8.6.bb
blob9e203fb6824398e4a6541f6d366299f73c418dd9
1 DESCRIPTION = "Full-featured IRC chat client with scripting support"
2 LICENSE = "GPL"
3 HOMEPAGE = "http://www.xchat.org"
4 SECTION = "x11/network"
5 DEPENDS = "libgcrypt zlib gtk+"
6 DEPENDS += "gdk-pixbuf-csource-native"
7 PR = "r2"
9 SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2 \
10 file://46_CVE-2009-0315.dpatch;patch=1 \
11 file://53_fix_deprecated_widgets.dpatch;patch=1 \
14 inherit autotools
16 EXTRA_OECONF = "\
17 --disable-perl \
18 --disable-python \
19 --disable-tcl \
22 #Fix little bug that slipped into the 2.8.6 release, already fixed upstream.
23 do_compile_prepend() {
24 sed -i 's/GtkType/GType/' ${s}src/fe-gtk/xtext.{c,h}
27 FILES_${PN} += "${datadir}/dbus-1"
29 FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug"
31 SRC_URI[md5sum] = "1f2670865d43a23a9abc596dde999aca"
32 SRC_URI[sha256sum] = "8c89dbf36304b99363a7f090d695447653102b4528ca2aa367a2abe5cff1746d"