diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-09 13:58:42 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-09 14:19:53 +0100 |
| commit | 863e808c4e73d77c3d50303abab77875331a975b (patch) | |
| tree | a9e32c6c3400f30ffaf302f1f3d41ce27e14a1b9 /kde-plasma/layer-shell-qt | |
| parent | 27ec4b0063f250bea42a0d803bc19ef16e8759ac (diff) | |
| download | kde-863e808c4e73d77c3d50303abab77875331a975b.tar.gz kde-863e808c4e73d77c3d50303abab77875331a975b.tar.bz2 kde-863e808c4e73d77c3d50303abab77875331a975b.zip | |
kde-plasma/layer-shell-qt: 5.27.0 version bump
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.27.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 new file mode 100644 index 00000000000..266694da0af --- /dev/null +++ b/kde-plasma/layer-shell-qt/Manifest @@ -0,0 +1 @@ +DIST layer-shell-qt-5.27.0.tar.xz 18336 BLAKE2B cfa85dd4857c6d430ef66922de866d54eea8dd42bc93c47f3f729238395572e25edc225e74425ba9cbb20b9e733a3a6f229768685e0a803af4f17e1bf7294c83 SHA512 e220eefcf5bfbf0a14678b10e740ad2c37ddc416fd5c2eb42b51f89e3a4eac07b8984f64def6443ccdcae3d125cdb404d87336cfc58a2cbe0481eb8ab4e2d5cf diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.0.ebuild new file mode 100644 index 00000000000..8bc404b5a3d --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.0.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.102.0 +QTMIN=5.15.7 +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 +" |
