Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 11:43:31 +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: 937e081161dd - main - x11-toolkits/hyprtoolkit: Update to 0.5.4
Message-ID:  <69fc7ae3.38d84.595d0540@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=937e081161dd5f2f29ed2a17f3e2b9dac31905e2

commit 937e081161dd5f2f29ed2a17f3e2b9dac31905e2
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-05-07 11:30:47 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-05-07 11:43:25 +0000

    x11-toolkits/hyprtoolkit: Update to 0.5.4
    
    Changelog: https://github.com/hyprwm/hyprtoolkit/releases/tag/v0.5.4
    
    Reported by:    GitHub (watch releases)
---
 x11-toolkits/hyprtoolkit/Makefile                          |  3 +--
 x11-toolkits/hyprtoolkit/distinfo                          |  6 +++---
 .../hyprtoolkit/files/patch-src_palette_ConfigManager.cpp  | 14 ++++++++++++++
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/x11-toolkits/hyprtoolkit/Makefile b/x11-toolkits/hyprtoolkit/Makefile
index fb8ce1739e9c..24f87856d69f 100644
--- a/x11-toolkits/hyprtoolkit/Makefile
+++ b/x11-toolkits/hyprtoolkit/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hyprtoolkit
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.3
-PORTREVISION=	3
+DISTVERSION=	0.5.4
 CATEGORIES=	x11-toolkits
 
 MAINTAINER=	tagattie@FreeBSD.org
diff --git a/x11-toolkits/hyprtoolkit/distinfo b/x11-toolkits/hyprtoolkit/distinfo
index 0cc5df4b8f31..12eee858580c 100644
--- a/x11-toolkits/hyprtoolkit/distinfo
+++ b/x11-toolkits/hyprtoolkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770207773
-SHA256 (hyprwm-hyprtoolkit-v0.5.3_GH0.tar.gz) = 7e6671fd4bf6f4b1eda0115aa187aa183db40d59049cca1d7546fb46fdb4cdc0
-SIZE (hyprwm-hyprtoolkit-v0.5.3_GH0.tar.gz) = 574835
+TIMESTAMP = 1778142923
+SHA256 (hyprwm-hyprtoolkit-v0.5.4_GH0.tar.gz) = 2fb59789f231c1c4e9154ceffc1e7524c0cae154807c0d57e6166806255b570f
+SIZE (hyprwm-hyprtoolkit-v0.5.4_GH0.tar.gz) = 577766
diff --git a/x11-toolkits/hyprtoolkit/files/patch-src_palette_ConfigManager.cpp b/x11-toolkits/hyprtoolkit/files/patch-src_palette_ConfigManager.cpp
new file mode 100644
index 000000000000..65b769fc4f5b
--- /dev/null
+++ b/x11-toolkits/hyprtoolkit/files/patch-src_palette_ConfigManager.cpp
@@ -0,0 +1,14 @@
+--- src/palette/ConfigManager.cpp.orig	2026-05-07 08:43:50 UTC
++++ src/palette/ConfigManager.cpp
+@@ -8,7 +8,11 @@
+ #include <glob.h>
+ #include <filesystem>
+ #include <cstring>
++#if defined(__linux__)
+ #include <linux/limits.h>
++#else
++#include <limits.h>
++#endif
+ 
+ using namespace Hyprtoolkit;
+ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc7ae3.38d84.595d0540>