Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
Date: Wed, 29 Apr 2020 16:10:27
Message-Id: 1588175156.60c4d73a6da64af640363c7e7d9adb25fe7910a2.asturm@gentoo
1 commit: 60c4d73a6da64af640363c7e7d9adb25fe7910a2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 11:26:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 15:45:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60c4d73a
7
8 kde-plasma/kwayland-server: New package, split from kwayland
9
10 See also: https://mail.kde.org/pipermail/kde-frameworks-devel/2020-April/109641.html
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../kwayland-server/kwayland-server-9999.ebuild | 35 ++++++++++++++++++++++
16 kde-plasma/kwayland-server/metadata.xml | 8 +++++
17 2 files changed, 43 insertions(+)
18
19 diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
20 new file mode 100644
21 index 0000000000..09cd579fa0
22 --- /dev/null
23 +++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
24 @@ -0,0 +1,35 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +ECM_QTHELP="true"
31 +ECM_TEST="true"
32 +KFMIN=9999
33 +PVCUT=$(ver_cut 1-2)
34 +QTMIN=5.14.1
35 +inherit ecm kde.org
36 +
37 +DESCRIPTION="Wayland Server Components built on KDE Frameworks"
38 +HOMEPAGE="https://cgit.kde.org/kwayland-server.git"
39 +
40 +LICENSE="LGPL-2.1"
41 +SLOT="5"
42 +KEYWORDS=""
43 +IUSE=""
44 +
45 +RDEPEND="
46 + >=dev-libs/wayland-1.15.0
47 + >=dev-qt/qtconcurrent-${QTMIN}:5
48 + >=dev-qt/qtgui-${QTMIN}:5[egl]
49 + >=dev-qt/qtwayland-${QTMIN}:5
50 + >=kde-frameworks/kwayland-${KFMIN}:5
51 + media-libs/mesa[egl]
52 +"
53 +DEPEND="${RDEPEND}
54 + >=dev-libs/wayland-protocols-1.15
55 + >=kde-frameworks/plasma-wayland-protocols-${KFMIN}:5
56 +"
57 +
58 +# All failing, I guess we need a virtual wayland server
59 +RESTRICT+=" test"
60
61 diff --git a/kde-plasma/kwayland-server/metadata.xml b/kde-plasma/kwayland-server/metadata.xml
62 new file mode 100644
63 index 0000000000..2fdbf33d96
64 --- /dev/null
65 +++ b/kde-plasma/kwayland-server/metadata.xml
66 @@ -0,0 +1,8 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 + <maintainer type="project">
71 + <email>kde@g.o</email>
72 + <name>Gentoo KDE Project</name>
73 + </maintainer>
74 +</pkgmetadata>