Date: Fri, 5 Apr 2024 12:48:21 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 40a3b61a4aa9 - 2024Q1 - x11-servers/xwayland: Fix plist Message-ID: <202404051248.435CmLNL022771@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=40a3b61a4aa9331b250cbe5df796c5e66824c53b commit 40a3b61a4aa9331b250cbe5df796c5e66824c53b Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-05 12:43:16 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-05 12:48:12 +0000 x11-servers/xwayland: Fix plist Add the desktop file PR: 278165 (cherry picked from commit 5b56d02bb1391f147ba737448d8125e153b11928) --- x11-servers/xwayland/Makefile | 1 + x11-servers/xwayland/pkg-plist | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index a97e274c8778..084043c848c2 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -1,5 +1,6 @@ PORTNAME= xwayland PORTVERSION= 23.2.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver diff --git a/x11-servers/xwayland/pkg-plist b/x11-servers/xwayland/pkg-plist index 76fbca053230..ebd6bbdda320 100644 --- a/x11-servers/xwayland/pkg-plist +++ b/x11-servers/xwayland/pkg-plist @@ -2,4 +2,5 @@ bin/Xwayland @comment lib/xorg/protocol.txt libdata/pkgconfig/xwayland.pc @comment man/man1/Xserver.1.gz +share/applications/org.freedesktop.Xwayland.desktop man/man1/Xwayland.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404051248.435CmLNL022771>