devel/hyprutils: Update to 0.14.0
Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.0 Reported by: GitHub (watch releases)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= hyprutils
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.1
|
||||
DISTVERSION= 0.14.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
@@ -23,7 +23,7 @@ USE_XORG= pixman
|
||||
LDFLAGS+= -pthread
|
||||
|
||||
PLIST_SUB= SOVERSION_FULL=${DISTVERSION:C/-.*//} \
|
||||
SOVERSION_MAJOR=12
|
||||
SOVERSION_MAJOR=13
|
||||
|
||||
post-patch:
|
||||
# Respect PREFIX for system-wide config
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1778306882
|
||||
SHA256 (hyprwm-hyprutils-v0.13.1_GH0.tar.gz) = 480ee026105deea64a24eb96d80cabe54b357594ce36cb05c021ea226c69aede
|
||||
SIZE (hyprwm-hyprutils-v0.13.1_GH0.tar.gz) = 60796
|
||||
TIMESTAMP = 1784506401
|
||||
SHA256 (hyprwm-hyprutils-v0.14.0_GH0.tar.gz) = b4af2177ede4ca3e1bb0ffff10348f82d776b911dd1e64fe693edd8ec9488101
|
||||
SIZE (hyprwm-hyprutils-v0.14.0_GH0.tar.gz) = 63150
|
||||
|
||||
@@ -2,6 +2,7 @@ include/hyprutils/animation/AnimatedVariable.hpp
|
||||
include/hyprutils/animation/AnimationConfig.hpp
|
||||
include/hyprutils/animation/AnimationManager.hpp
|
||||
include/hyprutils/animation/BezierCurve.hpp
|
||||
include/hyprutils/animation/Spring.hpp
|
||||
include/hyprutils/cli/ArgumentParser.hpp
|
||||
include/hyprutils/cli/Logger.hpp
|
||||
include/hyprutils/i18n/I18nEngine.hpp
|
||||
@@ -17,6 +18,7 @@ include/hyprutils/memory/ImplBase.hpp
|
||||
include/hyprutils/memory/SharedPtr.hpp
|
||||
include/hyprutils/memory/UniquePtr.hpp
|
||||
include/hyprutils/memory/WeakPtr.hpp
|
||||
include/hyprutils/misc/HyprAssert.hpp
|
||||
include/hyprutils/os/File.hpp
|
||||
include/hyprutils/os/FileDescriptor.hpp
|
||||
include/hyprutils/os/Process.hpp
|
||||
|
||||
Reference in New Issue
Block a user