summaryrefslogtreecommitdiff
path: root/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild')
-rw-r--r--kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild25
1 files changed, 25 insertions, 0 deletions
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
+"