aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d847e34566..32061f347f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-09 Michael Meeks <michael@ximian.com>
+
+ * configure.in: depend on bonobo >= 0.36
+
2001-02-08 Christopher James Lahey <clahey@ximian.com>
* configure.in: Upped the version number of gal required to 0.5.
diff --git a/configure.in b/configure.in
index d93e1fc68e..9a409c5f38 100644
--- a/configure.in
+++ b/configure.in
@@ -260,11 +260,11 @@ AC_SUBST(GNOME_PRINT_CFLAGS)
dnl ******************************
dnl Check for Bonobo
dnl ******************************
-AC_MSG_CHECKING(for Bonobo >= 0.31)
+AC_MSG_CHECKING(for Bonobo >= 0.36)
if gnome-config --libs bonobox > /dev/null 2>&1; then
vers=`gnome-config --modversion bonobo | sed -e "s/bonobo-//" | \
awk 'BEGIN { FS = "."; } { printf "%d", $1 * 1000 + $2;}'`
- if test "$vers" -ge 31; then
+ if test "$vers" -ge 36; then
bonobo_ok=true
else
bonobo_ok=false
>+33 * Update to KDE 3.4lofi2005-03-212-42/+65 * Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-231-1/+0 * Fix kde3-i18n ports.lofi2004-12-161-2/+2 * Update to KDE 3.3.2lofi2004-12-142-3/+3 * Update to KDE 3.3.1lofi2004-11-081-2/+2 * Update to KDE 3.3lofi2004-08-313-8/+71 * Update to version 3.2.3lofi2004-06-101-2/+2 * Update to KDE 3.2.2lofi2004-04-202-20/+4 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-103-2/+7 * Update to KDE 3.2.0lofi2004-02-053-98/+108 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Catch up with a couple more doc updates.will2003-09-211-1/+1 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-1/+1 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-291-1/+1 * Update to KDE 3.1.2lioux2003-05-202-4/+4 * Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-062-1/+43 * Clear moonlight beckons.ade2003-03-072-1/+1 * Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-292-96/+252 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-111-1/+1 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-252-4/+3 * 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-031-2/+2 * Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-0/+1 * Chase shlib rev of devel/gettextade2002-08-021-1/+1 * Fix MASTER_SITE_SUBDIR.will2002-07-101-1/+1 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-34/+5 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-19/+40 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-227-128/+723 * gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2 * Stage 1 of gettext update.ade2002-03-16