Install this version:
emerge -a =gui-apps/uwsm-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/uwsm-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/uwsm-9999
EAPI=8
inherit git-r3 meson
DESCRIPTION="An ultralightweight stacking window manager"
HOMEPAGE="https://github.com/Vladimir-csp/uwsm"
EGIT_REPO_URI="https://github.com/Vladimir-csp/uwsm.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="uuctl uwsm-app"
RDEPEND="
dev-python/pyxdg
sys-apps/dbus-broker
"
DEPEND="${RDEPEND}"
src_configure() {
local myemesonargs=(
$(meson_feature uuctl uuctl)
$(meson_feature uwsm-app uwsm-app)
)
meson_src_configure
}
pkg_postinst() {
elog "To properly configure uwsm, ensure that dbus-broker is used as the D-Bus daemon."
elog "Consider running 'uwsm finalize' with the necessary environment variables after starting your compositor."
}
Manage flags for this package:
euse -i <flag> -p gui-apps/uwsm |
euse -E <flag> -p gui-apps/uwsm |
euse -D <flag> -p gui-apps/uwsm
dev-python/pyxdg sys-apps/dbus-broker
dev-python/pyxdg sys-apps/dbus-broker