mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-plasma/kwayland-server: New package
Add 5.18.90 early in order for arch teams to be able to keyword in advance. Bug: https://bugs.gentoo.org/727132 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
1
kde-plasma/kwayland-server/Manifest
Normal file
1
kde-plasma/kwayland-server/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST kwayland-server-5.18.90.tar.xz 229588 BLAKE2B f6ec9c0ab25c620a288761731dc239c46574030012b845e7432990be9c594a3eeeb5743ac7a99e65133395f329ab3fec23aa854be22d0b01fb505e59cdda0ceb SHA512 93c0aa80dd453dfbe400a016f42ff424629e95fc7392c468cad7368d04871cea9b5f96c383900b467eec68dc8729b15bb7cc14758ceafb6430a784791232e85b
|
||||
35
kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild
Normal file
35
kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild
Normal file
@@ -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.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 ~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"
|
||||
8
kde-plasma/kwayland-server/metadata.xml
Normal file
8
kde-plasma/kwayland-server/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>kde@gentoo.org</email>
|
||||
<name>Gentoo KDE Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user