| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7.0 | 8 | ~amd64 | 0 |
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson xdg
DESCRIPTION="Simple GUI that displays the protocols implemented by a Wayland compositor."
HOMEPAGE="https://gitlab.freedesktop.org/serebit/waycheck/"
SRC_URI="
https://gitlab.freedesktop.org/serebit/waycheck/-/archive/v${PV}/waycheck-v${PV}.tar.bz2
"
S="${WORKDIR}/waycheck-v${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-qt/qtbase-6.5:6[gui,widgets]
>=dev-qt/qtwayland-6.5:6
dev-libs/wayland
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"
>=dev-qt/qtbase-6.5:6[gui,widgets] >=dev-qt/qtwayland-6.5:6 dev-libs/wayland
>=dev-qt/qtbase-6.5:6[gui,widgets] >=dev-qt/qtwayland-6.5:6 dev-libs/wayland
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | waycheck-v1.7.0.tar.bz2 | 21545 bytes | https://gitlab.freedesktop.org/serebit/waycheck/-/archive/v1.7.0/waycheck-v1.7.0.tar.bz2 |