From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E639158041 for ; Mon, 25 Mar 2024 21:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2427E2A4E; Mon, 25 Mar 2024 21:12:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEE07E2A59 for ; Mon, 25 Mar 2024 21:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B062343532 for ; Mon, 25 Mar 2024 21:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 185F815F3 for ; Mon, 25 Mar 2024 21:12:10 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1711401095.0fe0367f22f24039dbcaf9c26fde4ca40643e8c5.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-panel/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0fe0367f22f24039dbcaf9c26fde4ca40643e8c5 X-VCS-Branch: master Date: Mon, 25 Mar 2024 21:12:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6fd2a431-da23-41b0-a475-0096cbea0ce7 X-Archives-Hash: 98894bef88aca892269758fc4c53f1c5 commit: 0fe0367f22f24039dbcaf9c26fde4ca40643e8c5 Author: Jimi Huotari gentoo org> AuthorDate: Mon Mar 25 21:05:51 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Mar 25 21:11:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0fe0367f lxqt-base/lxqt-panel: welcome qt6 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild index 96cac570..11d77059 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-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 @@ -31,20 +31,15 @@ REQUIRED_USE=" " 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-libs/libqtxdg-3.11.0 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtsvg-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtx11extras-5.15:5 - >=dev-qt/qtxml-5.15:5 - kde-frameworks/kwindowsystem:5[X] + >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml] + >=dev-qt/qtsvg-6.6:6 + kde-frameworks/kwindowsystem:6[X] >=lxde-base/menu-cache-1.1.0 =lxqt-base/liblxqt-${MY_PV}*:= =lxqt-base/lxqt-globalkeys-${MY_PV}* @@ -53,13 +48,13 @@ DEPEND=" cpuload? ( sys-libs/libstatgrab ) kbindicator? ( x11-libs/libxkbcommon ) lm-sensors? ( sys-apps/lm-sensors:= ) - mount? ( kde-frameworks/solid:5 ) + mount? ( kde-frameworks/solid:6 ) networkmonitor? ( sys-libs/libstatgrab ) statusnotifier? ( - dev-libs/libdbusmenu-qt[qt5(+)] - >=dev-qt/qtconcurrent-5.15:5 + dev-libs/libdbusmenu-lxqt + >=dev-qt/qtbase-6.6:6[concurrent] ) - sysstat? ( >=lxqt-base/libsysstat-0.4.6 ) + sysstat? ( >=lxqt-base/libsysstat-2.0.0 ) tray? ( x11-libs/libxcb:= x11-libs/libXcomposite