Date: Tue, 16 Jan 2024 00:47:39 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: fe5656353d20 - 2024Q1 - x11-wm/labwc: unbreak VT switch via keyboard after 7aae6b9fe451 Message-ID: <202401160047.40G0ldhU053068@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe5656353d206b9a3462f6773223d1a5aeab145f commit fe5656353d206b9a3462f6773223d1a5aeab145f 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:47:08 +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 (cherry picked from commit 099d7ec3d1a13037c3efd3c3d64823998e36d019) --- x11-wm/labwc/Makefile | 4 ++++ x11-wm/labwc/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 6cd73f7b2cca..207d5402b8e3 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -1,7 +1,11 @@ PORTNAME= labwc DISTVERSION= 0.7.0 +PORTREVISION= 1 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?202401160047.40G0ldhU053068>