diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-05 21:51:34 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-05 21:56:41 +0200 |
| commit | 7352c97ad1991cfc64d698468f38d1af558ee988 (patch) | |
| tree | 601a05f389200d2911e082d0755c699825fb36e2 | |
| parent | 93739c4270ccc868e07f0aa7772a0bdf8cfa52d6 (diff) | |
| download | kde-7352c97ad1991cfc64d698468f38d1af558ee988.tar.gz kde-7352c97ad1991cfc64d698468f38d1af558ee988.tar.bz2 kde-7352c97ad1991cfc64d698468f38d1af558ee988.zip | |
kde-frameworks/kwayland: 5.109.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.109.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..2baaa322fed --- /dev/null +++ b/kde-frameworks/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-5.109.0.tar.xz 337368 BLAKE2B 942052c49958358a5b1b4260d05e0c812dc2d75b40082490f19016a93b391fb94e3c73f439ad262c8a1ab273d2a7bb7cce618a8a0616edf649cb243c42b5362e SHA512 2c07b8cbce23f4ee461d643bf440c654812c763a2908fd8fe88ddd0d323ba031e253174aefb4eb04500a0ea2221d840de7d3b1aa6a4834bf3afb7ed6816a70d3 diff --git a/kde-frameworks/kwayland/kwayland-5.109.0.ebuild b/kde-frameworks/kwayland/kwayland-5.109.0.ebuild new file mode 100644 index 00000000000..60e567c19c0 --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.109.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 +" |
