[Xfce4-commits] <thunarx-python:master> Added pygobject dependency and updated the readme file
Adam Plumb
noreply at xfce.org
Thu May 27 18:14:09 CEST 2010
Updating branch refs/heads/master
to 8ecdae3217a0ab571b1d066ae043e93369e2b024 (commit)
from 8c625f633d18532ff357c72548cdd777baf0293c (commit)
commit 8ecdae3217a0ab571b1d066ae043e93369e2b024
Author: Adam Plumb <adamplumb at gmail.com>
Date: Fri Jan 15 12:48:51 2010 -0500
Added pygobject dependency and updated the readme file
README | 3 ++-
configure.ac.in | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 3ab6005..911fb60 100644
--- a/README
+++ b/README
@@ -4,8 +4,9 @@ These bindings allow one to create python plugins for Thunar.
Dependencies
------------
- * thunar (0.4.0 or later)
+ * thunar (1.1 or later)
* pygtk (2.6.0 or later)
+ * pygobject (2.16 or later)
* gnome-python (2.12.0 or later)
diff --git a/configure.ac.in b/configure.ac.in
index 138d0cc..b0f7fcf 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -75,6 +75,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.0])
XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.6.0])
XDT_CHECK_PACKAGE([PYGTK], [pygtk-2.0], [2.6.0])
+XDT_CHECK_PACKAGE([PYGOBJECT], [pygobject-2.0], [2.16.0])
XDT_CHECK_PACKAGE([GNOMEPYTHON], [gnome-python-2.0], [2.12.0])
PYTHON_CFLAGS="`python-config --includes`"
More information about the Xfce4-commits
mailing list