x11-misc/xautocfg - 9999 (overlay-from-plan9)

Search

Install

Install this version:

emerge -a =x11-misc/xautocfg-9999

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

autounmask =x11-misc/xautocfg-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/xautocfg-9999

Package Information

Description:
Automatic key repeat rate/delay configuration for hotplugged keyboards.
Homepage:
https://github.com/SFTtech/xautocfg
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="Automatic key repeat rate/delay configuration for hotplugged keyboards."
HOMEPAGE="https://github.com/SFTtech/xautocfg"
EGIT_REPO_URI="https://github.com/SFTtech/xautocfg"

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

PATCHES=(
	"${FILESDIR}/use-etc-config.patch"
)

DEPEND="
	x11-libs/libX11
	x11-libs/libXi
	sys-devel/gcc
"
RDEPEND="${DEPEND}"

src_install() {
	insinto /etc
	doins etc/xautocfg.cfg
	dobin ${PN}
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/libX11
	x11-libs/libXi
	sys-devel/gcc

RDEPEND

	x11-libs/libX11
	x11-libs/libXi
	sys-devel/gcc