git: c3b859e600cc - main - devel/hyprutils: update to 0.1.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 18:43:10 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c3b859e600ccf0ee5cd0024484c95bfc51450ca4
commit c3b859e600ccf0ee5cd0024484c95bfc51450ca4
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-06-19 13:34:38 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-06-19 18:42:16 +0000
devel/hyprutils: update to 0.1.4
Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.1.4
Reported by: GitHub (watch releases)
---
devel/hyprutils/Makefile | 10 ++++++++--
devel/hyprutils/distinfo | 6 +++---
devel/hyprutils/pkg-plist | 4 ++++
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile
index f6316ef8bf55..84f0328db6af 100644
--- a/devel/hyprutils/Makefile
+++ b/devel/hyprutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hyprutils
DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.3
+DISTVERSION= 0.1.4
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org
@@ -10,12 +10,18 @@ WWW= https://github.com/hyprwm/hyprutils
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= compiler:c++11-lib cmake:testing
+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/-.*//}
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
+.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
+CXXFLAGS+= -fexperimental-library
+.endif
+
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/expected) || make(makesum) || make(fetch)
diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo
index 3314681d6043..51e2484e2da8 100644
--- a/devel/hyprutils/distinfo
+++ b/devel/hyprutils/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1718623481
-SHA256 (hyprwm-hyprutils-v0.1.3_GH0.tar.gz) = 2f84654af9b2efe5be478821e837b1975298292558c4569bd35e065e356a69c7
-SIZE (hyprwm-hyprutils-v0.1.3_GH0.tar.gz) = 11111
+TIMESTAMP = 1718804078
+SHA256 (hyprwm-hyprutils-v0.1.4_GH0.tar.gz) = 9fcf201321f44b7ef82f76fdd8708791f2a9471f13ddea30153ca08caf1cc6bc
+SIZE (hyprwm-hyprutils-v0.1.4_GH0.tar.gz) = 16561
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist
index 98790a7af22b..e847bfbb368e 100644
--- a/devel/hyprutils/pkg-plist
+++ b/devel/hyprutils/pkg-plist
@@ -1,3 +1,7 @@
+include/hyprutils/math/Box.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/signal/Listener.hpp