From 4843248e9aa3a613b44baf704f00cdf13070504d Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 4 May 2026 02:01:41 -0400 Subject: [PATCH] [hyprtoolkit] Update to 0.5.4 --- hyprtoolkit.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hyprtoolkit.spec b/hyprtoolkit.spec index c0272aa..4cbcf49 100644 --- a/hyprtoolkit.spec +++ b/hyprtoolkit.spec @@ -1,6 +1,6 @@ Name: hyprtoolkit -Version: 0.5.3 -Release: %autorelease -b 5 +Version: 0.5.4 +Release: %autorelease -b 1 Summary: A modern C++ Wayland-native GUI toolkit License: BSD-3-Clause @@ -44,11 +44,6 @@ Development files for %{name}. %prep %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 ; NAME_MAX requires it explicitly -sed -i 's|#include |#include \n#include |' src/palette/ConfigManager.cpp %build %cmake -GNinja \