kde-plasma/kwayland: drop 6.0.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-26 20:50:45 +01:00
parent 4c79bf437d
commit d990772c0a
No known key found for this signature in database
GPG Key ID: 012423318D1FB6CD
2 changed files with 0 additions and 43 deletions

View File

@ -1,3 +1,2 @@
DIST kwayland-5.115.0.tar.xz 337404 BLAKE2B f03eb7d0b4ad86733dae5f7488f6f902c4ce0c17ef90a8fcf9df4ca1d5b184bf8b2ad402580c407a2076be4409f81155eff565e2134221ae4ea277d593f1745a SHA512 d4279353a7179001f19bd6962595c321161ec5f5fa24518af4326b21dab56caeed5a86cc82c5335cd8288c0b348feccfb59ec8e3ee0ec0f418972c29d48832ec
DIST kwayland-6.0.2.tar.xz 133708 BLAKE2B d9cfdebc690afcdd41a071fb5271573e022ee5678daecbf00de1d0697474d45f5ffa3a18df6b5064b28d90addba977333c33dcd0a7651b2e774be03bc5128b10 SHA512 1e353cf3eb02e71fda9a0eacaf6fe178a5d27c23fdc3490d57c2c1cd77aa96690051daad805cdd157cd4a40158658613a760fa1b1644283058a79669de72b999
DIST kwayland-6.0.3.tar.xz 133708 BLAKE2B d4f28ea091b76d002dbf7873bb5aac581057556cbb488b63f8235111704a7c269a1e05cdeca10dd16be97cb978832200faa3d7cba3ce93e9f08706819b2cb815 SHA512 8df9296ae9d06935b21c4c255f0d45722b504e6ab095c5c1beaba33a010652ab98d82e318119da3633daf56d8b8ef0343fdcf8c56a931bd6171afa1e98e13a04

View File

@ -1,42 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
KFMIN=6.0
QTMIN=6.6.2
inherit ecm flag-o-matic plasma.kde.org
DESCRIPTION="Qt-style API to interact with the wayland-client API"
HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
LICENSE="LGPL-2.1"
SLOT="6"
KEYWORDS="~amd64"
IUSE=""
# All failing, I guess we need a virtual wayland server
RESTRICT="test"
# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
RDEPEND="
>=dev-libs/wayland-1.15.0
>=dev-qt/qtbase-${QTMIN}:6=[concurrent,gui,opengl]
>=dev-qt/qtwayland-${QTMIN}:6=
media-libs/libglvnd
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.11.1
>=dev-libs/wayland-protocols-1.15
sys-kernel/linux-headers
"
BDEPEND="
>=dev-qt/qtwayland-${QTMIN}:6
>=dev-util/wayland-scanner-1.19.0
"
src_configure() {
filter-lto # bug 866575
ecm_src_configure
}