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 3306D158089 for ; Tue, 26 Sep 2023 19:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 763052BC016; Tue, 26 Sep 2023 19:48:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5CACE2BC016 for ; Tue, 26 Sep 2023 19:48:46 +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 9FF53335CD2 for ; Tue, 26 Sep 2023 19:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0321084 for ; Tue, 26 Sep 2023 19:48:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1695757643.f842b5e688b3b9f125b029d993a94047653b3de7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt5compat/Manifest dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild X-VCS-Directories: dev-qt/qt5compat/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f842b5e688b3b9f125b029d993a94047653b3de7 X-VCS-Branch: master Date: Tue, 26 Sep 2023 19:48:44 +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: f8dde1d4-4f1e-454f-bd2e-1d83819b1d35 X-Archives-Hash: ecdd36ff1bfc2aa05681a77ed88032a2 commit: f842b5e688b3b9f125b029d993a94047653b3de7 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 26 13:38:07 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 26 19:47:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f842b5e6 dev-qt/qt5compat: add 6.6.0_rc Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qt5compat/Manifest | 1 + dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild | 37 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest index 1f3e9ac49d22..2623694f1ec9 100644 --- a/dev-qt/qt5compat/Manifest +++ b/dev-qt/qt5compat/Manifest @@ -1 +1,2 @@ DIST qt5compat-everywhere-src-6.5.2.tar.xz 14638008 BLAKE2B ab16da4c4cdbbfde615e083ebce57352bbee6e37ddd6a9a764a9f93824edb0a230324c989808c859b8142f16cec2f57cfffe33fe20fd1d7b72ec8a1967c87e99 SHA512 c646231f4bece460bfa6b654cba63a91c938c98b4fca8198e63a3fc15a2c7424ef43a765f612d6555b341a8b46f89293d4567257e489569e4669d9beaee6ed66 +DIST qt5compat-everywhere-src-6.6.0-rc.tar.xz 14638328 BLAKE2B ac4953e62ab60bcb3616ce53543fc96ef72af5f9d011017387e80a36f0dd9a9c1c74e842c7aed598343b04e6bb32e8f1a1b5a4a6590bd935f0bbb99a2c5c81fd SHA512 e692b9e5d6b1c4004072ee332d8150b65a6b455419e4c6c76d524b8f66f0eea815901bb831c07ec6691ad7295877a7b79803d4a39adca4218748178b6530b4cf diff --git a/dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild b/dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild new file mode 100644 index 000000000000..f7beee148ed0 --- /dev/null +++ b/dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild @@ -0,0 +1,37 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +IUSE="icu qml" + +RDEPEND=" + ~dev-qt/qtbase-${PV}:6[gui,icu=,network,xml] + icu? ( dev-libs/icu:= ) + qml? ( + ~dev-qt/qtdeclarative-${PV}:6 + ~dev-qt/qtshadertools-${PV}:6 + ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package qml Qt6Quick) + ) + + qt6-build_src_configure +} + +src_test() { + # tst_qxmlinputsource sometimes hang without -j1 + qt6-build_src_test -j1 +}