diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-06 18:35:27 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-06 18:42:02 +0100 |
| commit | 8897e5486b25636e164947ae14b1d0ca639874c1 (patch) | |
| tree | 0bbca0f8a8750f6a7e620482a6200aa5251d1582 | |
| parent | 2c656f5946e640abf111adba1789cfe7fc56d035 (diff) | |
| download | kde-8897e5486b25636e164947ae14b1d0ca639874c1.tar.gz kde-8897e5486b25636e164947ae14b1d0ca639874c1.tar.bz2 kde-8897e5486b25636e164947ae14b1d0ca639874c1.zip | |
kde-frameworks/kwayland: 5.101.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.101.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..523357d1e70 --- /dev/null +++ b/kde-frameworks/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-5.101.0.tar.xz 336776 BLAKE2B 6ed88db28b5cd2d07f388435798f50069c819e9cbd35e1b5ba9ccb7a3e4e47498a92933eabbe8f582615f2495b67cb4b86c5e02100fcaf0dd37094b810c247f5 SHA512 cc561d2d3a2b3f1838c5b594907f5f9e78edc6ebd8e62dc751d8f2df453b9b3cac50c8220525722a8e0f2fbe842f517cfb83250c6822d97672d9a7b618194c12 diff --git a/kde-frameworks/kwayland/kwayland-5.101.0.ebuild b/kde-frameworks/kwayland/kwayland-5.101.0.ebuild new file mode 100644 index 00000000000..5da61c769d8 --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.101.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 +" |
