Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2025 00:16:11 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e52155b3076 - main - devel/hyprutils: update to 0.3.2
Message-ID:  <202501040016.5040GBkL014749@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e52155b3076b6ea6e0dbcfcfab969468dd0c430

commit 6e52155b3076b6ea6e0dbcfcfab969468dd0c430
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-02 14:02:21 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-04 00:09:13 +0000

    devel/hyprutils: update to 0.3.2
    
    Changes:        https://github.com/hyprwm/hyprutils/releases/tag/v0.3.2
    Reported by:    GitHub (watch releases)
---
 devel/hyprutils/Makefile  | 6 +++++-
 devel/hyprutils/distinfo  | 8 +++++---
 devel/hyprutils/pkg-plist | 1 +
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile
index 0b23d3f8e83f..d86fc3da656d 100644
--- a/devel/hyprutils/Makefile
+++ b/devel/hyprutils/Makefile
@@ -1,8 +1,11 @@
 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
@@ -16,6 +19,7 @@ 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
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,4 +1,5 @@
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501040016.5040GBkL014749>