summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild')
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index 7d7036b07b6..f31d98cb5af 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -3,14 +3,14 @@
EAPI=8
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.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="5"
+SLOT="6"
KEYWORDS=""
IUSE=""
@@ -18,19 +18,19 @@ IUSE=""
# slot op: various private QtWaylandClient headers
RDEPEND="
>=dev-libs/wayland-1.15
- >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:6
|| (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
+ >=dev-qt/qtbase-${QTMIN}:6[libinput]
+ >=dev-qt/qtbase-${QTMIN}:6[X]
)
- >=dev-qt/qtwayland-${QTMIN}:5=
+ >=dev-qt/qtwayland-${QTMIN}:6=
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ >=dev-qt/qtwayland-${QTMIN}:6
dev-util/wayland-scanner
virtual/pkgconfig
"