diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-14 21:40:16 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-14 23:29:37 +0200 |
| commit | 5e9874cdcb3574050493368b90a6a1d1e600e1b4 (patch) | |
| tree | 13825638a8d4faa568cb8d28a7c256437c5baf86 | |
| parent | 33d3cd9ad621d6e0907f948deb609017c4144e11 (diff) | |
| download | kde-5e9874cdcb3574050493368b90a6a1d1e600e1b4.tar.gz kde-5e9874cdcb3574050493368b90a6a1d1e600e1b4.tar.bz2 kde-5e9874cdcb3574050493368b90a6a1d1e600e1b4.zip | |
kde-plasma/kwayland-integration: 6.2.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-6.2.49.9999.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.2.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.2.49.9999.ebuild new file mode 100644 index 00000000000..023367f3a65 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-6.2.49.9999.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2024 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="" +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 +} |
