diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-23 19:30:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-23 19:30:07 +0000 |
commit | 968994d66b176491d3245246b9ab60a5d86bcb90 (patch) | |
tree | 1388935348a6344522db7c7f8d58a2be5dceeeb8 /gtkhtml | |
parent | ad85da70a6a5056e6dbd1de68c2fcf74d25e59bc (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/23 20:20:56+01:00 nexus.co.uk!pb
add fix-missing-colormap.patch, courtesy Rob McQueen
BKrev: 4101673fCeMkxy_9nM_JjOeOe7Mz3w
Diffstat (limited to 'gtkhtml')
-rw-r--r-- | gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch | 0 | ||||
-rw-r--r-- | gtkhtml/gtkhtml-3.0_3.0.10.oe | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch b/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch diff --git a/gtkhtml/gtkhtml-3.0_3.0.10.oe b/gtkhtml/gtkhtml-3.0_3.0.10.oe index 2237790ea5..291f3f4611 100644 --- a/gtkhtml/gtkhtml-3.0_3.0.10.oe +++ b/gtkhtml/gtkhtml-3.0_3.0.10.oe @@ -1,9 +1,11 @@ DESCRIPTION = "HTML rendering/editing library" DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui gal-2.0" +PR = "r1" inherit gnome -SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.0/gtkhtml-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.0/gtkhtml-${PV}.tar.bz2 \ + file://fix-missing-colormap.patch;patch=1" FILES_${PN} += "${datadir}/gtkhtml-3.0" S = "${WORKDIR}/gtkhtml-${PV}" |