diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-19 16:30:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-19 17:10:41 +0200 |
commit | 16b49d89519c1087883b40cd3822653c292d974f (patch) | |
tree | 84ac498428a941aea4155e002aae6e3ee86502a2 /kde-frameworks | |
parent | kde-frameworks/kquickcharts: 5.111.0 version bump (diff) | |
download | gentoo-16b49d89519c1087883b40cd3822653c292d974f.tar.gz gentoo-16b49d89519c1087883b40cd3822653c292d974f.tar.bz2 gentoo-16b49d89519c1087883b40cd3822653c292d974f.zip |
kde-frameworks/kwayland: 5.111.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kwayland/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kwayland/kwayland-5.111.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest index 21caea97c3c7..7e3d990178b0 100644 --- a/kde-frameworks/kwayland/Manifest +++ b/kde-frameworks/kwayland/Manifest @@ -1 +1,2 @@ DIST kwayland-5.110.0.tar.xz 337456 BLAKE2B 406e3d9524c613989068e9e066f3893802848ce533d8e1fdfde7a5627123ebc8dc35d4a48d234501b12061322a258b4f44593d953f70cc220612694ba05a2d4a SHA512 f1edd51cbca7663e025a9f1f71b48e5ee3fea1f18b68dbb83475f7b3cbe6dd19cce077ba2a21fe049a6965d3eada956959494f7e0e80f9d61b6684dee9ceb8f0 +DIST kwayland-5.111.0.tar.xz 337520 BLAKE2B 3e5eb1273b732fa10fd9b1c5ed30605923cad34c18449916568a37314d0bc24f3f562b7a6998e013e78f746b4f1077bd66c175abfc5e5f20b243423dcb5344c4 SHA512 fd9966827a38315161136993c0f7fe904ffd13fe37f41445cc6b2d4f4d76b0987d57120f2701fce57743ba003ff5f48336698204eb79f5d1f63a405aa38d1045 diff --git a/kde-frameworks/kwayland/kwayland-5.111.0.ebuild b/kde-frameworks/kwayland/kwayland-5.111.0.ebuild new file mode 100644 index 000000000000..60e567c19c0c --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.111.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries" +HOMEPAGE="https://invent.kde.org/frameworks/kwayland" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~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/qtconcurrent-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5=[egl] + >=dev-qt/qtwayland-${QTMIN}:5= + media-libs/libglvnd +" +DEPEND="${RDEPEND} + >=dev-libs/plasma-wayland-protocols-1.9.0 + >=dev-libs/wayland-protocols-1.15 + sys-kernel/linux-headers +" +BDEPEND=" + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + >=dev-util/wayland-scanner-1.19.0 +" |