x11-misc/xinput-gui - 9999 (dm9pZCAq)

Search

Install

Install this version:

emerge -a =x11-misc/xinput-gui-9999

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

autounmask =x11-misc/xinput-gui-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/xinput-gui-9999

Package Information

Description:
A simple GUI for Xorg's Xinput tool
Homepage:
https://github.com/IvanFon/xinput-gui
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 0
View Raw Ebuild
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )

inherit distutils-r1

DESCRIPTION="A simple GUI for Xorg's Xinput tool"
HOMEPAGE="https://github.com/IvanFon/xinput-gui"

if [[ ${PV} == "9999" ]]; then
	EGIT_REPO_URI="https://github.com/IvanFon/${PN}.git"
	inherit git-r3
else
	SRC_URI="https://github.com/IvanFon/${PN}/releases/download/${PV}/${P}.tar.gz"
	KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
fi

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	dev-python/pygobject
	x11-apps/xinput
	x11-libs/gtk+:3
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pygobject
	x11-apps/xinput
	x11-libs/gtk+:3