Skip to Content.
Sympa Menu

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

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 (ef71cee176fa51a298eb506d5673e74a7a730a0e)
  • Date: Thu, 4 Jan 2024 17:06:37 +0000

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

windowmanagers/hyprland/HISTORY | 3 +++
windowmanagers/hyprland/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

windowmanagers/hyprland: fixed embedded wlroots unpacking

diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 64a5ad4..ed96848 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,6 @@
+2024-01-04 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: fixed embedded wlroots unpacking
+
2023-12-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.33.1, updated wlroots commit id

diff --git a/windowmanagers/hyprland/PRE_BUILD
b/windowmanagers/hyprland/PRE_BUILD
index 3e6df54..8254186 100755
--- a/windowmanagers/hyprland/PRE_BUILD
+++ b/windowmanagers/hyprland/PRE_BUILD
@@ -9,7 +9,7 @@ rm -rf "${SPELL}-protocols" "udis86" "wlroots" &&
mv "${SOURCE2%.tar.gz}" "./${SPELL}-protocols" &&
mv "${SOURCE3%.tar.gz}" "./udis86" &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ef71cee176fa51a298eb506d5673e74a7a730a0e), Pavel Vinogradov, 01/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page