[SM-Commit] GIT changes to master grimoire by Arjan Bouter (db8373e4f0e63f42add4fae4ea412451bfa5be7b)
Arjan Bouter
scm at sourcemage.org
Wed Feb 24 11:23:49 EST 2010
GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:
windowmanagers/wmii/DEPENDS | 6 +++++-
windowmanagers/wmii/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)
New commits:
commit ae388d6d12dbd0d11c1f8d1bf0badb416fb253f9
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>
wmii: re-added dependency on mercurial when using the scm version
diff --git a/windowmanagers/wmii/DEPENDS b/windowmanagers/wmii/DEPENDS
index 7898ae8..0c763dc 100755
--- a/windowmanagers/wmii/DEPENDS
+++ b/windowmanagers/wmii/DEPENDS
@@ -4,4 +4,8 @@ depends xorg-libs &&
optional_depends PLAN9TOOLS \
"" "" "to support configuration with rc shell script" &&
optional_depends dmenu \
-"" "" "for dynamic menus (of programs and actions)"
+"" "" "for dynamic menus (of programs and actions)" &&
+
+if [[ ${WMII_RELEASE} == "SCM version" ]]; then
+ depends mercurial
+fi
diff --git a/windowmanagers/wmii/HISTORY b/windowmanagers/wmii/HISTORY
index 2755697..80283ec 100644
--- a/windowmanagers/wmii/HISTORY
+++ b/windowmanagers/wmii/HISTORY
@@ -1,3 +1,6 @@
+2010-02-24 Arjan Bouter <abouter at sourcemage.org>
+ * DEPENDS: re-added mercurial for the scm version
+
2010-02-19 Arjan Bouter <abouter at sourcemage.org>
* DOWNLOAD: added missing hg_http download handler (stolen from libixp)
* DEPENDS: all supported versions depend on libixp
More information about the SM-Commit
mailing list