Install this version:
emerge -a =gui-apps/wl-kbptr-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/wl-kbptr-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/wl-kbptr-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Control the mouse pointer with the keyboard on Wayland"
HOMEPAGE="https://github.com/moverest/wl-kbptr"
inherit git-r3
EGIT_REPO_URI="https://github.com/moverest/wl-kbptr"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="opencv"
DEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
x11-libs/cairo
x11-libs/libxkbcommon
opencv? (
x11-libs/pixman
media-libs/opencv
)
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local emesonargs=(
$(meson_feature opencv)
)
meson_src_configure
}
Manage flags for this package:
euse -i <flag> -p gui-apps/wl-kbptr |
euse -E <flag> -p gui-apps/wl-kbptr |
euse -D <flag> -p gui-apps/wl-kbptr
dev-libs/wayland dev-libs/wayland-protocols x11-libs/cairo x11-libs/libxkbcommon opencv? ( x11-libs/pixman media-libs/opencv )
dev-libs/wayland dev-libs/wayland-protocols x11-libs/cairo x11-libs/libxkbcommon opencv? ( x11-libs/pixman media-libs/opencv )