git: 4ac5a0a6c9e5 - main - x11-wm/hyprland: update to 0.51.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 09:32:20 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ac5a0a6c9e5f1aeb75a2fba92f6af645a7d1109
commit 4ac5a0a6c9e5f1aeb75a2fba92f6af645a7d1109
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-09-23 09:31:06 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-09-23 09:32:13 +0000
x11-wm/hyprland: update to 0.51.1
Changelog: https://github.com/hyprwm/Hyprland/releases/tag/v0.51.1
Reported by: GitHub (watch releases)
---
x11-wm/hyprland/Makefile | 2 +-
x11-wm/hyprland/distinfo | 6 +++---
x11-wm/hyprland/files/patch-src_render_OpenGL.cpp | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 1bcefe7d7c5a..ca1278ac6ed5 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
-DISTVERSION= 0.51.0
+DISTVERSION= 0.51.1
CATEGORIES= x11-wm wayland
MASTER_SITES= https://github.com/hyprwm/Hyprland/releases/download/${DISTVERSIONFULL}/
DISTNAME= source-${DISTVERSIONFULL}
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index 5c6e9ab0866e..81a62355ef3c 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757747353
-SHA256 (hyprland/source-v0.51.0.tar.gz) = 6f02fcde4f21286f8b36f19f491e4a987e5cc7e7d74f48271da31b85cec47fb7
-SIZE (hyprland/source-v0.51.0.tar.gz) = 54279784
+TIMESTAMP = 1758614776
+SHA256 (hyprland/source-v0.51.1.tar.gz) = f562b8d1efc9934abd9678e3a4d7bb5a56adc6ef89c4679aba269de470e66131
+SIZE (hyprland/source-v0.51.1.tar.gz) = 54281418
diff --git a/x11-wm/hyprland/files/patch-src_render_OpenGL.cpp b/x11-wm/hyprland/files/patch-src_render_OpenGL.cpp
deleted file mode 100644
index 5fea597d485e..000000000000
--- a/x11-wm/hyprland/files/patch-src_render_OpenGL.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/render/OpenGL.cpp.orig 2025-09-13 08:51:11 UTC
-+++ src/render/OpenGL.cpp
-@@ -2876,7 +2876,7 @@ void CHyprOpenGLImpl::ensureBackgroundTexturePresence(
- static auto PNOWALLPAPER = CConfigValue<Hyprlang::INT>("misc:disable_hyprland_logo");
- static auto PFORCEWALLPAPER = CConfigValue<Hyprlang::INT>("misc:force_default_wallpaper");
-
-- const auto FORCEWALLPAPER = std::clamp(*PFORCEWALLPAPER, -1L, 2L);
-+ const auto FORCEWALLPAPER = std::clamp(*PFORCEWALLPAPER, static_cast<Hyprlang::INT>(-1), static_cast<Hyprlang::INT>(2));
-
- if (*PNOWALLPAPER)
- m_backgroundTexture.reset();