Skip to content

Commit

Permalink
kde-plasma/kwayland-server: 5.20.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 13, 2020
1 parent e11721a commit 34089a3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/kwayland-server/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kwayland-server-5.19.5.tar.xz 229752 BLAKE2B 8730fc1e14512756478870a1446310db7a0130afffc29ad42d4a2efa18bdd0991c89c508072c4741ff6a67a28f8cb534b4f097762444ac42b3d2189d753dfa65 SHA512 5e039e38f290daed747a4c5d0fb37c828ad7ff1e05b735abb30bfaa69d67e812ea89b78921ec0877622ed9127a92aa76b5c6468126004c0f53ddf909a45f391b
DIST kwayland-server-5.20.0.tar.xz 220692 BLAKE2B c1ecd9390b7469fdbd8090f06b95c8952deca5f6822a0f7155beaaad752f7b6479b9ee8f8e1ec2b087b19082f0efc97b06b144adb0a9e4849c86375be6547469 SHA512 c5dab0a86e4a355294c9b2b793f4d0aa091d260abd85b7fe9523941792493c6cbce640e00957247996456acc8baca7ff4d42af84f5b30089844c8eb752fea4ba
35 changes: 35 additions & 0 deletions kde-plasma/kwayland-server/kwayland-server-5.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -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.74.0
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.1
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 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""

RDEPEND="
>=dev-libs/wayland-1.18.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-1.1.1
>=dev-libs/wayland-protocols-1.15
"

# All failing, I guess we need a virtual wayland server
RESTRICT+=" test"

0 comments on commit 34089a3

Please sign in to comment.