Skip to Content.
Sympa Menu

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

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 (fbff99b6859102ac7832f055336346f6dfcd5654)
  • Date: Thu, 10 Sep 2015 10:51:08 +0000

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

shell-term-fm/fish/DEPENDS | 15 ++++++++++++---
shell-term-fm/fish/HISTORY | 4 ++++
2 files changed, 16 insertions(+), 3 deletions(-)

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

fish: corrected dependencies

diff --git a/shell-term-fm/fish/DEPENDS b/shell-term-fm/fish/DEPENDS
index 0bf69a2..58072de 100755
--- a/shell-term-fm/fish/DEPENDS
+++ b/shell-term-fm/fish/DEPENDS
@@ -1,5 +1,14 @@
depends ncurses &&
-depends doxygen &&
-
runtime_depends bc &&
-runtime_depends xsel "--without-xsel"
+
+optional_depends gettext \
+ "--with-gettext" \
+ "--without-gettext" \
+ "for Native Language Support" &&
+
+optional_depends doxygen \
+ "--with-doxygen" \
+ "--without-doxygen" \
+ "to regenerate documentation" &&
+
+suggest_depends xsel "" "" "for clipboard control in X session"
diff --git a/shell-term-fm/fish/HISTORY b/shell-term-fm/fish/HISTORY
index 9b53d48..d364b5a 100644
--- a/shell-term-fm/fish/HISTORY
+++ b/shell-term-fm/fish/HISTORY
@@ -1,3 +1,7 @@
+2015-09-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected dependencies -- added gettext optional, xsel is
+ suggest, doxygen is optional
+
2015-07-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fbff99b6859102ac7832f055336346f6dfcd5654), Vlad Glagolev, 09/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page