kde-plasma/kwayland-integration: drop 6.5.4

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-01-28 18:26:28 +01:00
parent f665e143c5
commit 146c2c9ea4
2 changed files with 0 additions and 49 deletions

View File

@@ -1,2 +1 @@
DIST kwayland-integration-6.5.4.tar.xz 26436 BLAKE2B 7ae92e8a56bc45831924feaf32947e82e67cd56ea7c57915b88aed03cd0e877d155ca38684088dff9a030688099e3b2c0db882341936948db0d4d4f3734b4cc7 SHA512 ea46374bccb7dc9cb8bea5b09373ddb0004301ee10593cae03d71c45be1c8d40dd985995cf731adebf1ebaa5437a4067b51c481375214402bcc26d7e7a70e0dc
DIST kwayland-integration-6.5.5.tar.xz 26452 BLAKE2B 843ee8af957407eaa8b65767f5220434ffac18b722f64086008e7af05becf1e1997ce47c8802d220fef2a071705322fc40156dcabf79332e79e6941353d5c23a SHA512 b4f0e7c4cb91cf3d1d1c8fef1bb256e6b4dec68f67ef312dfb6e595d5f4f9a02c03668faa7e9c0c57e38588528819ef453588081a71b9cf922c018b62946dc74

View File

@@ -1,48 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=5.116.0
QTMIN=5.15.17
inherit ecm flag-o-matic plasma.kde.org
DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
LICENSE="LGPL-2.1"
SLOT="5"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
# slot ops:
# dev-qt/qtgui: QtXkbCommonSupportPrivate
# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
# kde-frameworks/kwindowsystem: Various private headers
RDEPEND="
>=dev-libs/wayland-1.15
>=dev-qt/qtgui-${QTMIN}:5=
|| (
>=dev-qt/qtgui-${QTMIN}:5[libinput]
>=dev-qt/qtgui-${QTMIN}:5[X]
)
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtwayland-${QTMIN}:5=
>=kde-frameworks/kwindowsystem-${KFMIN}:5=
>=kde-plasma/kwayland-${KFMIN}:5
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
dev-libs/plasma-wayland-protocols
"
BDEPEND="
>=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
virtual/pkgconfig
"
src_configure() {
filter-lto # bug 921430
ecm_src_configure
}