diff options
author | 2021-01-09 10:26:02 +0100 | |
---|---|---|
committer | 2021-01-09 10:26:02 +0100 | |
commit | b5da190c2e23e6e2a21fcda89085130b8fa02e2c (patch) | |
tree | 1fa5f89d9344f96efc150869d1ae49d086e98c60 /kde-frameworks/kwayland | |
parent | kde-frameworks/kquickcharts: 5.78.0 version bump (diff) | |
download | gentoo-b5da190c2e23e6e2a21fcda89085130b8fa02e2c.tar.gz gentoo-b5da190c2e23e6e2a21fcda89085130b8fa02e2c.tar.bz2 gentoo-b5da190c2e23e6e2a21fcda89085130b8fa02e2c.zip |
kde-frameworks/kwayland: 5.78.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwayland')
-rw-r--r-- | kde-frameworks/kwayland/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kwayland/kwayland-5.78.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest index 1f33cdcfd3cd..2bcc3f10cbf1 100644 --- a/kde-frameworks/kwayland/Manifest +++ b/kde-frameworks/kwayland/Manifest @@ -1,2 +1,3 @@ DIST kwayland-5.74.0.tar.xz 344496 BLAKE2B 234b90876d45dc340b196e1416694af8b799fd88aa576e824a0e76f970691247d01e3bacb1be78aa5a5bf6f65b023ca2bb83ca7702da37a3a9120f6669b6e660 SHA512 347841dd5dabedd9de13e92275a2b6edb201a45c177c757b69af681e2f3b60c261087c5387c97305869c0a125a5f07de08113208a174ccb946f6ace310445ebd DIST kwayland-5.77.0.tar.xz 344616 BLAKE2B 9ee3bb1691884d2f69d4b31e4163c0b6c21fd8bb1d6fb6ac5ea28ef3dbcd9bf286c39da5914f1406e2e9645f2f09c14a9bb861b8e96c29911b0e2d2cbcb93c15 SHA512 f24df9225d6a3fbcf4627a1ea1292d971bd1ac8096777c3d79e306b808dff92ebcee34d6bcfa63e729575c873b4bceaeaa1d62e3cd848774f9a536171fae65cd +DIST kwayland-5.78.0.tar.xz 344732 BLAKE2B edc7e9f14dd7bd5e8e972f050f33804ef777c6af4f6a7f79f557108527c94675b1a43d70736e240f7ca30c985e456e426c5c6d265b5ea85c0476888f08f76cdc SHA512 42bc035046333400504a8d70aa5140b6cb3247bbe7747821525e46017ff2a6894362a303e93cf5bfa020e2ea85014d50a07a6be842ccd52194cf5b9fec5d5b76 diff --git a/kde-frameworks/kwayland/kwayland-5.78.0.ebuild b/kde-frameworks/kwayland/kwayland-5.78.0.ebuild new file mode 100644 index 000000000000..103dda8bc9fc --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.78.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.1 +inherit ecm 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 ~ppc64 ~x86" +IUSE="" + +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/mesa[egl] +" +DEPEND="${RDEPEND} + >=dev-libs/plasma-wayland-protocols-1.1.1 + >=dev-libs/wayland-protocols-1.15 +" + +# All failing, I guess we need a virtual wayland server +RESTRICT+=" test" |