diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-10 16:36:14 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-10 18:52:38 +0100 |
| commit | 73de138e5697037384f6412413a8e7966f408b55 (patch) | |
| tree | 2300b449273af964895803223dd88c48f3e535ba | |
| parent | 34e9043823105dbc5b114a7764b3f18abb8e10c7 (diff) | |
| download | kde-73de138e5697037384f6412413a8e7966f408b55.tar.gz kde-73de138e5697037384f6412413a8e7966f408b55.tar.bz2 kde-73de138e5697037384f6412413a8e7966f408b55.zip | |
kde-plasma/kwayland: 6.2.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/kwayland/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/kwayland/kwayland-6.2.90.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest new file mode 100644 index 00000000000..693216ca6e0 --- /dev/null +++ b/kde-plasma/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-6.2.90.tar.xz 134120 BLAKE2B a792c1db0b6bbbceb78797068631c6529e7d3dcb18fda0f8c7bad643422aa33435528b443050ad56760e53a4ba3bda995ad25139366cea982e0429662fa05141 SHA512 7951698d103968e02ee5976e7c4b09ff4e159630bf022e7cb91f26da43787e2e5878f3a680d61ec1293ca050389751c0502a3dbe7bb7a2adf27cd416291e347d diff --git a/kde-plasma/kwayland/kwayland-6.2.90.ebuild b/kde-plasma/kwayland/kwayland-6.2.90.ebuild new file mode 100644 index 00000000000..40f65253ae8 --- /dev/null +++ b/kde-plasma/kwayland/kwayland-6.2.90.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=6.10.0 +QTMIN=6.8.1 +inherit ecm flag-o-matic plasma.kde.org + +DESCRIPTION="Qt-style API to interact with the wayland-client API" +HOMEPAGE="https://invent.kde.org/frameworks/kwayland" + +LICENSE="LGPL-2.1" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +# All failing, I guess we need a virtual wayland server +RESTRICT="test" + +# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h +RDEPEND=" + >=dev-libs/wayland-1.15.0 + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,gui,opengl] + >=dev-qt/qtwayland-${QTMIN}:6= + media-libs/libglvnd +" +DEPEND="${RDEPEND} + >=dev-libs/plasma-wayland-protocols-1.16.0 + >=dev-libs/wayland-protocols-1.15 + sys-kernel/linux-headers +" +BDEPEND=" + >=dev-qt/qtwayland-${QTMIN}:6 + >=dev-util/wayland-scanner-1.19.0 +" + +src_configure() { + filter-lto # bug 866575 + ecm_src_configure +} |
