diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-08 20:15:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-11 14:39:51 +0200 |
commit | 5e79a5668e72fa72c9f6c9acc29fcba772c9195f (patch) | |
tree | 0c4fd418321fa6c056f4754298912407853327e6 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: add 5.26.0 (diff) | |
download | gentoo-5e79a5668e72fa72c9f6c9acc29fcba772c9195f.tar.gz gentoo-5e79a5668e72fa72c9f6c9acc29fcba772c9195f.tar.bz2 gentoo-5e79a5668e72fa72c9f6c9acc29fcba772c9195f.zip |
kde-plasma/layer-shell-qt: add 5.26.0
Signed-off-by: Andreas Sturmlechner <asturm@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.26.0.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 b927cf3408de..dc89f3136bf1 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1 +1,2 @@ DIST layer-shell-qt-5.25.5.tar.xz 18336 BLAKE2B 0656118af97213591dc79bdf5ef695c3d7e665d6391a51a8e6281a3092b25c716f036aff86e4523a6e2cdf0237a1872bcd1c79862e11da2e72cba7a703b67b36 SHA512 728c741dffff88b3ceea9459f8f3be6c1d6f3ef18039a31951f44169f7d439855c20ad7cd228b9393317231b5ccc33f77e0b49e2852790e4c06c993a834f0b64 +DIST layer-shell-qt-5.26.0.tar.xz 18308 BLAKE2B 1b107d53144fb97c82605aab1df023e3004f68e64a96f7d0b6151baa03ef046aa33d1ce3d86e61fe2488dc303a20070fe8d7fed6c0275d19b79648e0ff9e2e01 SHA512 5021fe21954538d44f2fc452931bd78a1443d1ac6d7f639645aca1f4ac068186680314edc07c2f1a84158ebb2ff44b1645eff61189e0a2be26cf4bdcd0df2d86 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.0.ebuild new file mode 100644 index 000000000000..48646438b451 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.99.0 +QTMIN=5.15.5 +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" +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 +" |