commit: ba2b9a48b92ff78278e08337a7e52333218f3860 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 21:26:05 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 21:33:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba2b9a48
kde-plasma/layer-shell-qt: New package Bug: https://bugs.gentoo.org/783204 Bug: https://bugs.gentoo.org/783210 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../layer-shell-qt/layer-shell-qt-9999.ebuild | 30 ++++++++++++++++++++++ kde-plasma/layer-shell-qt/metadata.xml | 8 ++++++ 2 files changed, 38 insertions(+) diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild new file mode 100644 index 0000000000..5893e49f6e --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=9999 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" + +LICENSE="LGPL-3+" +SLOT="5" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=dev-libs/wayland-1.15 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[X] + >=dev-qt/qtwayland-${QTMIN}:5 + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + >=dev-libs/plasma-wayland-protocols-1.1.1 +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" diff --git a/kde-plasma/layer-shell-qt/metadata.xml b/kde-plasma/layer-shell-qt/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-plasma/layer-shell-qt/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>
