Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d2962072cd009f4e4c6842150d1a649ac1b79756)
  • Date: Fri, 22 Aug 2025 23:06:51 +0000

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

windowmanagers/hyprland/DEPENDS | 9 ---------
windowmanagers/hyprland/HISTORY | 4 ++++
2 files changed, 4 insertions(+), 9 deletions(-)

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

windowmanagers/hyprland: doesn't require jq,
removed vulkan related dependencies,
Hyprland is GLES only at the moment

diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index 1cfee96..8f7d62f 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -1,7 +1,6 @@
. "${GRIMOIRE}/MESON_DEPENDS" &&
depends aquamarine &&
depends PKG-CONFIG &&
-depends jq &&
depends git &&
depends glaze &&
depends wayland &&
@@ -24,14 +23,6 @@ depends re2 &&
depends util-linux &&
depends DEVICE-MANAGER &&

-optional_depends libxcb '' '' 'enable X11 backend' &&
-
-optional_depends vulkan-headers '' '' 'build Vulkan renderer' &&
-if is_depends_enabled $SPELL vulkan-headers;then
- depends vulkan-loader &&
- depends glslang
-fi &&
-
optional_depends xwayland \
'xwayland=enabled' \
'xwayland=disabled' \
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 374c77c..06772c4 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,7 @@
+2025-08-22 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: no need in jq, removed vulkan related dependencies,
+ Hyprland is GLES only at the moment
+
2025-07-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.50.1



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d2962072cd009f4e4c6842150d1a649ac1b79756), Pavel Vinogradov, 08/22/2025

Archive powered by MHonArc 2.6.24.

Top of Page