diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 6733f321cea4..0b23d3f8e83f 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,29 +1,25 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 -PORTREVISION= 1 +DISTVERSION= 0.3.1 CATEGORIES= devel -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 8f15d45b120b.patch:-p1 # https://github.com/hyprwm/hyprutils/issues/28 - 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 0ab3557eaf31..719e43877f37 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1734908734 -SHA256 (hyprwm-hyprutils-v0.3.0_GH0.tar.gz) = 07bf2d199aeb0e41e1bfe072572742acaf201f0af2bf76ff86a718605d2431bb -SIZE (hyprwm-hyprutils-v0.3.0_GH0.tar.gz) = 25301 -SHA256 (8f15d45b120b.patch) = 5d2b1e2b81cea89d0502b15fc0c753ead059bc152b0c71174193d9f41562d1a1 -SIZE (8f15d45b120b.patch) = 700 +TIMESTAMP = 1735737386 +SHA256 (hyprwm-hyprutils-v0.3.1_GH0.tar.gz) = 73c406b7da3003043909bc2e8f4128cade008fe9b9464e3dc1d77fba9c1f035d +SIZE (hyprwm-hyprutils-v0.3.1_GH0.tar.gz) = 31694 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index 1c0b83d38672..b696d0256792 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -1,20 +1,23 @@ +include/hyprutils/animation/AnimatedVariable.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