Skip to Content.
Sympa Menu

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

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 (d366937f17960521df079debd837f11a6697e59f)
  • Date: Sun, 26 Feb 2023 17:08:54 +0000

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

wm-addons/wlroots/HISTORY | 3 +++
wm-addons/wlroots/PRE_SUB_DEPENDS | 5 +++++
wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS | 5 +++++
wm-addons/wlroots/SUB_DEPENDS | 6 ++++++
4 files changed, 19 insertions(+)

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

wm-addons/wlroots: added SCM sub_dependency

diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 69c0a85..e3e7764 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,6 @@
+2023-02-26 Pavel Vinogradov <public AT sourcemage.org>
+ * *SUB_DEPENDS: added for SCM sub_dependency
+
2023-02-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.16.2

diff --git a/wm-addons/wlroots/PRE_SUB_DEPENDS
b/wm-addons/wlroots/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..fb65671
--- /dev/null
+++ b/wm-addons/wlroots/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case "${THIS_SUB_DEPENDS}" in
+ SCM) [[ "${WLROOTS_BRANCH}" == "scm" ]] ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1 ;;
+esac
diff --git a/wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS
b/wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..fb65671
--- /dev/null
+++ b/wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case "${THIS_SUB_DEPENDS}" in
+ SCM) [[ "${WLROOTS_BRANCH}" == "scm" ]] ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1 ;;
+esac
diff --git a/wm-addons/wlroots/SUB_DEPENDS b/wm-addons/wlroots/SUB_DEPENDS
new file mode 100755
index 0000000..551ec7e
--- /dev/null
+++ b/wm-addons/wlroots/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case "${THIS_SUB_DEPENDS}" in
+ SCM) echo "SCM branch needed, forcing it." &&
+ [[ "${WLROOTS_BRANCH}" == "scm" ]] || WLROOTS_BRANCH="scm" ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1 ;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d366937f17960521df079debd837f11a6697e59f), Pavel Vinogradov, 02/26/2023

Archive powered by MHonArc 2.6.24.

Top of Page