Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2024 00:57:54 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f0ceaab9176c - main - x11-wm/hyprland: update to 0.46.1
Message-ID:  <202412190057.4BJ0vsHc068361@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0ceaab9176ca2e702243a4283df08cc0f91072b

commit f0ceaab9176ca2e702243a4283df08cc0f91072b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-17 16:08:11 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-19 00:57:29 +0000

    x11-wm/hyprland: update to 0.46.1
    
    Changes:        https://github.com/hyprwm/Hyprland/releases/tag/v0.46.0
    Changes:        https://github.com/hyprwm/Hyprland/releases/tag/v0.46.1
    Reported by:    GitHub (watch releases)
---
 x11-wm/hyprland/Makefile | 11 ++++++++---
 x11-wm/hyprland/distinfo |  8 +++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 4001b028a1a8..f031a5f7dad0 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,8 +1,11 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.45.2
+DISTVERSION=	0.46.1
 CATEGORIES=	x11-wm wayland
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	df06cb4d71a2.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/8762
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
 WWW=		https://hyprland.org/
@@ -12,10 +15,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		hyprwayland-scanner>=0.3.10:devel/hyprwayland-scanner \
-		tomlplusplus>0:devel/tomlplusplus \
 		wayland-protocols>=1.35:graphics/wayland-protocols
 LIB_DEPENDS=	libhyprlang.so:devel/hyprlang \
 		libhyprutils.so:devel/hyprutils \
+		libre2.so:devel/re2 \
+		libtomlplusplus.so:devel/tomlplusplus \
+		libhyprgraphics.so:graphics/hyprgraphics \
 		libdrm.so:graphics/libdrm \
 		libwayland-server.so:graphics/wayland \
 		libuuid.so:misc/e2fsprogs-libuuid \
@@ -38,7 +43,7 @@ CMAKE_ON=	NO_SYSTEMD
 LDFLAGS+=	-Wl,--as-needed # GL, pango deps
 
 # Generated by "make update-hash" for commit_pins in hyprpm.toml
-GH_HASH=	12f9a0d0b93f691d4d9923716557154d74777b0a
+GH_HASH=	254fc2bc6000075f660b4b8ed818a6af544d1d64
 
 # XXX Drop after FreeBSD 13.4 EOL around 2026-01-31
 # https://cgit.freebsd.org/src/commit/?id=af93fea71038
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index 70e46d594d9c..0615ccc67b38 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -1,7 +1,9 @@
-TIMESTAMP = 1732052838
-SHA256 (hyprwm-Hyprland-v0.45.2_GH0.tar.gz) = ad54556ed694e00dc7b433a3cc916c8f5b9633f0b290d2d6f48f2bcdf2886d28
-SIZE (hyprwm-Hyprland-v0.45.2_GH0.tar.gz) = 48235424
+TIMESTAMP = 1734451691
+SHA256 (hyprwm-Hyprland-v0.46.1_GH0.tar.gz) = 56854afa103e6836d01b1ed0ab16fa87d444e922965718d16edc11a74bee0467
+SIZE (hyprwm-Hyprland-v0.46.1_GH0.tar.gz) = 48251569
 SHA256 (hyprwm-hyprland-protocols-v0.4.0_GH0.tar.gz) = ab3525d8bad576db911d4ba1b586f303dd988660b3b8980022c1795fd574b165
 SIZE (hyprwm-hyprland-protocols-v0.4.0_GH0.tar.gz) = 8131
 SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff6247b375b92e797221dbd8e078eabbf1366280b0532617e7fb8
 SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938
+SHA256 (df06cb4d71a2.patch) = 0eb23c476aaa61471c92c43d42aeeb4a3e48bf9a65501f3a3a9fbb33754907e9
+SIZE (df06cb4d71a2.patch) = 1035



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412190057.4BJ0vsHc068361>