Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (698e65d54c7ea0edc40c290963e8608c1de931aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (698e65d54c7ea0edc40c290963e8608c1de931aa)
  • Date: Thu, 2 Jun 2022 00:09:08 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

shell-term-fm/tmux/DEPENDS | 7 ++++++-
shell-term-fm/tmux/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 698e65d54c7ea0edc40c290963e8608c1de931aa
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

shell-term-fm/tmux: optionally depends on utf8proc

diff --git a/shell-term-fm/tmux/DEPENDS b/shell-term-fm/tmux/DEPENDS
index 41586ac..414c94b 100755
--- a/shell-term-fm/tmux/DEPENDS
+++ b/shell-term-fm/tmux/DEPENDS
@@ -9,4 +9,9 @@ optional_depends libutempter \
optional_depends systemd \
"--enable-systemd" \
"--disable-systemd" \
- "to get the socket via systemd"
+ "to get the socket via systemd" &&
+
+optional_depends utf8proc \
+ "--enable-utf8proc" \
+ "--disable-utf8proc" \
+ "for unicode support"
diff --git a/shell-term-fm/tmux/HISTORY b/shell-term-fm/tmux/HISTORY
index 38f7a52..ae2e3a9 100644
--- a/shell-term-fm/tmux/HISTORY
+++ b/shell-term-fm/tmux/HISTORY
@@ -1,3 +1,6 @@
+2022-06-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: optionally depends on utf8proc
+
2022-06-01 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS, DETAILS: version 3.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (698e65d54c7ea0edc40c290963e8608c1de931aa), Pavel Vinogradov, 06/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page