aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2001-05-06 00:28:29 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-05-06 00:28:29 +0800
commit1a2b496879af816cffe1e98b4368e99dd7b53c5f (patch)
tree8e4313161f749369684018d823a592c3a5659acc
parent6e410c7ebd3b7e693b1bb6882f9d392b26d312cc (diff)
downloadgsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.gz
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.bz2
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.lz
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.xz
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.zst
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.zip
upped required gtkhtml version to 0.9.3, even that is not enough for idl
2001-05-05 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: upped required gtkhtml version to 0.9.3, even that is not enough for idl changes. * README: you need LIB_XML_1_BRANCH. updated all version requirements from configure.in svn path=/trunk/; revision=9683
-rw-r--r--ChangeLog7
-rw-r--r--README10
-rw-r--r--configure.in8
3 files changed, 17 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index f5d65b022b..c822aba23c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-05 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * configure.in: upped required gtkhtml version to 0.9.3, even that is
+ not enough for idl changes.
+ * README: you need LIB_XML_1_BRANCH. updated all version requirements
+ from configure.in
+
2001-04-26 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Don't autogen
diff --git a/README b/README
index 67ac311fb2..208e99b18c 100644
--- a/README
+++ b/README
@@ -107,12 +107,12 @@ and -devel packages for each library.
GNOME CVS (0.8.2 is too old)
- gnome-xml - 1.8.10 or later in the 1.0 series, but not from the 2.0
- series (If you get this from GNOME CVS, use the tag "LIB_XML_1_X".)
+ series (If you get this from GNOME CVS, use the tag "LIB_XML_1_BRANCH".)
(*)
- gnome-print - 0.25 or later (*)
- - gdk-pixbuf - 0.8.0 or later (*)
+ - gdk-pixbuf - 0.9.0 or later (*)
- ORBit - 0.5.6 or later (*) (If you get this from GNOME CVS, use the
tag "orbit-stable-0-5".)
@@ -133,7 +133,7 @@ and -devel packages for each library.
*** "--disable-more-warnings" when configuring, or it may fail to
*** build.
- - libglade (*)
+ - libglade - 0.14 or later
- bonobo - 0.37 or later
@@ -141,9 +141,9 @@ and -devel packages for each library.
*** either gnome-libs or evolution for the Makefiles to work
*** properly.
- - gal (GNOME Application Library) - 0.5.99.5 or later
+ - gal (GNOME Application Library) - 0.7.99.2 or later
- - gtkhtml - 0.8.2 or later
+ - gtkhtml - later than 0.9.3
If you want support for PalmPilot syncing (currently experimental so
please back up your pilot) you will also need to do the following:
diff --git a/configure.in b/configure.in
index b79126efa2..2516956a60 100644
--- a/configure.in
+++ b/configure.in
@@ -304,12 +304,14 @@ fi
dnl ***************
dnl GNOME Libraries
dnl ***************
-EVO_CHECK_LIB(Bonobo, 0.36, bonobox)
-EVO_CHECK_LIB(OAF, 0.6, oaf)
+EVO_CHECK_LIB(Bonobo, 0.37, bonobox)
+EVO_CHECK_LIB(OAF, 0.6.2, oaf)
EVO_CHECK_LIB(libglade, 0.14, libglade)
EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, 0.9.0, gnomecanvaspixbuf)
EVO_CHECK_LIB(GAL, 0.7.99.2, gal)
-EVO_CHECK_LIB(GtkHTML, 0.8, gtkhtml)
+dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for
+dnl changes in Editor.idl (menesis)
+EVO_CHECK_LIB(GtkHTML, 0.9.3, gtkhtml)
EVO_CHECK_LIB(GNOME-VFS, 0.4.2, vfs)
EVO_CHECK_LIB(libxml, 1.8.10, xml)