summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-29 13:30:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-29 17:30:39 +0200
commita9eed0281d89aec7fc82ccb78a97d6394fb06710 (patch)
treeff4d0980c46dacec073b50efc6d54f2a02711d3d
parentb33afab6bb4c113b7c8e2b0ad797338e69ed9415 (diff)
downloadkde-a9eed0281d89aec7fc82ccb78a97d6394fb06710.tar.gz
kde-a9eed0281d89aec7fc82ccb78a97d6394fb06710.tar.bz2
kde-a9eed0281d89aec7fc82ccb78a97d6394fb06710.zip
kde-frameworks/plasma-wayland-protocols: 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@gentoo.org>
-rw-r--r--kde-frameworks/plasma-wayland-protocols/metadata.xml8
-rw-r--r--kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild25
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/plasma-wayland-protocols/metadata.xml b/kde-frameworks/plasma-wayland-protocols/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/kde-frameworks/plasma-wayland-protocols/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>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
new file mode 100644
index 00000000000..ac2e45a6368
--- /dev/null
+++ b/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Plasma Specific Protocols for Wayland"
+HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
+
+LICENSE="LGPL-2.1"
+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
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.15
+"