Install this version:
emerge -a =gui-apps/xwayland-satellite-0.8.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/xwayland-satellite-0.8.2
Or alternatively:
emerge --autounmask-write -a =gui-apps/xwayland-satellite-0.8.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.2 | 8 | ~amd64 | 0 |
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LLVM_COMPAT=( {17..22} )
# RUST_MIN_VER="1.85.0"
RUST_NEEDS_LLVM=1
inherit llvm-r1 cargo
DESCRIPTION="Xwayland outside your Wayland"
HOMEPAGE="https://github.com/Supreeeme/xwayland-satellite"
SRC_URI="https://github.com/Supreeeme/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
DEPS_URI="https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
SRC_URI+=" ${DEPS_URI}"
LICENSE="MPL-2.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD ISC MIT Unicode-DFS-2016 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
# disable tests which need a running display server
RESTRICT="test"
DEPEND="
>=x11-base/xwayland-23.1
x11-libs/libxcb
x11-libs/xcb-util-cursor
"
RDEPEND="${DEPEND}"
BDEPEND="
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}=')
"
QA_FLAGS_IGNORED="usr/bin/${PN}"
DOCS=( README.md )
pkg_setup() {
llvm-r1_pkg_setup
rust_pkg_setup
}
src_install() {
cargo_src_install
einstalldocs
newman "${PN}.man" "${PN}.1"
}
>=x11-base/xwayland-23.1 x11-libs/libxcb x11-libs/xcb-util-cursor
>=x11-base/xwayland-23.1 x11-libs/libxcb x11-libs/xcb-util-cursor
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}=')
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xwayland-satellite-0.8.2-crates.tar.xz | 10173496 bytes | https://github.com/gentoo-crate-dist/xwayland-satellite/releases/download/v0.8.2/xwayland-satellite-0.8.2-crates.tar.xz |
| DIST | xwayland-satellite-0.8.2.tar.gz | 219701 bytes | https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.8.2.tar.gz |