diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-02 23:53:20 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-03 00:17:12 +0200 |
| commit | 3be0f434e913ee63bd1bf8c682ca8e7d5aa4ca4a (patch) | |
| tree | 7d747a7020ddd993e34f613e43277da3451f62d5 | |
| parent | ff7686f57253f6110d7b8ab7194cf81f310822b5 (diff) | |
| download | kde-3be0f434e913ee63bd1bf8c682ca8e7d5aa4ca4a.tar.gz kde-3be0f434e913ee63bd1bf8c682ca8e7d5aa4ca4a.tar.bz2 kde-3be0f434e913ee63bd1bf8c682ca8e7d5aa4ca4a.zip | |
kde-frameworks/kwayland: 5.99.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.99.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..9c11c452e82 --- /dev/null +++ b/kde-frameworks/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-5.99.0.tar.xz 336592 BLAKE2B db9cc7315fb5a4cfea301739651925582eb31321c2b44b4831484c878157af4e49078057c9ffe71fd5275ab64f96f325af5e99f058c2ef6bf5b415899338fa6a SHA512 d921eedef35ffa536595660d21c406288e1056000587701efacb02f3265f6b1fd5935626c32c191f3d870a61253d25f79b1b9d370e4e5a6056278d13ea76ccf2 diff --git a/kde-frameworks/kwayland/kwayland-5.99.0.ebuild b/kde-frameworks/kwayland/kwayland-5.99.0.ebuild new file mode 100644 index 00000000000..5da61c769d8 --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.99.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 +" |
