devel/hyprutils: Update to 0.13.0

Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.13.0

Reported by:	GitHub (watch releases)
This commit is contained in:
Hiroki Tagato
2026-05-02 20:31:02 +09:00
parent cac0111256
commit 9f3ab36ce7
3 changed files with 10 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
PORTNAME= hyprutils
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0
DISTVERSION= 0.13.0
CATEGORIES= devel
MAINTAINER= tagattie@FreeBSD.org
@@ -23,7 +23,7 @@ USE_XORG= pixman
LDFLAGS+= -pthread
PLIST_SUB= SOVERSION_FULL=${DISTVERSION:C/-.*//} \
SOVERSION_MAJOR=11
SOVERSION_MAJOR=12
post-patch:
# Respect PREFIX for system-wide config
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1775393373
SHA256 (hyprwm-hyprutils-v0.12.0_GH0.tar.gz) = d9b495cc8c7602fe54148388fe94892a1337be871267dc5e93f4e719fe6ef8f2
SIZE (hyprwm-hyprutils-v0.12.0_GH0.tar.gz) = 59380
TIMESTAMP = 1777720408
SHA256 (hyprwm-hyprutils-v0.13.0_GH0.tar.gz) = d28e2b76aa13a21ed4efcbfb770542240bb0391ed0513f02c8b453ee7f64aee6
SIZE (hyprwm-hyprutils-v0.13.0_GH0.tar.gz) = 60702
+5 -17
View File
@@ -1,15 +1,13 @@
--- CMakeLists.txt.orig 2026-03-19 19:26:04 UTC
--- CMakeLists.txt.orig 2026-04-29 19:51:26 UTC
+++ CMakeLists.txt
@@ -62,22 +62,22 @@ if(BUILD_TESTING)
@@ -62,14 +62,14 @@ if(BUILD_TESTING)
file(GLOB_RECURSE TESTFILES CONFIGURE_DEPENDS "tests/*.cpp")
add_executable(hyprutils_tests ${TESTFILES})
- target_compile_options(hyprutils_tests PRIVATE --coverage -fsanitize=address)
- target_link_options(hyprutils_tests PRIVATE --coverage)
-
+ # target_compile_options(hyprutils_tests PRIVATE --coverage -fsanitize=address)
+ # target_link_options(hyprutils_tests PRIVATE --coverage)
+
+ target_compile_options(hyprutils_tests PRIVATE --coverage)
target_link_options(hyprutils_tests PRIVATE --coverage)
target_include_directories(
hyprutils_tests
PUBLIC "./include"
@@ -19,13 +17,3 @@
PkgConfig::deps)
gtest_discover_tests(hyprutils_tests
PROPERTIES ENVIRONMENT "ASAN_OPTIONS=detect_leaks=0"
)
# Add coverage to hyprutils for test builds
- target_compile_options(hyprutils PRIVATE --coverage)
- target_link_options(hyprutils PRIVATE --coverage)
+ # target_compile_options(hyprutils PRIVATE --coverage)
+ # target_link_options(hyprutils PRIVATE --coverage)
endif()
# Installation