sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cab59a5c2ad324fdcb4dfbb16b6e26639e825d09)
- From: Pavel Vinogradov <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cab59a5c2ad324fdcb4dfbb16b6e26639e825d09)
- Date: Fri, 27 Feb 2026 20:06:05 +0000
GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
windowmanagers/hyprland/DETAILS | 4 -
windowmanagers/hyprland/HISTORY | 5 +
windowmanagers/hyprland/PRE_BUILD | 5 -
windowmanagers/hyprland/patches/0001-cmake-Use-OpenGL-GLES3.patch | 28
----------
4 files changed, 8 insertions(+), 34 deletions(-)
New commits:
commit cab59a5c2ad324fdcb4dfbb16b6e26639e825d09
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
windowmanafers/hyprland: version 0.54.0
diff --git a/windowmanagers/hyprland/DETAILS b/windowmanagers/hyprland/DETAILS
index 9c49e2b..3a11cd2 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/CMAKE_FUNCTIONS"
SPELL=hyprland
- VERSION=0.53.3
-
SOURCE_HASH="sha256:7bbf653dc9978a3c200241ea02af603970edf50f8b737c0aa0df88c16493ee1f"
+ VERSION=0.54.0
+
SOURCE_HASH="sha256:ddc4f7f1dd2d29ebfeaf462fe361593034f104de85b80e3e81f73e33602a69ae"
UDIS86_COMMIT=5336633af70f3917760a6d441ff02d93477b0c86
SOURCE3_HASH=sha512:64fc65b7388db25b6a8b008b51e274753e5e8b1dbd48126bdd676a3d0276ce37a4140bc5d08d6499ab5e61f51109eb8b9d1b14588bf8dc6d44d1642305403a82
SOURCE=Hyprland-${VERSION}.tar.gz
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 8a06ec8..0032248 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,8 @@
+2026-02-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.54.0
+ * PRE_BUILD, patches/0001-cmake-Use-OpenGL-GLES3.patch: removed, no
longer
+ needed
+
2026-02-20 Pavel Vinogradov <public AT sourcemage.org>
* patches/gl.patch: reeoved
* patches/0001-cmake-Use-OpenGL-GLES3.patch: added upstream patch for
better
diff --git a/windowmanagers/hyprland/PRE_BUILD
b/windowmanagers/hyprland/PRE_BUILD
index 66df4e3..cbb7d99 100755
--- a/windowmanagers/hyprland/PRE_BUILD
+++ b/windowmanagers/hyprland/PRE_BUILD
@@ -2,7 +2,4 @@ default_pre_build &&
cd "${SOURCE_DIRECTORY}/subprojects" &&
unpack_file 3 &&
rm -rf "udis86" &&
-mv "${SOURCE3%.tar.gz}" "./udis86" &&
-
-cd "${SOURCE_DIRECTORY}" &&
-apply_patch_dir "patches"
+mv "${SOURCE3%.tar.gz}" "./udis86"
diff --git
a/windowmanagers/hyprland/patches/0001-cmake-Use-OpenGL-GLES3.patch
b/windowmanagers/hyprland/patches/0001-cmake-Use-OpenGL-GLES3.patch
deleted file mode 100644
index 31df796..0000000
--- a/windowmanagers/hyprland/patches/0001-cmake-Use-OpenGL-GLES3.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From eb0d3f9f01f3bfedad1765e5204d7f38e058d010 Mon Sep 17 00:00:00 2001
-From: Yingjie Wang <38576654+GaugeAndGravity AT users.noreply.github.com>
-Date: Fri, 13 Feb 2026 18:40:30 -0500
-Subject: [PATCH] cmake: use OpenGL::GLES3 when OpenGL::GL does not exist
- (#13260)
-
-This will allow to build on some systems without X.
----
- CMakeLists.txt | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9c2a850cfec..f1a0087be1d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -476,7 +476,11 @@ function(protocolWayland)
- set(PROTOCOL_SOURCES "${PROTOCOL_SOURCES}" PARENT_SCOPE)
- endfunction()
-
--target_link_libraries(hyprland_lib PUBLIC OpenGL::EGL OpenGL::GL
Threads::Threads)
-+if(TARGET OpenGL::GL)
-+ target_link_libraries(hyprland_lib PUBLIC OpenGL::EGL OpenGL::GL
Threads::Threads)
-+else()
-+ target_link_libraries(hyprland_lib PUBLIC OpenGL::EGL OpenGL::GLES3
Threads::Threads)
-+endif()
-
- pkg_check_modules(hyprland_protocols_dep hyprland-protocols>=0.6.4)
- if(hyprland_protocols_dep_FOUND)
- [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cab59a5c2ad324fdcb4dfbb16b6e26639e825d09), Pavel Vinogradov, 02/27/2026
Archive powered by MHonArc 2.6.24.