diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 9af3a5c2d4ad..0cffa02348cc 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,25 +1,28 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.2.3 +DISTVERSION= 0.2.4 CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= d504d45114ad.patch:-p1 # https://github.com/hyprwm/hyprutils/pull/16 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Hyprland utilities library used across the ecosystem WWW= https://github.com/hyprwm/hyprutils LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lib cmake:testing pkgconfig xorg USE_GITHUB= yes USE_LDCONFIG= yes USE_XORG= pixman GH_ACCOUNT= hyprwm PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} post-patch: # Respect PREFIX for system-wide config @${REINPLACE_CMD} 's,/etc,${PREFIX}&,' \ ${WRKSRC}/src/path/Path.cpp .include diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo index d05b4285e638..e5db0de2da11 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1727218706 -SHA256 (hyprwm-hyprutils-v0.2.3_GH0.tar.gz) = 06821949c3a060c6233bebcaad3a3a3e3a6dfc4b2e6e1034834a5c92d7236b21 -SIZE (hyprwm-hyprutils-v0.2.3_GH0.tar.gz) = 22012 +TIMESTAMP = 1731163338 +SHA256 (hyprwm-hyprutils-v0.2.4_GH0.tar.gz) = ce8455a7bb74e2266910f9a3c1fcbcc9fa4317ca057ba6e8fbf79ec95c8ef699 +SIZE (hyprwm-hyprutils-v0.2.4_GH0.tar.gz) = 23619 +SHA256 (d504d45114ad.patch) = e2bb129b9efe94769a19c7311318934f6f96301b1ac02f39e85533ad2fb6838f +SIZE (d504d45114ad.patch) = 873 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index 1328046afd34..dc1cac2ff84d 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -1,18 +1,19 @@ include/hyprutils/math/Box.hpp include/hyprutils/math/Edges.hpp include/hyprutils/math/Mat3x3.hpp include/hyprutils/math/Misc.hpp include/hyprutils/math/Region.hpp include/hyprutils/math/Vector2D.hpp include/hyprutils/memory/SharedPtr.hpp include/hyprutils/memory/WeakPtr.hpp +include/hyprutils/os/Process.hpp include/hyprutils/path/Path.hpp include/hyprutils/signal/Listener.hpp include/hyprutils/signal/Signal.hpp include/hyprutils/string/String.hpp include/hyprutils/string/VarList.hpp include/hyprutils/utils/ScopeGuard.hpp lib/libhyprutils.so lib/libhyprutils.so.1 lib/libhyprutils.so.%%VERSION%% libdata/pkgconfig/hyprutils.pc