This commit is contained in:
Marc
2024-07-27 10:47:49 +02:00
commit 2607b92044
15 changed files with 1002 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DIST v0.601.0.tar.gz 562166 BLAKE2B 97d762606b950127bb800254191d1ee8d22c98a28d991176dc9aa1f693b135aa1090190d5caa02c8fd246d859cdb5a5bc0ac47779b1831e532f7380d680405b6 SHA512 b70ded2ad40ca63791e24ad576c1d8c581801f44823a39b92b058a85f26403a5924ca11633174f08fe97c2df676132b3c13ae756dbae5dc624bb75bb90fee7d3
+30
View File
@@ -0,0 +1,30 @@
# 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
}