Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (1680087a5ef76c3b35847db2c849b6961dd76878)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (1680087a5ef76c3b35847db2c849b6961dd76878)
  • Date: Fri, 27 Feb 2009 04:14:48 -0600

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

shell-term-fm/fish/DEPENDS | 3 ++-
shell-term-fm/fish/HISTORY | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1680087a5ef76c3b35847db2c849b6961dd76878
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

fish: fixed compile (added xsel dependency)

diff --git a/shell-term-fm/fish/DEPENDS b/shell-term-fm/fish/DEPENDS
index 0a6cc0d..a0540d3 100755
--- a/shell-term-fm/fish/DEPENDS
+++ b/shell-term-fm/fish/DEPENDS
@@ -1,2 +1,3 @@
depends doxygen &&
-depends bc
+depends bc &&
+depends xsel "--without-xsel"
diff --git a/shell-term-fm/fish/HISTORY b/shell-term-fm/fish/HISTORY
index 40c4341..22cc696 100644
--- a/shell-term-fm/fish/HISTORY
+++ b/shell-term-fm/fish/HISTORY
@@ -1,5 +1,7 @@
2009-02-27 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: 1.23.0, new WEB_SITE, new SOURCE_URL
+ * DEPENDS: Added xsel dependency,
+ prevented build of broken included xsel

2008-10-09 Remko van der Vossen <wich AT sourcemage.org>
* POST_RESURRECT: Added, fix bug 14335



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (1680087a5ef76c3b35847db2c849b6961dd76878), Ethan Grammatikidis, 02/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page