games-util/gamescope-session - 9999 (chloverlay)

Search

Install

Install this version:

emerge -a =games-util/gamescope-session-9999

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

autounmask =games-util/gamescope-session-9999

Or alternatively:

emerge --autounmask-write -a =games-util/gamescope-session-9999

Package Information

Description:
GamerOS session on Gamescope
Homepage:
https://github.com/bazzite-org/gamescope-session
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd git-r3

DESCRIPTION="GamerOS session on Gamescope"
HOMEPAGE="https://github.com/bazzite-org/gamescope-session"
EGIT_REPO_URI="${HOMEPAGE}.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+steam"

RDEPEND="
	gui-wm/gamescope
	sys-power/switcheroo-control
	steam? ( games-util/gamescope-session-steam )
"

src_install() {
	dobin usr/bin/*
	systemd_douserunit usr/lib/systemd/user/*
	insinto /usr/share/gamescope-session-plus
	exeinto /usr/share/gamescope-session-plus
	doins usr/share/gamescope-session-plus/device-quirks
	doexe usr/share/gamescope-session-plus/gamescope-session-plus
	dodoc LICENSE README.md
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-util/gamescope-session | euse -E <flag> -p games-util/gamescope-session | euse -D <flag> -p games-util/gamescope-session

Global/Standard Flags

steam
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	gui-wm/gamescope
	sys-power/switcheroo-control
	steam? ( games-util/gamescope-session-steam )