diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-12 17:32:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-13 11:15:49 +0200 |
commit | 8b7ee5902b427e68d1460895760a0b63b3b33956 (patch) | |
tree | b1455a014ec306b5ca7b61978959fb98fa3badc5 /kde-plasma/kwayland-server/kwayland-server-5.24.6.ebuild | |
parent | kde-plasma/kwayland-integration: 5.24.6 version bump (diff) | |
download | gentoo-8b7ee5902b427e68d1460895760a0b63b3b33956.tar.gz gentoo-8b7ee5902b427e68d1460895760a0b63b3b33956.tar.bz2 gentoo-8b7ee5902b427e68d1460895760a0b63b3b33956.zip |
kde-plasma/kwayland-server: 5.24.6 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-server/kwayland-server-5.24.6.ebuild')
-rw-r--r-- | kde-plasma/kwayland-server/kwayland-server-5.24.6.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.24.6.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.24.6.ebuild new file mode 100644 index 000000000000..69eafc99705b --- /dev/null +++ b/kde-plasma/kwayland-server/kwayland-server-5.24.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.92.0 +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.4 +inherit ecm plasma.kde.org + +DESCRIPTION="Wayland Server Components built on KDE Frameworks" +HOMEPAGE="https://invent.kde.org/plasma/kwayland-server" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +# All failing, I guess we need a virtual wayland server +RESTRICT="test" + +RDEPEND=" + >=dev-libs/wayland-1.19.0 + >=dev-qt/qtconcurrent-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[egl] + >=dev-qt/qtwayland-${QTMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + media-libs/libglvnd +" +DEPEND="${RDEPEND} + >=dev-libs/plasma-wayland-protocols-1.6.0 + >=dev-libs/wayland-protocols-1.24 +" +BDEPEND=" + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + dev-util/wayland-scanner +" |