From 833fa95714250cd1ece439ef9b8664b0521fbecb Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 1 Jan 2004 22:12:50 +0000 Subject: [PATCH] update svn: r2580 --- ChangeLog | 2 ++ configure | 27 +++++++++++++++++++++++++++ gramps.spec | 3 ++- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4bc40202f..fb5b2605a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2004-01-01 Don Allingham + * src/PedView.py (PedigreeView.load_canvas): switched anchor label from a label + to a CanvasText * src/const.py.in: eliminate zipcmd * src/docgen/OpenSpreadSheet.py: eliminate the need for ZIP, use python zipfile module instead diff --git a/configure b/configure index d21c7aef7..dd50f89ed 100755 --- a/configure +++ b/configure @@ -3274,6 +3274,33 @@ fi echo "$as_me:$LINENO: result: ok" >&5 echo "${ECHO_T}ok" >&6 +echo "$as_me:$LINENO: checking Python bindings for GNOME VFS" >&5 +echo $ECHO_N "checking Python bindings for GNOME VFS... $ECHO_C" >&6 +cat > conftest.py <&5 +echo "$as_me: error: +**** The python bindings for GNOME canvas (gnome-python2-canvas) could not be found." >&2;} + { (exit 1); exit 1; }; } +fi +echo "$as_me:$LINENO: result: ok" >&5 +echo "${ECHO_T}ok" >&6 + echo "$as_me:$LINENO: checking Python bindin for glade" >&5 echo $ECHO_N "checking Python bindin for glade... $ECHO_C" >&6 cat > conftest.py <= 2.2 Requires: gnome-python2 >= 1.99 Requires: gnome-python2-gconf >= 1.99 Requires: gnome-python2-canvas >= 1.99 +Requires: gnome-python2-gnomevfs >= 1.99 Requires: pygtk2 >= 1.99 Requires: pygtk2-libglade >= 1.99