Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 21:44:53 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f95570021621 - 2023Q3 - x11-wm/hyprland: backport a fix for ec9f74acaee3
Message-ID:  <202308032144.373LirTm054476@gitrepo.freebsd.org>

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

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

commit f9557002162136151b44463b029a36904c97cd71
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-03 20:36:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-03 21:42:47 +0000

    x11-wm/hyprland: backport a fix for ec9f74acaee3
    
    (cherry picked from commit 95fda07aa79382cd8198f160f99631f62666fe2e)
---
 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 9e7cc1e7f242..104c75d5db1b 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.27.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm wayland
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	9fc5f4c48b20.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/2690
 PATCHFILES+=	f6b340cc19d2.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/2799
 PATCHFILES+=	f5913135c638.patch:-p1 # cursor-shape-v1
+PATCHFILES+=	7a2027d1fd5d.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/2828
 
 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 ba3f8af48294..13f464ef5327 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -13,3 +13,5 @@ SHA256 (f6b340cc19d2.patch) = 08148878a527d544bc2abef7050bb453ae7f335290bc766f47
 SIZE (f6b340cc19d2.patch) = 1737
 SHA256 (f5913135c638.patch) = 5ce790d91b4918f77dfa67cf3f42a129a1dbef20f8906facb8a40efae2f3748c
 SIZE (f5913135c638.patch) = 9018
+SHA256 (7a2027d1fd5d.patch) = dcf2e5b2233077c3b35dd1191ea672104e0f7632a6310a8c4661933444d13819
+SIZE (7a2027d1fd5d.patch) = 1916



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