Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2023 16:29:40 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: 6e02c292999c - main - x11-wm/hyprland: avoid crashes with some apps after 33b9f9f8c931
Message-ID:  <202302031629.313GTe1i072472@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=6e02c292999cfedb336c49cbfc68bc3c506f8bd6

commit 6e02c292999cfedb336c49cbfc68bc3c506f8bd6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-03 16:21:51 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-03 16:26:53 +0000

    x11-wm/hyprland: avoid crashes with some apps after 33b9f9f8c931
    
    - glxgears and vkcube-xcb don't set WM_CLASS under X11
    - vkcube-wayland doesn't set app_id under Wayland
---
 x11-wm/hyprland/Makefile | 3 ++-
 x11-wm/hyprland/distinfo | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index e6e2aa6cb40f..c7990341cba4 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.21.0beta
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm wayland
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	c3adc9ec5602.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/1448
 PATCHFILES+=	f90ff8303b4f.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/1457
+PATCHFILES+=	fd3a1cd086d0.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1477
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index e8fd5459a46e..52dff25ae259 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -9,3 +9,5 @@ SHA256 (c3adc9ec5602.patch) = 71e502ca9b18a7e3b29d19ff72493dc511b2b8937ca032db08
 SIZE (c3adc9ec5602.patch) = 1759
 SHA256 (f90ff8303b4f.patch) = 6b0b3664b44d804bc0a4c686cb44ba0b3fb5612d3f075e3a030a1ed81e34a56a
 SIZE (f90ff8303b4f.patch) = 8448
+SHA256 (fd3a1cd086d0.patch) = 2e495318e236622e371e608a5ab1ed81af9db1e885ef0c8f3183a28862d5397e
+SIZE (fd3a1cd086d0.patch) = 1364



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