diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-04-05 12:43:16 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-04-05 12:46:51 +0000 |
commit | 5b56d02bb1391f147ba737448d8125e153b11928 (patch) | |
tree | 2c981419717854c8c476f38571bcb077e8ca390e | |
parent | 253eea8ba7d0d8be615d6a61080b9804105a7674 (diff) | |
download | ports-5b56d02bb1391f147ba737448d8125e153b11928.tar.gz ports-5b56d02bb1391f147ba737448d8125e153b11928.zip |
x11-servers/xwayland: Fix plist
Add the desktop file
PR: 278165
-rw-r--r-- | x11-servers/xwayland/Makefile | 1 | ||||
-rw-r--r-- | x11-servers/xwayland/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
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 |