games-util/opengamepadui-bin - 0.44.3 (bell07)

Search

Package Information

Description:
Game launcher and overlay designed with a gamepad native experience in mind.
Homepage:
https://opengamepadui.readthedocs.io
License:
GPL-3

Ebuild Details

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

EAPI="8"
inherit udev xdg

DESCRIPTION="Game launcher and overlay designed with a gamepad native experience in mind."
HOMEPAGE="https://opengamepadui.readthedocs.io"

SRC_URI="https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v${PV}/opengamepadui.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror strip"

LICENSE="GPL-3"
KEYWORDS="amd64"
TEMPLATES_ARCH="x86_64"

SLOT="0"

DEPEND="
dev-libs/libevdev
x11-libs/libX11
x11-libs/libXau
x11-libs/libxcb
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXres
"

RDEPEND="${DEPEND}
gui-wm/gamescope[libei]"

S="${WORKDIR}/opengamepadui"

src_compile() {
	einfo "precompiled. nothing to do"
}

src_install() {
	emake PREFIX="${D}"/usr INSTALL_PREFIX="${EROOT}"/usr install
	rm "${D}"/usr/lib/systemd/user/systemd-sysext-updater.service
}

Dependencies

DEPEND

dev-libs/libevdev
x11-libs/libX11
x11-libs/libXau
x11-libs/libxcb
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXres

RDEPEND

dev-libs/libevdev
x11-libs/libX11
x11-libs/libXau
x11-libs/libxcb
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXres

gui-wm/gamescope[libei]

Manifest for 0.44.3

Type File Size Source URLs
DIST opengamepadui-bin-0.44.3.tar.gz 39339254 bytes https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v0.44.3/opengamepadui.tar.gz