diff options
Diffstat (limited to 'kde-plasma/layer-shell-qt')
| -rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-5.91.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest new file mode 100644 index 00000000000..fcccf9ca86d --- /dev/null +++ b/kde-plasma/layer-shell-qt/Manifest @@ -0,0 +1 @@ +DIST layer-shell-qt-5.91.0.tar.xz 20204 BLAKE2B 69c7184c091feea21a2ca9f4db96fc3285690174ca937eb7b1420f4c99d1f756a1dba402640259946202c1c7f9e3acad1ac12cb229ffcba13cbe0cd91aded6f9 SHA512 ffe5e3e9b2c6b69c893ca247939b015172856e233d182d5867243aeabb9467a8634d1f0680250ffa1f7e81161a0fbb8bdf48f9dd526915142c4f3f031ff4244e diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.91.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.91.0.ebuild new file mode 100644 index 00000000000..900b5a3f4a8 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.91.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.247.0 +QTMIN=6.6.0 +inherit ecm plasma.kde.org + +DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" + +LICENSE="LGPL-3+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +# slot op: various private QtWaylandClient headers +RDEPEND=" + >=dev-libs/wayland-1.15 + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtwayland-${QTMIN}:6= + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" |
