Install this version:
emerge -a =gui-apps/wshowkeys-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/wshowkeys-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/wshowkeys-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0/9999 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson git-r3
DESCRIPTION="Displays keypresses on screen, wayland variant"
HOMEPAGE="https://git.sr.ht/~sircmpwn/wshowkeys"
EGIT_REPO_URI="https://github.com/ammgws/wshowkeys"
LICENSE="MIT"
SLOT="0/9999"
IUSE=""
BDEPEND="
dev-libs/libinput
dev-libs/wayland
dev-libs/wayland-protocols
virtual/udev
x11-libs/cairo
x11-libs/libxkbcommon
x11-libs/pango
"
src_install() {
meson_src_install
chmod a+s "${D}/usr/bin/wshowkeys"
}
dev-libs/libinput dev-libs/wayland dev-libs/wayland-protocols virtual/udev x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango