Skip to Content.
Sympa Menu

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

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 (2b2e1d147900817b6f87073dc9d2188b723e2b2a)
  • Date: Sun, 15 Oct 2023 05:06:34 +0000

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

wm-addons/wlroots/DETAILS | 5 +++--
wm-addons/wlroots/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 2b2e1d147900817b6f87073dc9d2188b723e2b2a
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

wm-addons/wlroots: update hyprland commit ID

also added source hash for when hyprland is enabled, since it works
as we're checking out the same commit everytime

diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 88b003e..5139b8e 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -5,11 +5,12 @@
if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-git.tar.xz"
- FORCE_DOWNLOAD="on"
if [[ ${HYPRLAND} == 'y' ]]; then
-
SOURCE_URL[0]="git_http://gitlab.freedesktop.org/${SPELL}/${SPELL}.git:${SPELL}-git:717ded9bb0191ea31bf4368be32e7a15fe1b8294";
+
SOURCE_URL[0]="git_http://gitlab.freedesktop.org/${SPELL}/${SPELL}.git:${SPELL}-git:98a745d926d8048bc30aef11b421df207a01c279";
+
SOURCE_HASH=sha512:238f4505a1f4eea294d6b9a666c437e08c936963bb8e3a4d10197c7b428c19b8dfbea89c8a1cd0c37706af59033a68c489acdb6b0f5a1d00edb2ac448a9d13e6
else

SOURCE_URL[0]="git_http://gitlab.freedesktop.org/${SPELL}/${SPELL}.git:${SPELL}-git";
+ FORCE_DOWNLOAD=on
fi
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 6af0b64..b281ff4 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,7 @@
+2023-10-14 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: update HYPRLAND commit id for hyprland 0.30.0,
+ add source hash when checking out for hyprland
+
2023-09-02 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: updated HYPRLAND commit id for hyprland 0.29.0




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (2b2e1d147900817b6f87073dc9d2188b723e2b2a), Conner Clere, 10/15/2023

Archive powered by MHonArc 2.6.24.

Top of Page