diff options
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 3 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-5.22.0.ebuild | 30 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest new file mode 100644 index 000000000000..bb96efa55e2b --- /dev/null +++ b/kde-plasma/layer-shell-qt/Manifest @@ -0,0 +1,3 @@ +DIST layer-shell-qt-5.22.0.tar.xz 17620 BLAKE2B 487c27e4a5f8de07c0f6fc374dcd10a17eea0c80d5a4701a79c98d624d9ca72f1e89d3e1818caeb164f07898a545a3c4a157f4c1834f06622e75343f1b5fbf57 SHA512 7ec410925349894a9312ba5de08fe5ccf7d94ac295a39e256ffc5d46d76482f67d1f0b579d76796f9c194ac4f9f0d58d4a997afe5060fb3c746629d70bbd1047 +EBUILD layer-shell-qt-5.22.0.ebuild 609 BLAKE2B 3946cc53fb4db09f8d0160e1addb8f81460d9376f0582032b43895dc6b070c926df93dffc4f129ebf1d2693c95ee5de807eafaf54274c90ff8648f081b35e80b SHA512 daa0f91e10d7cf084f3e07debca99200fd6b23752a182a4124d701f256054f006d5fdc1c5e547f47a9fe1865450027fb1afb66124f297f13ebb45bb12b5d6a00 +MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.0.ebuild new file mode 100644 index 000000000000..bb5a21f13cb1 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.82.0 +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="~amd64 ~arm ~arm64 ~ppc64 ~x86" +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 000000000000..2fdbf33d963d --- /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>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> |