mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
devel/hyprutils: Update to 0.10.4
Changelog: - https://github.com/hyprwm/hyprutils/releases/tag/v0.10.3 - https://github.com/hyprwm/hyprutils/releases/tag/v0.10.4 Reported by: GitHub (watch releases)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= hyprutils
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.10.2
|
||||
DISTVERSION= 0.10.4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
@@ -22,8 +22,8 @@ USE_XORG= pixman
|
||||
|
||||
LDFLAGS+= -pthread
|
||||
|
||||
PLIST_SUB= SOVERSION_MAJOR=9 \
|
||||
SOVERSION_FULL=${DISTVERSION:C/-.*//}
|
||||
PLIST_SUB= SOVERSION_FULL=${DISTVERSION:C/-.*//} \
|
||||
SOVERSION_MAJOR=9
|
||||
|
||||
post-patch:
|
||||
# Respect PREFIX for system-wide config
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1762929689
|
||||
SHA256 (hyprwm-hyprutils-v0.10.2_GH0.tar.gz) = f468997ee10d2f38413f65e099f717a88c6b7c0a0aba64d2c663d5508dfb5439
|
||||
SIZE (hyprwm-hyprutils-v0.10.2_GH0.tar.gz) = 46526
|
||||
TIMESTAMP = 1764096184
|
||||
SHA256 (hyprwm-hyprutils-v0.10.4_GH0.tar.gz) = 054464eec86b1da8c91b950dc4db88e69f1364290c8cfa5e40d5a21df3944421
|
||||
SIZE (hyprwm-hyprutils-v0.10.4_GH0.tar.gz) = 55014
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
--- src/memory/Memory.cpp.orig 2025-11-12 06:55:16 UTC
|
||||
+++ src/memory/Memory.cpp
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <hyprutils/memory/WeakPtr.hpp>
|
||||
#include <hyprutils/memory/Atomic.hpp>
|
||||
#include <hyprutils/memory/Casts.hpp>
|
||||
+#include <thread>
|
||||
|
||||
using namespace Hyprutils::Memory;
|
||||
|
||||
@@ -176,4 +177,4 @@ TEST(Memory, memory) {
|
||||
testAtomicImpl();
|
||||
}
|
||||
|
||||
-#endif
|
||||
\ No newline at end of file
|
||||
+#endif
|
||||
@@ -0,0 +1,12 @@
|
||||
--- tests/os/Process.cpp.orig 2025-11-25 18:53:32 UTC
|
||||
+++ tests/os/Process.cpp
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <signal.h>
|
||||
+
|
||||
using namespace Hyprutils::OS;
|
||||
|
||||
TEST(OS, process) {
|
||||
@@ -2,6 +2,8 @@ include/hyprutils/animation/AnimatedVariable.hpp
|
||||
include/hyprutils/animation/AnimationConfig.hpp
|
||||
include/hyprutils/animation/AnimationManager.hpp
|
||||
include/hyprutils/animation/BezierCurve.hpp
|
||||
include/hyprutils/cli/ArgumentParser.hpp
|
||||
include/hyprutils/cli/Logger.hpp
|
||||
include/hyprutils/i18n/I18nEngine.hpp
|
||||
include/hyprutils/math/Box.hpp
|
||||
include/hyprutils/math/Edges.hpp
|
||||
@@ -15,6 +17,7 @@ include/hyprutils/memory/ImplBase.hpp
|
||||
include/hyprutils/memory/SharedPtr.hpp
|
||||
include/hyprutils/memory/UniquePtr.hpp
|
||||
include/hyprutils/memory/WeakPtr.hpp
|
||||
include/hyprutils/os/File.hpp
|
||||
include/hyprutils/os/FileDescriptor.hpp
|
||||
include/hyprutils/os/Process.hpp
|
||||
include/hyprutils/path/Path.hpp
|
||||
@@ -26,6 +29,6 @@ include/hyprutils/string/VarList.hpp
|
||||
include/hyprutils/string/VarList2.hpp
|
||||
include/hyprutils/utils/ScopeGuard.hpp
|
||||
lib/libhyprutils.so
|
||||
lib/libhyprutils.so.%%SOVERSION_MAJOR%%
|
||||
lib/libhyprutils.so.%%SOVERSION_FULL%%
|
||||
lib/libhyprutils.so.%%SOVERSION_MAJOR%%
|
||||
libdata/pkgconfig/hyprutils.pc
|
||||
|
||||
Reference in New Issue
Block a user