diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2026-06-11 09:07:37 +0000 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2026-06-11 09:15:42 +0000 |
| commit | 4f0f4672fc0c78652102ee5886c89a60fc32b75f (patch) | |
| tree | 6c9675e330e51abd081705844db9e288f5776baa | |
| parent | 475d2c34ec6d3f62e23ce7d15313f3d48b60391a (diff) | |
x11-wm/hyprland: Update to 0.55.3
Changelog: https://github.com/hyprwm/Hyprland/releases/tag/v0.55.3
Reported by: GitHub (watch releases)
| -rw-r--r-- | x11-wm/hyprland/Makefile | 2 | ||||
| -rw-r--r-- | x11-wm/hyprland/distinfo | 6 | ||||
| -rw-r--r-- | x11-wm/hyprland/files/patch-hyprtester_src_tests_clients_keyboard-modifiers.cpp | 10 | ||||
| -rw-r--r-- | 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.hpp |
