Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc57cd63dc479dc974cd7833f1273cbd6b4774d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc57cd63dc479dc974cd7833f1273cbd6b4774d2)
  • Date: Tue, 6 Jul 2010 05:39:29 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/bpython/DEPENDS | 1 +
python-pypi/bpython/HISTORY | 3 +++
python-pypi/sonata/DEPENDS | 1 +
python-pypi/sonata/HISTORY | 3 +++
xfce/exo/DEPENDS | 4 ++++
xfce/exo/HISTORY | 3 +++
6 files changed, 15 insertions(+)

New commits:
commit dc57cd63dc479dc974cd7833f1273cbd6b4774d2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exo: added python dep

commit 4345b8b91b5b82b04209ff4365522d21a159bf57
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sonata: added python dep

commit e0c130fe305faf2f4704c020f9b65559c47c41cd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bpython: added python dep

diff --git a/python-pypi/bpython/DEPENDS b/python-pypi/bpython/DEPENDS
index a76a9de..058648f 100755
--- a/python-pypi/bpython/DEPENDS
+++ b/python-pypi/bpython/DEPENDS
@@ -1,3 +1,4 @@
+depends python &&
depends pygments &&

suggest_depends pygtk2 "" "" "for GTK interface support"
diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
index a4bc4b8..893a276 100644
--- a/python-pypi/bpython/HISTORY
+++ b/python-pypi/bpython/HISTORY
@@ -1,3 +1,6 @@
+2010-07-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added python dep
+
2009-12-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.6.2
* DEPENDS: added pygtk2 as suggest dep
diff --git a/python-pypi/sonata/DEPENDS b/python-pypi/sonata/DEPENDS
index 1904f9b..fc86bcd 100755
--- a/python-pypi/sonata/DEPENDS
+++ b/python-pypi/sonata/DEPENDS
@@ -1,3 +1,4 @@
+depends python &&
depends pygtk2 &&

runtime_depends python-mpd &&
diff --git a/python-pypi/sonata/HISTORY b/python-pypi/sonata/HISTORY
index 0fc63cc..dc4f805 100644
--- a/python-pypi/sonata/HISTORY
+++ b/python-pypi/sonata/HISTORY
@@ -1,3 +1,6 @@
+2010-07-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added python dep
+
2010-05-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1; quoting paths
* PRE_BUILD: added, to apply the patch
diff --git a/xfce/exo/DEPENDS b/xfce/exo/DEPENDS
index 17d6470..64bce4b 100755
--- a/xfce/exo/DEPENDS
+++ b/xfce/exo/DEPENDS
@@ -6,6 +6,10 @@ optional_depends pygtk2 \
"--disable-python" \
"for Python bindings" &&

+if is_depends_enabled $SPELL pygtk2; then
+ depends python
+fi &&
+
optional_depends hal \
"--enable-hal" \
"--disable-hal" \
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index eda9685..dbd2dc2 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,3 +1,6 @@
+2010-07-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing python dep
+
2010-05-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: 0.3.107 (Xfce 4.6.2)




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc57cd63dc479dc974cd7833f1273cbd6b4774d2), Vlad Glagolev, 07/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page