Date: Thu, 11 Jun 2026 09:15:50 +0000 From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4f0f4672fc0c - main - x11-wm/hyprland: Update to 0.55.3 Message-ID: <6a2a7cc6.31f15.7259b58a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f0f4672fc0c78652102ee5886c89a60fc32b75f commit 4f0f4672fc0c78652102ee5886c89a60fc32b75f Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-06-11 09:07:37 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-06-11 09:15:42 +0000 x11-wm/hyprland: Update to 0.55.3 Changelog: https://github.com/hyprwm/Hyprland/releases/tag/v0.55.3 Reported by: GitHub (watch releases) --- x11-wm/hyprland/Makefile | 2 +- x11-wm/hyprland/distinfo | 6 +++--- .../patch-hyprtester_src_tests_clients_keyboard-modifiers.cpp | 10 ++++++++++ x11-wm/hyprland/pkg-plist | 1 + 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 38d3fac6c7f8..fc0e95c91c2e 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v -DISTVERSION= 0.55.2 +DISTVERSION= 0.55.3 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 abd814cd5838..0c93133ebd08 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1780213852 -SHA256 (hyprland/source-v0.55.2.tar.gz) = 12818e16ca70375e54fd00d06293bffcb146892b7e8e693b95da1ea2e470cfd4 -SIZE (hyprland/source-v0.55.2.tar.gz) = 53129631 +TIMESTAMP = 1781165947 +SHA256 (hyprland/source-v0.55.3.tar.gz) = 0e7fc01469a6230ab7049aaf9c6f1824e539f967bd0543a2d274b8684c857654 +SIZE (hyprland/source-v0.55.3.tar.gz) = 53130445 diff --git a/x11-wm/hyprland/files/patch-hyprtester_src_tests_clients_keyboard-modifiers.cpp b/x11-wm/hyprland/files/patch-hyprtester_src_tests_clients_keyboard-modifiers.cpp new file mode 100644 index 000000000000..6441a058bcd9 --- /dev/null +++ b/x11-wm/hyprland/files/patch-hyprtester_src_tests_clients_keyboard-modifiers.cpp @@ -0,0 +1,10 @@ +--- hyprtester/src/tests/clients/keyboard-modifiers.cpp.orig 2026-06-11 08:27:50 UTC ++++ hyprtester/src/tests/clients/keyboard-modifiers.cpp +@@ -8,6 +8,7 @@ + + #include <optional> + #include <sys/poll.h> ++#include <unistd.h> + #include <csignal> + #include <thread> + diff --git a/x11-wm/hyprland/pkg-plist b/x11-wm/hyprland/pkg-plist index 08928c3f1731..9068047be31b 100644 --- a/x11-wm/hyprland/pkg-plist +++ b/x11-wm/hyprland/pkg-plist @@ -76,6 +76,7 @@ include/hyprland/src/config/lua/DefaultConfig.hpp include/hyprland/src/config/lua/Emergency.hpp include/hyprland/src/config/lua/LuaBindings.hpp include/hyprland/src/config/lua/LuaEventHandler.hpp +include/hyprland/src/config/lua/bindings/Check.hpp include/hyprland/src/config/lua/bindings/LuaBindingsInternal.hpp include/hyprland/src/config/lua/layout/LuaLayoutContext.hpp include/hyprland/src/config/lua/layout/LuaLayoutProvider.hpphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2a7cc6.31f15.7259b58a>
