commit:     60c4d73a6da64af640363c7e7d9adb25fe7910a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 11:26:24 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 15:45:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=60c4d73a

kde-plasma/kwayland-server: New package, split from kwayland

See also: 
https://mail.kde.org/pipermail/kde-frameworks-devel/2020-April/109641.html

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwayland-server/kwayland-server-9999.ebuild    | 35 ++++++++++++++++++++++
 kde-plasma/kwayland-server/metadata.xml            |  8 +++++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild 
b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
new file mode 100644
index 0000000000..09cd579fa0
--- /dev/null
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.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=9999
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.1
+inherit ecm kde.org
+
+DESCRIPTION="Wayland Server Components built on KDE Frameworks"
+HOMEPAGE="https://cgit.kde.org/kwayland-server.git";
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS=""
+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/wayland-protocols-1.15
+       >=kde-frameworks/plasma-wayland-protocols-${KFMIN}:5
+"
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT+=" test"

diff --git a/kde-plasma/kwayland-server/metadata.xml 
b/kde-plasma/kwayland-server/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-plasma/kwayland-server/metadata.xml
@@ -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>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to