Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 00:46:19 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: 099d7ec3d1a1 - main - x11-wm/labwc: unbreak VT switch via keyboard after 7aae6b9fe451
Message-ID:  <202401160046.40G0kJBH052533@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=099d7ec3d1a13037c3efd3c3d64823998e36d019

commit 099d7ec3d1a13037c3efd3c3d64823998e36d019
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-15 03:46:18 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-16 00:45:48 +0000

    x11-wm/labwc: unbreak VT switch via keyboard after 7aae6b9fe451
    
    [ERROR] [seatd/seat.c:598] Could not set next session: client is not active
---
 x11-wm/labwc/Makefile | 5 ++++-
 x11-wm/labwc/distinfo | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile
index 0e543b1017d5..7b80ec4cc6d9 100644
--- a/x11-wm/labwc/Makefile
+++ b/x11-wm/labwc/Makefile
@@ -1,8 +1,11 @@
 PORTNAME=	labwc
 DISTVERSION=	0.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm wayland
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	774eb2170f11.patch:-p1 # https://github.com/labwc/labwc/pull/1429
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Wayland stacking compositor
 WWW=		https://github.com/labwc/labwc
diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo
index d8d1a45aa40e..c5aacf35be69 100644
--- a/x11-wm/labwc/distinfo
+++ b/x11-wm/labwc/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1703264612
 SHA256 (labwc-labwc-0.7.0_GH0.tar.gz) = 2607219cb766db4d258a20c62c98ea16cd6d62c735e65f35d916188cf0ccbe70
 SIZE (labwc-labwc-0.7.0_GH0.tar.gz) = 305105
+SHA256 (774eb2170f11.patch) = 2dac199bc430d43da20f867cddf644c2c6cc6d548b74d209120de70b663b5205
+SIZE (774eb2170f11.patch) = 2677



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