diff options
author | Rene Wagner <rw@handhelds.org> | 2004-10-26 19:46:10 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-10-26 19:46:10 +0000 |
commit | becbf158510716c2daddbd28a2f97d0bd6995fbf (patch) | |
tree | dd880384cf8869d7dd3c692fc2bed5106fd4fbb3 | |
parent | f7fb1f0f1ef796c0590d52bfc4ad288e818e16dd (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into sugarcube.dyndns.org:/home2/oe/oe/packages
2004/10/26 21:40:19+02:00 dyndns.org!reenoo
gtk-webcore: properly fix compilation issues. patch courtesy of Petri Salmi (Nokia Research Center)
BKrev: 417ea982P0pa_EsTHz_RLWwlBwZ05Q
-rw-r--r-- | gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch (renamed from gtk-webcore/osb-nrcore-0.5.0/hacks.patch) | 0 | ||||
-rw-r--r-- | gtk-webcore/osb-nrcore_0.5.0.oe | 25 |
2 files changed, 25 insertions, 0 deletions
diff --git a/gtk-webcore/osb-nrcore-0.5.0/hacks.patch b/gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch index e69de29bb2..e69de29bb2 100644 --- a/gtk-webcore/osb-nrcore-0.5.0/hacks.patch +++ b/gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch diff --git a/gtk-webcore/osb-nrcore_0.5.0.oe b/gtk-webcore/osb-nrcore_0.5.0.oe index e69de29bb2..c1c3f102c6 100644 --- a/gtk-webcore/osb-nrcore_0.5.0.oe +++ b/gtk-webcore/osb-nrcore_0.5.0.oe @@ -0,0 +1,25 @@ +DESCRIPTION = "Gtk+ WebCore - rendering engine" +HOMEPAGE = "http://gtk-webcore.sourceforge.net/" +PRIORITY = "optional" +MAINTAINER = "Rene Wagner <rw@handhelds.org>" +DEPENDS = "glib-2.0 gtk+ pango osb-jscore" +SECTION = "gpe" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-nrcore-${PV}.tar.gz \ + file://KWQDictImpl.patch;patch=1" + +LEAD_SONAME = "libnrcore.so" + +inherit autotools pkgconfig + +do_stage () { + oe_libinstall -so libnrcore ${STAGING_LIBDIR} + oe_libinstall -so -C kwiq libnrcore_kwiq_gtk ${STAGING_LIBDIR} + + autotools_stage_includes + + install -d ${STAGING_INCDIR}/osb/NRCore + for i in ${S}/kwiq/WebCore*.h ${S}/kwiq/KWIQ*.h; do + install -m 0644 $i ${STAGING_INCDIR}/osb/NRCore + done +} |