[SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (c3b41f1df37091b4fb07867a3742b9db0cb0fa1e)

Arwed von Merkatz scm at sourcemage.org
Tue Apr 6 13:15:50 EDT 2010


GIT changes to master grimoire by Arwed von Merkatz <v.merkatz at gmx.net>:

 gnome2-libs/libgweather/DEPENDS |    4 ++--
 gnome2-libs/libgweather/HISTORY |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit c3b41f1df37091b4fb07867a3742b9db0cb0fa1e
Author: Arwed von Merkatz <v.merkatz at gmx.net>
Commit: Arwed von Merkatz <v.merkatz at gmx.net>

    libgweather: needs pygobject, not plain python, bug 15650

diff --git a/gnome2-libs/libgweather/DEPENDS b/gnome2-libs/libgweather/DEPENDS
index 28fcaf7..df1c689 100755
--- a/gnome2-libs/libgweather/DEPENDS
+++ b/gnome2-libs/libgweather/DEPENDS
@@ -4,9 +4,9 @@ depends libxml2     &&
 depends libsoup     &&
 depends gconf2      &&
 
-optional_depends python                                 \
+optional_depends pygobject                              \
                  "--enable-python"                      \
-                 "--disable-python"                     \
+                 ""                                     \
                  "to build libgweather python bindings" &&
 
 optional_depends gtk-doc                                \
diff --git a/gnome2-libs/libgweather/HISTORY b/gnome2-libs/libgweather/HISTORY
index f5777c0..15f7d65 100644
--- a/gnome2-libs/libgweather/HISTORY
+++ b/gnome2-libs/libgweather/HISTORY
@@ -1,3 +1,8 @@
+2010-04-06 Arwed v. Merkatz <v.merkatz at gmx.net>
+	* DEPENDS: optionally depend on pygobject instead of python. Don't
+	  pass --disable-python if it should not be used, as that actually
+	  enables it, bug #15650
+
 2010-03-31 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* DETAILS: updated spell to 2.30.0
 



More information about the SM-Commit mailing list