summaryrefslogtreecommitdiff
path: root/gtkhtml
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-27 20:58:08 +0000
committerPhil Blundell <philb@gnu.org>2004-06-27 20:58:08 +0000
commitc7a286bdb6743254ef204f29eaacc8c47c3f2990 (patch)
tree7de13131dff6dd2a15ec418cdca1156e984e3baa /gtkhtml
parent7531aede88ea0522461ebaec6f103892f9b64b21 (diff)
separate out gtkhtml-3.0 from gtkhtml-3.1
BKrev: 40df34e0zPKHEi8gS0Lg764y2NEbgg
Diffstat (limited to 'gtkhtml')
-rw-r--r--gtkhtml/gtkhtml-3.0_3.0.10.oe0
-rw-r--r--gtkhtml/gtkhtml-3.1_3.1.16.oe0
-rw-r--r--gtkhtml/gtkhtml_3.1.16.oe14
3 files changed, 0 insertions, 14 deletions
diff --git a/gtkhtml/gtkhtml-3.0_3.0.10.oe b/gtkhtml/gtkhtml-3.0_3.0.10.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gtkhtml/gtkhtml-3.0_3.0.10.oe
diff --git a/gtkhtml/gtkhtml-3.1_3.1.16.oe b/gtkhtml/gtkhtml-3.1_3.1.16.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gtkhtml/gtkhtml-3.1_3.1.16.oe
diff --git a/gtkhtml/gtkhtml_3.1.16.oe b/gtkhtml/gtkhtml_3.1.16.oe
deleted file mode 100644
index 0fb6738b98..0000000000
--- a/gtkhtml/gtkhtml_3.1.16.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "HTML rendering/editing library"
-DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui"
-
-FILES_${PN} += "${datadir}/gtkhtml-3.1"
-
-inherit gnome
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-do_stage() {
- mv src/libgtkhtml.pc src/libgtkhtml-3.1.pc || true
- gnome_stage_includes
- oe_libinstall -C src -so libgtkhtml-3.1 ${STAGING_LIBDIR}
-}