gui-wm/wayback: add 0.3

Signed-off-by: Rose Hellsing <rose@pinkro.se>
This commit is contained in:
Rose Hellsing
2026-05-17 22:10:05 +02:00
parent be4716c45a
commit ff8ca4e2bf
2 changed files with 40 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST wayback-0.2.tar.bz2 21921 BLAKE2B 44140132252c786bd12eec6ec7e2c17ed719e3ce4206bf789419301cdb619da92aa4d2a79b9d73b8da7efb53c8056c10fdebfdaf7e14f6118467ed8deb8131b1 SHA512 6a262c14b5812db3625edefa3d8b3c1857c19aadb44701580641893cd72791d6d7e0034522160d1a84f4613cec6244eee6a3baed60469c404940b1f75a636fe1
DIST wayback-0.3.tar.bz2 22352 BLAKE2B f0a25bdc3ecc249925030754b3ee8f27e18df32ada72ce2cea239bbb1f8febf367846c38eb63e427595b5a2c3f93f0578ea4dc016a39e3b17b0b1172150c4409 SHA512 1e82483d189688a800a71e75d71f61319ee04c067882db4af04c959392ecfd6dc9b83f493ec5891e5941bf5fd690cf8482f6952d8b8ea15bdc2317cfd420a37d

View File

@@ -0,0 +1,39 @@
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.19.0 ~gui-libs/wlroots-0.20.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
}