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