Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (c3b41f1df37091b4fb07867a3742b9db0cb0fa1e)
  • Date: Tue, 6 Apr 2010 12:15:50 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (c3b41f1df37091b4fb07867a3742b9db0cb0fa1e), Arwed von Merkatz, 04/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page