cornucopia: bump SRCREV
[openembedded.git] / recipes / gtkhtml / gtkhtml-3.8_3.12.3.bb
blob3f1a2d730086a09ede5c798c9b5609ac2f39d83c
1 DESCRIPTION = "HTML rendering/editing library"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "gtk+ virtual/gail libbonoboui libgnomeprintui libgnomeui"
6 PR = "r2"
8 SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.12/gtkhtml-${PV}.tar.bz2 \
9 file://60_glib-2.15-g-gnuc-function.patch"
11 S = "${WORKDIR}/gtkhtml-${PV}"
13 inherit autotools pkgconfig
15 EXTRA_OECONF = "--disable-gtk-doc"
17 ORBIT_IDL = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
19 do_configure_append() {
20 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
21 find ${S} -name Makefile | xargs sed -i s:'-I${prefix}/include':'-I.':g
22 find ${S} -name Makefile | xargs sed -i 's|ORBIT_IDL =.*|ORBIT_IDL = ${ORBIT_IDL}|'
25 FILES_${PN} += "${datadir}/gtkhtml-3.8"
28 SRC_URI[md5sum] = "b580590014988b02e51b66be65319570"
29 SRC_URI[sha256sum] = "666849b22375efbaf2ab506b33868ac64126728a8e509f055882ae6940999847"