Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 17:57:41 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: 49f57a9db824 - 2023Q3 - x11/waybar: backport a hyprland fix after 2f0148b21333
Message-ID:  <202307061757.366Hvff8031304@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=49f57a9db8249edef4fcd880cb47d0aa09a1e3c5

commit 49f57a9db8249edef4fcd880cb47d0aa09a1e3c5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-06 17:13:59 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-06 17:57:37 +0000

    x11/waybar: backport a hyprland fix after 2f0148b21333
    
    (cherry picked from commit 7edf3806bb404b1400979d5691df760a30ebd4c9)
---
 x11/waybar/Makefile | 2 ++
 x11/waybar/distinfo | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index bed7e07ab008..67b8affb6de8 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -1,10 +1,12 @@
 PORTNAME=	waybar
 DISTVERSION=	0.9.19
+PORTREVISION=	1
 CATEGORIES=	x11 wayland
 PKGNAMESUFFIX=	${FLAVOR:N${FLAVORS:[1]}:C/.+/-${FLAVOR}/}
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	1fb2b8efd5a1.patch:-p1 # https://github.com/Alexays/Waybar/pull/2284
+PATCHFILES+=	e2bfa5e019f6.patch:-p1 # https://github.com/Alexays/Waybar/pull/2286
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Highly customizable Wayland bar for Sway and wlroots-based compositors
diff --git a/x11/waybar/distinfo b/x11/waybar/distinfo
index 025cb044cd92..d43a03f22473 100644
--- a/x11/waybar/distinfo
+++ b/x11/waybar/distinfo
@@ -3,3 +3,5 @@ SHA256 (Alexays-Waybar-0.9.19_GH0.tar.gz) = 09695c9d6ae4cf33d8e8a2c3e4ba216e5d29
 SIZE (Alexays-Waybar-0.9.19_GH0.tar.gz) = 249917
 SHA256 (1fb2b8efd5a1.patch) = 98bd3b424d673f154782bd9c795428a01cba7bf8c8a1a2c46167b5a541024c8b
 SIZE (1fb2b8efd5a1.patch) = 2236
+SHA256 (e2bfa5e019f6.patch) = 008c16eb342165f50e16432b15e7ed86411de393d862d3d84c73afbce8d6e2e5
+SIZE (e2bfa5e019f6.patch) = 1121



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