diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 16:03:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 16:46:20 +0100 |
commit | 18be313eada5697a8b40d7ea9c04a0e10f4517bb (patch) | |
tree | 943c31b34d589b9f076cea4fca261568c460d695 /kde-plasma/kwayland | |
parent | kde-plasma/kwallet-pam: 6.0.1 version bump (diff) | |
download | gentoo-18be313eada5697a8b40d7ea9c04a0e10f4517bb.tar.gz gentoo-18be313eada5697a8b40d7ea9c04a0e10f4517bb.tar.bz2 gentoo-18be313eada5697a8b40d7ea9c04a0e10f4517bb.zip |
kde-plasma/kwayland: 6.0.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland')
-rw-r--r-- | kde-plasma/kwayland/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland/kwayland-6.0.1.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest index b3992c82443c..031ba2884c54 100644 --- a/kde-plasma/kwayland/Manifest +++ b/kde-plasma/kwayland/Manifest @@ -1,2 +1,3 @@ DIST kwayland-5.115.0.tar.xz 337404 BLAKE2B f03eb7d0b4ad86733dae5f7488f6f902c4ce0c17ef90a8fcf9df4ca1d5b184bf8b2ad402580c407a2076be4409f81155eff565e2134221ae4ea277d593f1745a SHA512 d4279353a7179001f19bd6962595c321161ec5f5fa24518af4326b21dab56caeed5a86cc82c5335cd8288c0b348feccfb59ec8e3ee0ec0f418972c29d48832ec DIST kwayland-6.0.0.tar.xz 133824 BLAKE2B 55c7578671734e4ff498166bf13182cccbb13a997e3d373a4abb22ba60f140659e866f37857b8ba9773e10a515ebe8eb3796110f86a1e7ba9e4fa30a77970b65 SHA512 d987a50c6288cf117ecdf436cd7b0470b92f033a3642541ae8f29099687fb71ca27cd4827163f11df1957aa3d013464080bc91735acc8944ebcb0a751803d315 +DIST kwayland-6.0.1.tar.xz 133692 BLAKE2B f28f9d9af5999761f56c872d06c84a83bd82ab3d8f0478fb7f512e87d6a1608636062745a289343fdf120ba2773c514c0582dd7e8aadd016c4d18af913a1c86f SHA512 d2ae9530794bcc599258e7ffa87972eceb885c03eb4cabbbf4a86f31f7ba525bf966929ab795a1ed66c6dc335e0bbd78fd57516032d505e5e49ddb1b66601f3b diff --git a/kde-plasma/kwayland/kwayland-6.0.1.ebuild b/kde-plasma/kwayland/kwayland-6.0.1.ebuild new file mode 100644 index 000000000000..20d88c070389 --- /dev/null +++ b/kde-plasma/kwayland/kwayland-6.0.1.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.0 +QTMIN=6.6.2 +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" +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.11.1 + >=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 +} |