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 14EF1158041 for ; Mon, 25 Mar 2024 21:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078BCE2A5D; Mon, 25 Mar 2024 21:12:14 +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 CFB4AE2A5B 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 B496A3434D2 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 AFA2815EE for ; Mon, 25 Mar 2024 21:12:09 +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.ccc1106c74a07c4238c9ec8941d812f72ad578fb.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-config/lxqt-config-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-config/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ccc1106c74a07c4238c9ec8941d812f72ad578fb X-VCS-Branch: master Date: Mon, 25 Mar 2024 21:12:09 +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: 30b6424c-1326-440f-886b-b44a8de35384 X-Archives-Hash: 6abf3fb3f57e16cfc30bc20bdf03af92 commit: ccc1106c74a07c4238c9ec8941d812f72ad578fb Author: Jimi Huotari gentoo org> AuthorDate: Mon Mar 25 21:05:20 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=ccc1106c lxqt-base/lxqt-config: welcome qt6 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild index 369212f3..56729a70 100644 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-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,17 +22,11 @@ LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" SLOT="0" IUSE="+monitor +touchpad" -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 -" +BDEPEND=">=dev-qt/qttools-6.6:6[linguist]" DEPEND=" >=dev-libs/libqtxdg-3.11.0 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtsvg-5.15:5 - >=dev-qt/qtx11extras-5.15:5 - >=dev-qt/qtxml-5.15:5 + >=dev-qt/qtbase-6.6:6[gui,widgets,xml] + >=dev-qt/qtsvg-6.6:6 =lxqt-base/liblxqt-${MY_PV}*:= =lxqt-base/lxqt-menu-data-${MY_PV}* sys-libs/zlib:= @@ -41,7 +35,7 @@ DEPEND=" x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes - monitor? ( >=kde-plasma/libkscreen-5.27.0:5= ) + monitor? ( >=kde-plasma/libkscreen-6:6= ) touchpad? ( virtual/libudev:= x11-drivers/xf86-input-libinput