kde-plasma/kwayland-integration: drop 6.3.6

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-09-25 21:14:19 +02:00
parent 7d9cbaee25
commit a8dd059b09
2 changed files with 0 additions and 49 deletions

View File

@@ -1,2 +1 @@
DIST kwayland-integration-6.3.6.tar.xz 26432 BLAKE2B ac08c0b23f5a9f4972acd2d7958ab19eb50cab8ceb372a178d5f827ba53410cee40aac2aee99d8cf8204c41a0a803d91ee232f402a03968c90990227f48a404c SHA512 3186ec04cb4256dd10a5e18ca914e1d3e4345fdbe651be26d445c58dd2d63e2b1edaf23749f6ec1ce1a4840b6203a27bb54b2515b14fd73a9d12a566fcf367cc
DIST kwayland-integration-6.4.5.tar.xz 26576 BLAKE2B 0e1b39f5bffa297faca6042f42e5a568ce5fdb2e588f34c71ce6765bf176e102f4cd751ea2a58843948aa5c0fecde4ea4d82ef6f95aabc2d6aff0493ee4f25c7 SHA512 ffb7d8d5093956de6c8295ca705d7b0decee3518fd81c0b7fe978c8025d04b486449cced755e19a130bcb3065c1d29483d81684fa7ada9d95f03a36d3fd39e17

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.115.0
QTMIN=5.15.12
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
}