mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-plasma/kwayland-integration: drop 6.3.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kwayland-integration-6.2.5.tar.xz 26420 BLAKE2B e5c93a190c0a66a53cab1942d0254be1e2a77f875c22cda4480a3a3a7c8fb19c4cc558db214fe5aa5399f62fd1fe56d19ea089f86b9d7b6c47dd76f400e301cc SHA512 a0c93f58664cc3540c82609b14244cab9214f0b6712fe2409cd2b0aaaa55bad452d06083a2b1800cb7d37c7aceb5edfa210a3686aed442a1b9f5fb34ad2e3967
|
||||
DIST kwayland-integration-6.3.2.tar.xz 26536 BLAKE2B 59c401fd6e114775c7bd3143ab32d18f5787d91c23e318d18e239ea0670c03765eea49e29fdd8d82e36f6e56db2fa06af8acdb8da033f355b13f145fb36588a3 SHA512 665cd948fca3396107daab6496a9963c3fd128f316ac9be0da561f02ff0f6bfebd8e49b999042e9d7e669cf5d372356593bcdde22ae1b415ca8de4b5992246f6
|
||||
DIST kwayland-integration-6.3.3.tar.xz 26536 BLAKE2B 448d71cc375740fc018bfa5b878c665cf845d5dd209b12800b0eef98f7773a239f2857a537f07ceb0309bc7dfc8eb9dc8d083e2f4a85343dfbadf3c6258d32eb SHA512 10f0aa95a592dc36f40fa6c5e04d51861c9b5379835887ee32ac85759abbc1b575842b4bcfe3620c3e167984d7e877afe1fda48cf35ff2f52c844d12160b1af4
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user