Skip to Content.
Sympa Menu

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

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 (91f717e4d7c2bf5273e0d993788feab6ed9ae0d2)
  • Date: Sat, 4 Feb 2017 13:22:54 +0000

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

shell-term-fm/fish/DEPENDS | 5 +++++
shell-term-fm/fish/HISTORY | 3 +++
2 files changed, 8 insertions(+)

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

fish: added pcre2 optional dependency

diff --git a/shell-term-fm/fish/DEPENDS b/shell-term-fm/fish/DEPENDS
index a435594..6169947 100755
--- a/shell-term-fm/fish/DEPENDS
+++ b/shell-term-fm/fish/DEPENDS
@@ -6,6 +6,11 @@ depends ncurses &&

runtime_depends bc &&

+optional_depends pcre2 \
+ "--without-included-pcre2" \
+ "--with-included-pcre2" \
+ "to use system pcre2 library" &&
+
optional_depends gettext \
"--with-gettext" \
"--without-gettext" \
diff --git a/shell-term-fm/fish/HISTORY b/shell-term-fm/fish/HISTORY
index 91e190c..50fbbe6 100644
--- a/shell-term-fm/fish/HISTORY
+++ b/shell-term-fm/fish/HISTORY
@@ -1,6 +1,9 @@
2017-02-03 florian franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, PRE_BUILD, DEPENDS: version 2.5.0

+2017-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added pcre2 optional dependency
+
2016-11-08 florian franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.4.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (91f717e4d7c2bf5273e0d993788feab6ed9ae0d2), Vlad Glagolev, 02/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page