git: f0376aee9925 - main - devel/hyprutils: update to 0.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 20:18:48 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0376aee99254d9561a8024d936206ee20f46d8a
commit f0376aee99254d9561a8024d936206ee20f46d8a
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-23 11:39:23 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-24 20:18:31 +0000
devel/hyprutils: update to 0.4.0
Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.4.0
Reported by: GitHub (watch releases)
---
accessibility/hyprsunset/Makefile | 2 +-
devel/hyprlang/Makefile | 2 +-
devel/hyprutils/Makefile | 2 +-
devel/hyprutils/distinfo | 6 +++---
devel/hyprutils/pkg-plist | 4 +++-
graphics/hyprgraphics/Makefile | 2 +-
x11-toolkits/aquamarine/Makefile | 1 +
x11-wm/hyprland/Makefile | 2 +-
x11/hypridle/Makefile | 2 +-
x11/hyprlock/Makefile | 1 +
x11/hyprpaper/Makefile | 1 +
x11/hyprpicker/Makefile | 1 +
x11/xdg-desktop-portal-hyprland/Makefile | 2 +-
13 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/accessibility/hyprsunset/Makefile b/accessibility/hyprsunset/Makefile
index e46da37885cd..977cf558509e 100644
--- a/accessibility/hyprsunset/Makefile
+++ b/accessibility/hyprsunset/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprsunset
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= accessibility wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile
index d4cb16b1bc9e..c7504c4f3402 100644
--- a/devel/hyprlang/Makefile
+++ b/devel/hyprlang/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprlang
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org
diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile
index d0f0e8d0458d..ae6b66eac810 100644
--- a/devel/hyprutils/Makefile
+++ b/devel/hyprutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hyprutils
DISTVERSIONPREFIX= v
-DISTVERSION= 0.3.3
+DISTVERSION= 0.4.0
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org
diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo
index e2d32389ca9a..389f4c6cff27 100644
--- a/devel/hyprutils/distinfo
+++ b/devel/hyprutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1736164519
-SHA256 (hyprwm-hyprutils-v0.3.3_GH0.tar.gz) = 98cbf5750747cb7bda5665c8bcde5c21b5a449b67c508e9a806b46284efbe1d2
-SIZE (hyprwm-hyprutils-v0.3.3_GH0.tar.gz) = 32976
+TIMESTAMP = 1737632363
+SHA256 (hyprwm-hyprutils-v0.4.0_GH0.tar.gz) = 695e231e13c810ab8ba3a0e3bec80545d74cc14a833f6ca90fe0ccd480e6492f
+SIZE (hyprwm-hyprutils-v0.4.0_GH0.tar.gz) = 33857
diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist
index 861df6b4151b..22eef7f3e416 100644
--- a/devel/hyprutils/pkg-plist
+++ b/devel/hyprutils/pkg-plist
@@ -8,7 +8,9 @@ include/hyprutils/math/Mat3x3.hpp
include/hyprutils/math/Misc.hpp
include/hyprutils/math/Region.hpp
include/hyprutils/math/Vector2D.hpp
+include/hyprutils/memory/ImplBase.hpp
include/hyprutils/memory/SharedPtr.hpp
+include/hyprutils/memory/UniquePtr.hpp
include/hyprutils/memory/WeakPtr.hpp
include/hyprutils/os/FileDescriptor.hpp
include/hyprutils/os/Process.hpp
@@ -19,6 +21,6 @@ include/hyprutils/string/String.hpp
include/hyprutils/string/VarList.hpp
include/hyprutils/utils/ScopeGuard.hpp
lib/libhyprutils.so
-lib/libhyprutils.so.2
+lib/libhyprutils.so.3
lib/libhyprutils.so.%%VERSION%%
libdata/pkgconfig/hyprutils.pc
diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile
index ca1f535befb0..0db6fbeffdf5 100644
--- a/graphics/hyprgraphics/Makefile
+++ b/graphics/hyprgraphics/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprgraphics
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile
index 4868f39464a7..4e5f38e46d27 100644
--- a/x11-toolkits/aquamarine/Makefile
+++ b/x11-toolkits/aquamarine/Makefile
@@ -1,6 +1,7 @@
PORTNAME= aquamarine
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 5ad2304f342b..0bed2cc80a7c 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile
index 626a4bc0dd51..b9fd0aa0158a 100644
--- a/x11/hypridle/Makefile
+++ b/x11/hypridle/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hypridle
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile
index c1b02604f864..39eb77641b8f 100644
--- a/x11/hyprlock/Makefile
+++ b/x11/hyprlock/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hyprlock
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= x11 wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile
index 82f533d93e98..f19b8e6c0559 100644
--- a/x11/hyprpaper/Makefile
+++ b/x11/hyprpaper/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hyprpaper
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.4
+PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile
index b0edfc127fb0..0696091e42d6 100644
--- a/x11/hyprpicker/Makefile
+++ b/x11/hyprpicker/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hyprpicker
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 371e33eb0204..94153c1af546 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xdg-desktop-portal-hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org