diff options
author | Sam James <sam@gentoo.org> | 2023-10-24 23:12:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-24 23:35:52 +0100 |
commit | 9f79d263eb08fbf0957c562fe63c5e2b94874d28 (patch) | |
tree | 71ea835e549c739af0cb45819f97246c9d2c0230 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: 5.27.9 version bump (diff) | |
download | gentoo-9f79d263eb08fbf0957c562fe63c5e2b94874d28.tar.gz gentoo-9f79d263eb08fbf0957c562fe63c5e2b94874d28.tar.bz2 gentoo-9f79d263eb08fbf0957c562fe63c5e2b94874d28.zip |
kde-plasma/layer-shell-qt: 5.27.9 version bump
Signed-off-by: Sam James <sam@gentoo.org>
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.27.9.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 6d9972a75639..53e1385b0c16 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1 +1,2 @@ DIST layer-shell-qt-5.27.8.tar.xz 18452 BLAKE2B 9d0d96483d4a9fac334436accd29240ca0c18d537c22312f3612f791d4c343ae0bee5303701ca943b49e7cc943fa1c1caf3b6ed2051ed3417060ea8488b147f5 SHA512 de695b69d5aba7a15275b08091b74780032033f30da0f5214044b1b40d44bb13db43e4a2953e836f4dd355578705115cf89bfd6631471da070cf9fa954c7e6b9 +DIST layer-shell-qt-5.27.9.tar.xz 18444 BLAKE2B 55a4c4c1dc38d1bb618c1c1f651d59d5e7be3dea7118b84ab2ed72b9db7bef42c8ac0be2d8671216c93dddc99bc5fd6c607b2f21236ae4813fdc43fb350a18d1 SHA512 a58d7038ab6da1765e516f94271cf1a14e7be5c82bcd0e088cebdc58a569fef5cbb5fdba40865f2effd600e99656383261e5c91a8d7cb786f3b06d11fa697928 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild new file mode 100644 index 000000000000..8e499271aa76 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm plasma.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 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot op: various private QtWaylandClient headers +RDEPEND=" + >=dev-libs/wayland-1.15 + >=dev-qt/qtdeclarative-${QTMIN}:5 + || ( + >=dev-qt/qtgui-${QTMIN}:5[libinput] + >=dev-qt/qtgui-${QTMIN}:5[X] + ) + >=dev-qt/qtwayland-${QTMIN}:5= + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols +" +BDEPEND=" + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + dev-util/wayland-scanner + virtual/pkgconfig +" |