Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 19:27:06 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: 3148af3f69ee - main - x11-wm/hyprland: backport support for mac_priority(4)
Message-ID:  <202307231927.36NJR6uR058794@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=3148af3f69ee4d8a35f68e46b8bd1f1b00dab7fc

commit 3148af3f69ee4d8a35f68e46b8bd1f1b00dab7fc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-23 19:22:08 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-23 19:26:44 +0000

    x11-wm/hyprland: backport support for mac_priority(4)
---
 x11-wm/hyprland/Makefile    | 4 ++++
 x11-wm/hyprland/distinfo    | 2 ++
 x11-wm/hyprland/pkg-message | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 70e4c9c6f35d..46e9e7a7dee1 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.27.2
+PORTREVISION=	1
 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
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
 WWW=		https://hyprland.org/
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index 69edcbf14efd..20bb31fa5454 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -7,3 +7,5 @@ SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff
 SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938
 SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
 SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
+SHA256 (9fc5f4c48b20.patch) = f8125b6acb6c36082cb42b745b4726b5d73b15ebd27b8ac5136f287fbe196f09
+SIZE (9fc5f4c48b20.patch) = 2721
diff --git a/x11-wm/hyprland/pkg-message b/x11-wm/hyprland/pkg-message
index 55c7dfda1748..2cc15ab7b327 100644
--- a/x11-wm/hyprland/pkg-message
+++ b/x11-wm/hyprland/pkg-message
@@ -1,6 +1,9 @@
 [
 { type: install
   message: <<EOM
+Notes:
+- Hyprland(1) can use mac_priority(4) to avoid stutter during high load
+
 Additional packages recommended for new users:
 - hyprpaper
 - hyprpicker



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