[hyprtoolkit] Update to 0.5.4
All checks were successful
Build hyprtoolkit / Build and push image (push) Successful in 5m9s

This commit is contained in:
2026-05-04 02:01:41 -04:00
parent aae32c3089
commit 4843248e9a

View File

@@ -1,6 +1,6 @@
Name: hyprtoolkit Name: hyprtoolkit
Version: 0.5.3 Version: 0.5.4
Release: %autorelease -b 5 Release: %autorelease -b 1
Summary: A modern C++ Wayland-native GUI toolkit Summary: A modern C++ Wayland-native GUI toolkit
License: BSD-3-Clause License: BSD-3-Clause
@@ -44,11 +44,6 @@ Development files for %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1
# Thank you to eli-xciv for the correction
# I didn't notice it not being in the 0.5.3 release, as it was in the latest git
# (probably remove in next release)
# GCC 16 removed implicit <climits>; NAME_MAX requires it explicitly
sed -i 's|#include <unistd.h>|#include <climits>\n#include <unistd.h>|' src/palette/ConfigManager.cpp
%build %build
%cmake -GNinja \ %cmake -GNinja \