Files
2024-07-27 10:47:49 +02:00

31 lines
605 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="optional"
ECM_TEST="true"
KFMIN=6.3.0
PVCUT=$(ver_cut 1-3)
QTMIN=6.7.1
inherit ecm plasma.kde.org
DESCRIPTION=" Qt/C++ library wrapping libwayland"
SRC_URI="https://github.com/winft/wrapland/archive/refs/tags/v${PV}.tar.gz"
LICENSE="GPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
RESTRICT="test"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6
>=dev-libs/wayland-1.18.0
>=media-libs/mesa-21.3[egl(+),gbm(+),wayland,X]
dev-cpp/ms-gsl
"
src_configure() {
ecm_src_configure
}