Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (af63b176e37ac88ca63792b74472b48133fb1f1f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (af63b176e37ac88ca63792b74472b48133fb1f1f)
  • Date: Fri, 31 Jul 2009 04:08:12 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

wm-addons/music-applet/DEPENDS | 2 +-
wm-addons/music-applet/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit af63b176e37ac88ca63792b74472b48133fb1f1f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

music-applet: Depends on the mpd python module provided by python-mpd
Probably the same for all the other modules, but I don't use them

diff --git a/wm-addons/music-applet/DEPENDS b/wm-addons/music-applet/DEPENDS
index 31722b1..9fb6e99 100755
--- a/wm-addons/music-applet/DEPENDS
+++ b/wm-addons/music-applet/DEPENDS
@@ -17,7 +17,7 @@ optional_depends exaile \
"" \
"" \
"Enable exaile support?" &&
-optional_depends mpd \
+optional_depends python-mpd \
"" \
"" \
"Enable MPD support?" &&
diff --git a/wm-addons/music-applet/HISTORY b/wm-addons/music-applet/HISTORY
index 9bc6649..6dc6a87 100644
--- a/wm-addons/music-applet/HISTORY
+++ b/wm-addons/music-applet/HISTORY
@@ -1,3 +1,7 @@
+2009-07-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on the mpd python module provided by python-mpd
+ Probably the same for all the other modules, but I don't use them
+
2009-07-26 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (af63b176e37ac88ca63792b74472b48133fb1f1f), Eric Sandall, 07/31/2009

Archive powered by MHonArc 2.6.24.

Top of Page