Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 12:47:01 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b56d02bb139 - main - x11-servers/xwayland: Fix plist
Message-ID:  <202404051247.435Cl1GI022394@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b56d02bb1391f147ba737448d8125e153b11928

commit 5b56d02bb1391f147ba737448d8125e153b11928
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:46:51 +0000

    x11-servers/xwayland: Fix plist
    
    Add the desktop file
    
    PR:     278165
---
 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 8f0d15f6fad7..1f4fcc59106e 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 share/man/man1/Xserver.1.gz
+share/applications/org.freedesktop.Xwayland.desktop
 share/man/man1/Xwayland.1.gz



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