From 4e33b214277678efe6e480789afdc7f3a9c9dc31 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 3 Oct 2021 11:16:24 +0200 Subject: kde-plasma/layer-shell-qt: Needs dev-qt/qtwayland private headers Add slot operator accordingly. Bug: https://bugs.gentoo.org/815646 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- .../layer-shell-qt/layer-shell-qt-5.22.5-r1.ebuild | 35 ++++++++++++++++++++++ .../layer-shell-qt/layer-shell-qt-5.22.5.ebuild | 30 ------------------- .../layer-shell-qt/layer-shell-qt-5.22.90.ebuild | 3 +- 3 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5-r1.ebuild delete mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5.ebuild (limited to 'kde-plasma') diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5-r1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5-r1.ebuild new file mode 100644 index 000000000000..a83e73a29d85 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~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-util/wayland-scanner + virtual/pkgconfig +" diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5.ebuild deleted file mode 100644 index 04aab13c07c2..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~riscv 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/wayland-protocols -" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild index e70d7db79a1f..582e24874ff2 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~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 @@ -22,7 +23,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5[libinput] >=dev-qt/qtgui-${QTMIN}:5[X] ) - >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= x11-libs/libxkbcommon " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad