Install this version:
emerge -a =gui-wm/wayback-0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-wm/wayback-0.2
Or alternatively:
emerge --autounmask-write -a =gui-wm/wayback-0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2 | 8 | ~amd64 | 0 |
EAPI=8
inherit meson
DESCRIPTION="X11 compatibility layer levaraging wlroots and Xwayland"
HOMEPAGE="https://wayback.freedesktop.org"
SRC_URI="https://gitlab.freedesktop.org/wayback/${PN}/-/archive/${PV}/${PN}-${PV}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+man"
RDEPEND="
|| ( ~gui-libs/wlroots-0.18.0 ~gui-libs/wlroots-0.19.0 )
>=x11-base/xwayland-24.1.8
"
DEPEND="
${RDEPEND}
>=dev-libs/wayland-1.20.0
>=x11-libs/libxkbcommon-1.5.0:0=
"
BDEPEND="
>=dev-libs/wayland-protocols-1.24
>=dev-build/meson-0.60.0
virtual/pkgconfig
"
BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )"
src_configure() {
local emesonargs=(
$(meson_feature man generate_manpages)
)
meson_src_configure
}
Manage flags for this package:
euse -i <flag> -p gui-wm/wayback |
euse -E <flag> -p gui-wm/wayback |
euse -D <flag> -p gui-wm/wayback
|| ( ~gui-libs/wlroots-0.18.0 ~gui-libs/wlroots-0.19.0 ) >=x11-base/xwayland-24.1.8 >=dev-libs/wayland-1.20.0 >=x11-libs/libxkbcommon-1.5.0:0=
|| ( ~gui-libs/wlroots-0.18.0 ~gui-libs/wlroots-0.19.0 ) >=x11-base/xwayland-24.1.8
>=dev-libs/wayland-protocols-1.24 >=dev-build/meson-0.60.0 virtual/pkgconfig man? ( >=app-text/scdoc-1.9.3 )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wayback-0.2.tar.bz2 | 21921 bytes | https://gitlab.freedesktop.org/wayback/wayback/-/archive/0.2/wayback-0.2.tar.bz2 |