diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-16 16:27:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-16 18:29:28 +0200 |
commit | dd40deccd8b408b61c8e115d102488c112040fa8 (patch) | |
tree | 0a96488a3c5a47afccd1c0c13b494e1b5bcf02e5 /kde-plasma/kwayland-server | |
parent | media-gfx/digikam: Drop obsolete 7.0.0_beta3-qt-5.15.patch (diff) | |
download | gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.gz gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.bz2 gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.zip |
kde-plasma: Add KDE Plasma 5.19.1
Closes: https://bugs.gentoo.org/727760
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-server')
-rw-r--r-- | kde-plasma/kwayland-server/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-server/kwayland-server-5.19.1.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-server/Manifest b/kde-plasma/kwayland-server/Manifest index c95eeb52c07c..d6638703d668 100644 --- a/kde-plasma/kwayland-server/Manifest +++ b/kde-plasma/kwayland-server/Manifest @@ -1 +1,2 @@ DIST kwayland-server-5.19.0.tar.xz 229816 BLAKE2B ad5bb8266989e0818344250851399fd75f4701437c13896b1eabd059c477281685ad8fea07584e831d2f089ba91c024f419cf457f1c26f2bb3e1398abf1f36e9 SHA512 5005692221821ddf08dac62ac476dbb114c0b5f21080f35da7374da3a2b8d0adf49d7918a42389c7908350bbda0be04f134d91bed4bdb580f97dbad04e0a43bf +DIST kwayland-server-5.19.1.tar.xz 229700 BLAKE2B d2db64eefb86df4e50431b94be00dd3ca29d7681c50bc73dc13426a4f469a1a3f079f442eb8a2881fd283bcf5cda7589a6b8d6b35ce2614a5f0767721701234a SHA512 b6e0973c0db5c8c71367c18f497eb7343b3a7986b6f79d59d0c4d86df39779f9be8acb0b03ede6c65c9240254589ea8bc84d57865b17da73c1edf6147f836ae7 diff --git a/kde-plasma/kwayland-server/kwayland-server-5.19.1.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.19.1.ebuild new file mode 100644 index 000000000000..3fc0397ea392 --- /dev/null +++ b/kde-plasma/kwayland-server/kwayland-server-5.19.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.70.0 +PVCUT=$(ver_cut 1-2) +QTMIN=5.14.2 +inherit ecm 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 ~arm64 ~ppc64" +IUSE="" + +RDEPEND=" + >=dev-libs/wayland-1.15.0 + >=dev-qt/qtconcurrent-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[egl] + >=dev-qt/qtwayland-${QTMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + media-libs/mesa[egl] +" +DEPEND="${RDEPEND} + dev-libs/plasma-wayland-protocols + >=dev-libs/wayland-protocols-1.15 +" + +# All failing, I guess we need a virtual wayland server +RESTRICT+=" test" |