Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/
Date: Wed, 23 Jun 2021 08:58:34
Message-Id: 1624438602.a763fecfe8602294fc29db2fd9deb940d3b4a2ad.slashbeast@gentoo
1 commit: a763fecfe8602294fc29db2fd9deb940d3b4a2ad
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 08:56:42 2021 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 08:56:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a763fecf
7
8 x11-base/xwayland: backward compatible path for migration period.
9
10 All the things that now depends on x11-base/xorg-server[wayland] should just
11 depend on subslot of x11-base/xwayland instead. Since the pkg-config
12 interface is build time, this will restore the working condition of
13 xwayland until rest of ebuilds are adjusted.
14
15 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
16
17 .../xwayland/{xwayland-21.1.1.ebuild => xwayland-21.1.1-r1.ebuild} | 6 ++++++
18 1 file changed, 6 insertions(+)
19
20 diff --git a/x11-base/xwayland/xwayland-21.1.1.ebuild b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
21 similarity index 95%
22 rename from x11-base/xwayland/xwayland-21.1.1.ebuild
23 rename to x11-base/xwayland/xwayland-21.1.1-r1.ebuild
24 index 52954bdff07..b7f62be2656 100644
25 --- a/x11-base/xwayland/xwayland-21.1.1.ebuild
26 +++ b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
27 @@ -75,3 +75,9 @@ src_configure() {
28
29 meson_src_configure
30 }
31 +
32 +src_install() {
33 + dosym ../libexec/Xwayland /usr/bin/Xwayland
34 +
35 + meson_src_install
36 +}