tags 822590 + patch thanks
Attached is a simplistic patch that fixes this bug.
--- liblunar-2.0.1.orig/configure.ac
+++ liblunar-2.0.1/configure.ac
@@ -153,12 +153,10 @@
if test "x$have_python" != "xno"; then
PYGOBJECT_REQUIRED=2.15.4
PYGTK_REQUIRED=2.12.0
- PYGTKSOURCEVIEW_REQUIRED=2.2.0
PKG_CHECK_MODULES([PYGTK], [
pygobject-2.0 >= $PYGOBJECT_REQUIRED
- pygtk-2.0 >= $PYGTK_REQUIRED
- pygtksourceview-2.0 >= $PYGTKSOURCEVIEW_REQUIRED],
+ pygtk-2.0 >= $PYGTK_REQUIRED],
[],
[
have_python=no

