Skip to Content.
Sympa Menu

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

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 (178b555d370b5bb9b8a00ab52f31660cf55112f9)
  • Date: Tue, 12 Dec 2023 04:25:30 +0000

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

windowmanagers/hyprland/HISTORY | 3 +++
windowmanagers/hyprland/PRE_BUILD | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)

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

windowmanagers/hyprland: removed all commit ids from PRE_BUILD

diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 9134ad7..3ce80e3 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,6 @@
+2023-12-11 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: removed all commit ids, using SOURCEn substitutions now
+
2023-11-28 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.32.3, updated wlroots commit id

diff --git a/windowmanagers/hyprland/PRE_BUILD
b/windowmanagers/hyprland/PRE_BUILD
index 6a2e81b..3e6df54 100755
--- a/windowmanagers/hyprland/PRE_BUILD
+++ b/windowmanagers/hyprland/PRE_BUILD
@@ -6,10 +6,10 @@ cd "${SOURCE_DIRECTORY}/subprojects" &&
unpack_file 2 &&
unpack_file 3 &&
rm -rf "${SPELL}-protocols" "udis86" "wlroots" &&
-mv "${SPELL}-protocols-0c2ce70625cb30aef199cb388f99e19a61a6ce03"
"./${SPELL}-protocols" &&
-mv udis86-5336633af70f3917760a6d441ff02d93477b0c86 ./udis86 &&
+mv "${SOURCE2%.tar.gz}" "./${SPELL}-protocols" &&
+mv "${SOURCE3%.tar.gz}" "./udis86" &&

if [[ "${SYSWLROOTS}" == "n" ]]; then
unpack_file 4 &&
- mv "wlroots-3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc" "./wlroots"
+ mv "${SOURCE4%.tar.gz}" "./wlroots"
fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (178b555d370b5bb9b8a00ab52f31660cf55112f9), Pavel Vinogradov, 12/11/2023

Archive powered by MHonArc 2.6.24.

Top of Page