diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 0b23d3f8e83f..d86fc3da656d 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,25 +1,29 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.3.1 +DISTVERSION= 0.3.2 CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 111985ee8ade.patch:-p1 # https://github.com/hyprwm/hyprutils/pull/30 + 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/-.*//} +PLIST_SUB= VERSION=0.3.1 # XXX Drop after 0.3.3 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 719e43877f37..24beb73e744c 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1735737386 -SHA256 (hyprwm-hyprutils-v0.3.1_GH0.tar.gz) = 73c406b7da3003043909bc2e8f4128cade008fe9b9464e3dc1d77fba9c1f035d -SIZE (hyprwm-hyprutils-v0.3.1_GH0.tar.gz) = 31694 +TIMESTAMP = 1735826541 +SHA256 (hyprwm-hyprutils-v0.3.2_GH0.tar.gz) = 2352acc654027beb5d6a3b18cf58feed5c83fc513b71789b69ef7274bf7c369a +SIZE (hyprwm-hyprutils-v0.3.2_GH0.tar.gz) = 32985 +SHA256 (111985ee8ade.patch) = 7981d89a960b41ba17ccb29c3a773f60b3b85ec880d4ad4d01c34b44cccd0720 +SIZE (111985ee8ade.patch) = 1905 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index b696d0256792..861df6b4151b 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -1,23 +1,24 @@ include/hyprutils/animation/AnimatedVariable.hpp +include/hyprutils/animation/AnimationConfig.hpp include/hyprutils/animation/AnimationManager.hpp include/hyprutils/animation/BezierCurve.hpp 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/FileDescriptor.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.2 lib/libhyprutils.so.%%VERSION%% libdata/pkgconfig/hyprutils.pc