Skip to Content.
Sympa Menu

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

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 (28e1d21a7a5941a1d318c7da0036af0bb65cb996)
  • Date: Fri, 30 Dec 2022 15:33:47 +0000

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

libs/libtermkey/HISTORY | 3 +++
libs/libtermkey/REPAIR^all^PRE_SUB_DEPENDS | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit 28e1d21a7a5941a1d318c7da0036af0bb65cb996
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/libtermkey: added REPAIR^all^PRE_SUB_DEPENDS

diff --git a/libs/libtermkey/HISTORY b/libs/libtermkey/HISTORY
index b4abe53..655b41e 100644
--- a/libs/libtermkey/HISTORY
+++ b/libs/libtermkey/HISTORY
@@ -1,3 +1,6 @@
+2022-12-30 Pavel Vinpgradov <public AT sourcemage.org>
+ * REPAIR^all^PRE_SUB_DEPENDS: added repair file
+
2022-12-28 Pavel Vinpgradov <public AT sourcemage.org>
* *SUB_DEPENDS: added to manipulate driver selection

diff --git a/libs/libtermkey/REPAIR^all^PRE_SUB_DEPENDS
b/libs/libtermkey/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..1dce7e3
--- /dev/null
+++ b/libs/libtermkey/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ UNIBILIUM) list_find "$LIBTERMKEY_DRIVER" "unibilium" && return 0 ;;
+ NCURSES) list_find "$LIBTERMKEY_DRIVER" "ncurses" && return 0;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;;
+esac
+return 1



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (28e1d21a7a5941a1d318c7da0036af0bb65cb996), Pavel Vinogradov, 12/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page