Install this version:
emerge -a =gui-apps/swaykbdd-1.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/swaykbdd-1.4
Or alternatively:
emerge --autounmask-write -a =gui-apps/swaykbdd-1.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Per-window keyboard layout switcher for Sway"
HOMEPAGE="https://github.com/artemsen/swaykbdd"
SRC_URI="https://github.com/artemsen/swaykbdd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/json-c:0="
RDEPEND="
gui-wm/sway
${DEPEND}
"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | swaykbdd-1.4.tar.gz | 8689 bytes | https://github.com/artemsen/swaykbdd/archive/v1.4.tar.gz |