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

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
0.3.1 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
"

Dependencies

RDEPEND

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

Manifest for 0.3.1

Type File Size Source URLs
DIST xinput-gui-0.3.1.tar.gz 26585 bytes https://github.com/IvanFon/xinput-gui/releases/download/0.3.1/xinput-gui-0.3.1.tar.gz