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.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kwayland-integration-6.3.4.tar.xz 26548 BLAKE2B 0ee379fd2ff046055264a31a1ed586a5d8f36fbb8b1107732e911a4ab403c2dbd631b8fd7b167da4deed518ea27193e6a46ff79067716bdbc9b09e1d03b07485 SHA512 c5584c20b0d068639c47a65b9c2d1ccc513b3e99b61402af070db777a069165b3e2fd176eaf96f419519be76ca929a934aed09ef224c716f2d5aa59a9f5ea1b6
|
||||
DIST kwayland-integration-6.3.5.tar.xz 26524 BLAKE2B 729d960a1d61439895b38348f4b8159c0a2bc740d8406e035b9f1069190bdf4efdf1629de981e2318a47edbff926b7e0f0bf831bb5726c1841bccd5e204664f3 SHA512 ea3eba84cf44e651690144743604b757d1e507a043191600d9f6979fd91601145015ac45e30b29cee672c9256b89f26325e3ae428c78e3eb34c76683593f7043
|
||||
|
||||
@@ -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