commit:     a763fecfe8602294fc29db2fd9deb940d3b4a2ad
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 08:56:42 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 08:56:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a763fecf

x11-base/xwayland: backward compatible path for migration period.

All the things that now depends on x11-base/xorg-server[wayland] should just
depend on subslot of x11-base/xwayland instead. Since the pkg-config
interface is build time, this will restore the working condition of
xwayland until rest of ebuilds are adjusted.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../xwayland/{xwayland-21.1.1.ebuild => xwayland-21.1.1-r1.ebuild}  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/x11-base/xwayland/xwayland-21.1.1.ebuild 
b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
similarity index 95%
rename from x11-base/xwayland/xwayland-21.1.1.ebuild
rename to x11-base/xwayland/xwayland-21.1.1-r1.ebuild
index 52954bdff07..b7f62be2656 100644
--- a/x11-base/xwayland/xwayland-21.1.1.ebuild
+++ b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
@@ -75,3 +75,9 @@ src_configure() {
 
        meson_src_configure
 }
+
+src_install() {
+       dosym ../libexec/Xwayland /usr/bin/Xwayland
+
+       meson_src_install
+}

Reply via email to