git: 8543f44f7c3f - main - devel/hyprutils: update to 0.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Dec 2024 23:04:44 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8543f44f7c3fc2b67c44348e4d9e584f3e09ea28 commit 8543f44f7c3fc2b67c44348e4d9e584f3e09ea28 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-22 23:05:34 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-23 23:03:03 +0000 devel/hyprutils: update to 0.3.0 Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.3.0 Reported by: GitHub (watch releases) --- accessibility/hyprsunset/Makefile | 1 + devel/hyprlang/Makefile | 1 + devel/hyprutils/Makefile | 5 ++++- devel/hyprutils/distinfo | 6 +++--- devel/hyprutils/pkg-plist | 3 ++- graphics/hyprgraphics/Makefile | 1 + x11-toolkits/aquamarine/Makefile | 1 + x11-wm/hyprland/Makefile | 1 + x11/hypridle/Makefile | 1 + x11/hyprlock/Makefile | 1 + x11/hyprpaper/Makefile | 1 + x11/hyprpicker/Makefile | 1 + x11/xdg-desktop-portal-hyprland/Makefile | 1 + 13 files changed, 19 insertions(+), 5 deletions(-) diff --git a/accessibility/hyprsunset/Makefile b/accessibility/hyprsunset/Makefile index e3dc75254a99..e46da37885cd 100644 --- a/accessibility/hyprsunset/Makefile +++ b/accessibility/hyprsunset/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprsunset DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= accessibility wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile index e67a6af2568e..d4cb16b1bc9e 100644 --- a/devel/hyprlang/Makefile +++ b/devel/hyprlang/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprlang DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 553f374f5d3f..6eefefbe7ea2 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.2.6 +DISTVERSION= 0.3.0 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -17,6 +17,9 @@ USE_XORG= pixman GH_ACCOUNT= hyprwm PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} +# XXX tests +USES+= localbase:ldflags + post-patch: # Respect PREFIX for system-wide config @${REINPLACE_CMD} 's,/etc,${PREFIX}&,' \ diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo index c8effcf53517..5123d1abfdaa 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731702627 -SHA256 (hyprwm-hyprutils-v0.2.6_GH0.tar.gz) = c6a6098590da0da2a755c2ea8e91629c810d20784c236d1a9e2c46eebb2c1a3f -SIZE (hyprwm-hyprutils-v0.2.6_GH0.tar.gz) = 24051 +TIMESTAMP = 1734908734 +SHA256 (hyprwm-hyprutils-v0.3.0_GH0.tar.gz) = 07bf2d199aeb0e41e1bfe072572742acaf201f0af2bf76ff86a718605d2431bb +SIZE (hyprwm-hyprutils-v0.3.0_GH0.tar.gz) = 25301 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index dc1cac2ff84d..1c0b83d38672 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -6,6 +6,7 @@ include/hyprutils/math/Region.hpp include/hyprutils/math/Vector2D.hpp include/hyprutils/memory/SharedPtr.hpp include/hyprutils/memory/WeakPtr.hpp +include/hyprutils/os/FileDescriptor.hpp include/hyprutils/os/Process.hpp include/hyprutils/path/Path.hpp include/hyprutils/signal/Listener.hpp @@ -14,6 +15,6 @@ include/hyprutils/string/String.hpp include/hyprutils/string/VarList.hpp include/hyprutils/utils/ScopeGuard.hpp lib/libhyprutils.so -lib/libhyprutils.so.1 +lib/libhyprutils.so.2 lib/libhyprutils.so.%%VERSION%% libdata/pkgconfig/hyprutils.pc diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile index 82ed9a136ddf..ca1f535befb0 100644 --- a/graphics/hyprgraphics/Makefile +++ b/graphics/hyprgraphics/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprgraphics DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 +PORTREVISION= 1 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 22cdaa32e7e5..b8572935bdb6 100644 --- a/x11-toolkits/aquamarine/Makefile +++ b/x11-toolkits/aquamarine/Makefile @@ -1,6 +1,7 @@ PORTNAME= aquamarine DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 158de326fb6c..9190c60f1350 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.46.2 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index e7b2aad4d2e6..626a4bc0dd51 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -1,6 +1,7 @@ PORTNAME= hypridle DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile index 0b652600823b..631ddbdfbd0d 100644 --- a/x11/hyprlock/Makefile +++ b/x11/hyprlock/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprlock DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +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 81cdb8ae5903..22e1371014ae 100644 --- a/x11/hyprpaper/Makefile +++ b/x11/hyprpaper/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprpaper DISTVERSIONPREFIX= v DISTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index 31f06cfffecf..0cf0cc3e105d 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprpicker DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 +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 077cf4dffd64..371e33eb0204 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -1,6 +1,7 @@ PORTNAME= xdg-desktop-portal-hyprland DISTVERSIONPREFIX= v DISTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org