Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (49a1d42c1ef980c645d301dcd32f0e71fbaec977)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (49a1d42c1ef980c645d301dcd32f0e71fbaec977)
  • Date: Wed, 8 Mar 2023 20:33:55 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

wm-addons/wlroots/HISTORY | 1 +
wm-addons/wlroots/PRE_SUB_DEPENDS | 7 ++++---
wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS | 7 ++++---
wm-addons/wlroots/SUB_DEPENDS | 10 ++++++----
4 files changed, 15 insertions(+), 10 deletions(-)

New commits:
commit 49a1d42c1ef980c645d301dcd32f0e71fbaec977
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

wlroots: add HYPRLAND sub_depends

diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 82c8252..5268cbe 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -7,6 +7,7 @@
x11 backend enabled; new (possible) deps: xcb-util-renderutil,
xcb-util-wm, libdisplay-info, libliftoff
* PRE_BUILD: removed
+ * PRE_SUB_DEPENDS, SUB_DEPENDS, 'REPAIR^all^PRE_SUB_DEPENDS': add
HYPRLAND

2023-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: https -> git_http for scm branch, dropped signature too
diff --git a/wm-addons/wlroots/PRE_SUB_DEPENDS
b/wm-addons/wlroots/PRE_SUB_DEPENDS
index fb65671..0c6aa30 100755
--- a/wm-addons/wlroots/PRE_SUB_DEPENDS
+++ b/wm-addons/wlroots/PRE_SUB_DEPENDS
@@ -1,5 +1,6 @@
case "${THIS_SUB_DEPENDS}" in
- SCM) [[ "${WLROOTS_BRANCH}" == "scm" ]] ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
- return 1 ;;
+ SCM) [[ "${WLROOTS_BRANCH}" == "scm" ]] ;;
+ HYPRLAND) [[ "${HYPRLAND}" == "y" ]] ;;
+ *) 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
index fb65671..a5a632b 100755
--- a/wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS
+++ b/wm-addons/wlroots/REPAIR^all^PRE_SUB_DEPENDS
@@ -1,5 +1,6 @@
case "${THIS_SUB_DEPENDS}" in
- SCM) [[ "${WLROOTS_BRANCH}" == "scm" ]] ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
- return 1 ;;
+ SCM) [[ "${WLROOTS_BRANCH}" == "scm" ]] ;;
+HYPRLAND) [[ "${HYPRLAND}" == "y" ]] ;;
+ *) 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
index 551ec7e..5dc4c14 100755
--- a/wm-addons/wlroots/SUB_DEPENDS
+++ b/wm-addons/wlroots/SUB_DEPENDS
@@ -1,6 +1,8 @@
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 ;;
+ SCM) echo "SCM branch needed, forcing it." &&
+ [[ "${WLROOTS_BRANCH}" == "scm" ]] || WLROOTS_BRANCH="scm" ;;
+HYPRLAND) echo "HYPRLAND commit-id needed, forcing it." &&
+ [[ "${HYPRLAND}" == "y" ]] || HYPRLAND="y" ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1 ;;
esac



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (49a1d42c1ef980c645d301dcd32f0e71fbaec977), Conner Clere, 03/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page