gui-apps/xwayland-satellite - 0.8 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/xwayland-satellite-0.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/xwayland-satellite-0.8

Or alternatively:

emerge --autounmask-write -a =gui-apps/xwayland-satellite-0.8

Package Information

Description:
Xwayland outside your Wayland
Homepage:
https://github.com/Supreeeme/xwayland-satellite
License:
MPL-2.0 Apache-2.0 BSD ISC MIT Unicode-DFS-2016 ZLIB

Ebuild Details

Version EAPI Keywords Slot
0.8 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CRATES=""

LLVM_COMPAT=( {17..21} )
# RUST_MIN_VER="1.83.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/freijon/${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
}

Inherited Eclasses

Dependencies

DEPEND

	>=x11-base/xwayland-23.1
	x11-libs/libxcb
	x11-libs/xcb-util-cursor

RDEPEND

	>=x11-base/xwayland-23.1
	x11-libs/libxcb
	x11-libs/xcb-util-cursor

BDEPEND

	$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}=')

Manifest for 0.8

Type File Size Source URLs
DIST xwayland-satellite-0.8-crates.tar.xz 7286604 bytes https://github.com/freijon/xwayland-satellite/releases/download/v0.8/xwayland-satellite-0.8-crates.tar.xz
DIST xwayland-satellite-0.8.tar.gz 206817 bytes https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.8.tar.gz