diff options
author | 2024-03-25 23:06:09 +0200 | |
---|---|---|
committer | 2024-03-25 23:11:35 +0200 | |
commit | 2cd81a815d1cc6d6ae87b86acc2f7bf03e2966a0 (patch) | |
tree | b541af4eae7e61ab7aecda492acb9eb0dd4069c1 /lxqt-base/lxqt-runner | |
parent | lxqt-base/lxqt-qtplugin: welcome qt6 (diff) | |
download | qt-2cd81a815d1cc6d6ae87b86acc2f7bf03e2966a0.tar.gz qt-2cd81a815d1cc6d6ae87b86acc2f7bf03e2966a0.tar.bz2 qt-2cd81a815d1cc6d6ae87b86acc2f7bf03e2966a0.zip |
lxqt-base/lxqt-runner: welcome qt6
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-runner')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild index cb13a778..abe1453e 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,18 +22,16 @@ LICENSE="LGPL-2.1 LGPL-2.1+" SLOT="0" BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.13.0 + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.0.0 virtual/pkgconfig " DEPEND=" >=dev-cpp/muParser-2.2.3 >=dev-libs/libqtxdg-3.12.0 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtxml-5.15:5 - kde-frameworks/kwindowsystem:5 + >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml] + kde-frameworks/kwindowsystem:6 + >=kde-plasma/layer-shell-qt-6.0:6 =lxqt-base/liblxqt-${MY_PV}*:= =lxqt-base/lxqt-globalkeys-${MY_PV}* " |