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-frameworks/plasma-wayland-protocols/
Date: Wed, 29 Apr 2020 16:10:23
Message-Id: 1588174239.a9eed0281d89aec7fc82ccb78a97d6394fb06710.asturm@gentoo
1 commit: a9eed0281d89aec7fc82ccb78a97d6394fb06710
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 11:30:07 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 15:30:39 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a9eed028
7
8 kde-frameworks/plasma-wayland-protocols: 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 .../plasma-wayland-protocols/metadata.xml | 8 +++++++
16 .../plasma-wayland-protocols-9999.ebuild | 25 ++++++++++++++++++++++
17 2 files changed, 33 insertions(+)
18
19 diff --git a/kde-frameworks/plasma-wayland-protocols/metadata.xml b/kde-frameworks/plasma-wayland-protocols/metadata.xml
20 new file mode 100644
21 index 0000000000..2fdbf33d96
22 --- /dev/null
23 +++ b/kde-frameworks/plasma-wayland-protocols/metadata.xml
24 @@ -0,0 +1,8 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="project">
29 + <email>kde@g.o</email>
30 + <name>Gentoo KDE Project</name>
31 + </maintainer>
32 +</pkgmetadata>
33
34 diff --git a/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
35 new file mode 100644
36 index 0000000000..ac2e45a636
37 --- /dev/null
38 +++ b/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
39 @@ -0,0 +1,25 @@
40 +# Copyright 1999-2020 Gentoo Authors
41 +# Distributed under the terms of the GNU General Public License v2
42 +
43 +EAPI=7
44 +
45 +PVCUT=$(ver_cut 1-2)
46 +QTMIN=5.12.3
47 +inherit ecm kde.org
48 +
49 +DESCRIPTION="Plasma Specific Protocols for Wayland"
50 +HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
51 +
52 +LICENSE="LGPL-2.1"
53 +KEYWORDS=""
54 +IUSE=""
55 +
56 +RDEPEND="
57 + >=dev-libs/wayland-1.15.0
58 + >=dev-qt/qtconcurrent-${QTMIN}:5
59 + >=dev-qt/qtgui-${QTMIN}:5[egl]
60 + >=dev-qt/qtwayland-${QTMIN}:5
61 +"
62 +DEPEND="${RDEPEND}
63 + >=dev-libs/wayland-protocols-1.15
64 +"