Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (db8373e4f0e63f42add4fae4ea412451bfa5be7b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (db8373e4f0e63f42add4fae4ea412451bfa5be7b)
  • Date: Wed, 24 Feb 2010 10:23:49 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (db8373e4f0e63f42add4fae4ea412451bfa5be7b), Arjan Bouter, 02/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page