diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-06 22:14:44 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-06 22:19:20 +0100 |
| commit | 579d9da2ed5304508ec8fa20f41500a28ab87f9a (patch) | |
| tree | 9ad9ec37cfaf42bcc26a0c39d1cf244b88d70b3e | |
| parent | 2b49a7ff38b488e78e7378262bac5b0617c5283f (diff) | |
| download | kde-579d9da2ed5304508ec8fa20f41500a28ab87f9a.tar.gz kde-579d9da2ed5304508ec8fa20f41500a28ab87f9a.tar.bz2 kde-579d9da2ed5304508ec8fa20f41500a28ab87f9a.zip | |
kde-frameworks/kwayland: 5.100.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/kwayland/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kwayland/kwayland-5.100.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest new file mode 100644 index 00000000000..f0e8f1cf88e --- /dev/null +++ b/kde-frameworks/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-5.100.0.tar.xz 336548 BLAKE2B c48a9f6fa7f6f1513d6a1caaec728444fa23c5d3aa9f76ae33fdcb74550d9048275aef73e205b61da98f6e5e17f6c2ae4b83dc83e8be2d7a2f7d45b4b0ed33bf SHA512 270b28d23302d5ab90a90894a5d903a19d60dc9b5a52c124af03de3ec7910826cdec130c2b3c09f1808f33080979f6f4ac608d037e32975e9495f3c9a18b929c diff --git a/kde-frameworks/kwayland/kwayland-5.100.0.ebuild b/kde-frameworks/kwayland/kwayland-5.100.0.ebuild new file mode 100644 index 00000000000..5da61c769d8 --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.100.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 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.5 +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 +" |
