summaryrefslogtreecommitdiff
path: root/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-01 09:52:55 +0000
committerChris Lord <chris@openedhand.com>2006-02-01 09:52:55 +0000
commitda8ed2882801ca513eef5b696de14ea99c485354 (patch)
treead43f2132fd8896e1c2c4aefe75ad572273d469a /openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
parent27700c91dd31d47332e6533241982d856772e08b (diff)
downloadopenembedded-core-da8ed2882801ca513eef5b696de14ea99c485354.tar.gz
openembedded-core-da8ed2882801ca513eef5b696de14ea99c485354.tar.bz2
openembedded-core-da8ed2882801ca513eef5b696de14ea99c485354.tar.xz
openembedded-core-da8ed2882801ca513eef5b696de14ea99c485354.zip
Add libsoup, libspidermonkey, libxml2 cvs, patched gtkhtml2 and web
packages git-svn-id: https://svn.o-hand.com/repos/poky@245 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb')
-rwxr-xr-xopenembedded/packages/gtkhtml2/gtkhtml2_cvs.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
index 7755cffa2..cdb420615 100755
--- a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
+++ b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
@@ -3,9 +3,15 @@ DEPENDS = "gtk+ glib-2.0 libxml2"
DESCRIPTION = "A GTK+ HTML rendering library."
LICENSE = "GPL"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
-PV = "0.0cvs${CVSDATE}"
+PV = "2.11.0cvs${CVSDATE}"
-SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2"
+SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \
+ file://at-import_box-pos.patch;patch=1;pnum=0 \
+ file://fix-background-none.patch;patch=1;pnum=1 \
+ file://css-stylesheet-user.patch;patch=1;pnum=1 \
+ file://css-media.patch;patch=1;pnum=1 \
+ file://fix-background-min-max.patch;patch=1;pnum=1 \
+ file://fix-recreation.patch;patch=1;pnum=1"
S = "${WORKDIR}/${PN}"