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 AA1AD158089 for ; Mon, 11 Sep 2023 21:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DDF82BC189; Mon, 11 Sep 2023 21:20:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 637512BC189 for ; Mon, 11 Sep 2023 21:20:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61070335D46 for ; Mon, 11 Sep 2023 21:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99062113E for ; Mon, 11 Sep 2023 21:20:47 +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: <1694466198.918dcc75f40ae3dac04a39fde41f21df09131232.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qttools/qttools-6.5.2-r1.ebuild dev-qt/qttools/qttools-6.5.9999.ebuild dev-qt/qttools/qttools-6.9999.ebuild X-VCS-Directories: dev-qt/qttools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 918dcc75f40ae3dac04a39fde41f21df09131232 X-VCS-Branch: master Date: Mon, 11 Sep 2023 21:20:47 +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: 65d65e85-cf2a-4e2c-b20e-453edd034047 X-Archives-Hash: 3500269b117fbc277dd38fd04692d032 commit: 918dcc75f40ae3dac04a39fde41f21df09131232 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Sep 11 09:35:46 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Sep 11 21:03:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918dcc75 dev-qt/qttools: prevent litehtml automagic, add note Not packaged so not really an issue, but if it is found odds are it will end in build failure given this supports litehtml-0.6 and is broken with (current) litehtml-0.8. Thought this package it, but would rather wait until that's sorted out rather than carry rather large patches. Not to mention need to patch qt-creator for this as well, qlitehtml which wraps around it is not setup to be unbundled. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qttools/qttools-6.5.2-r1.ebuild | 5 +++++ dev-qt/qttools/qttools-6.5.9999.ebuild | 5 +++++ dev-qt/qttools/qttools-6.9999.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/dev-qt/qttools/qttools-6.5.2-r1.ebuild b/dev-qt/qttools/qttools-6.5.2-r1.ebuild index 51b9ae34316d..b3accb48d2c1 100644 --- a/dev-qt/qttools/qttools-6.5.2-r1.ebuild +++ b/dev-qt/qttools/qttools-6.5.2-r1.ebuild @@ -63,6 +63,11 @@ src_configure() { $(qt_feature qtattributionsscanner) $(qt_feature qtdiag) $(qt_feature qtplugininfo) + + # TODO?: package litehtml, but support for latest releases seem + # to lag behind and bundled may work out better for now + # https://github.com/litehtml/litehtml/issues/266 + $(usev assistant -DCMAKE_DISABLE_FIND_PACKAGE_litehtml=ON) ) qt6-build_src_configure diff --git a/dev-qt/qttools/qttools-6.5.9999.ebuild b/dev-qt/qttools/qttools-6.5.9999.ebuild index 51b9ae34316d..b3accb48d2c1 100644 --- a/dev-qt/qttools/qttools-6.5.9999.ebuild +++ b/dev-qt/qttools/qttools-6.5.9999.ebuild @@ -63,6 +63,11 @@ src_configure() { $(qt_feature qtattributionsscanner) $(qt_feature qtdiag) $(qt_feature qtplugininfo) + + # TODO?: package litehtml, but support for latest releases seem + # to lag behind and bundled may work out better for now + # https://github.com/litehtml/litehtml/issues/266 + $(usev assistant -DCMAKE_DISABLE_FIND_PACKAGE_litehtml=ON) ) qt6-build_src_configure diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index 51b9ae34316d..b3accb48d2c1 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -63,6 +63,11 @@ src_configure() { $(qt_feature qtattributionsscanner) $(qt_feature qtdiag) $(qt_feature qtplugininfo) + + # TODO?: package litehtml, but support for latest releases seem + # to lag behind and bundled may work out better for now + # https://github.com/litehtml/litehtml/issues/266 + $(usev assistant -DCMAKE_DISABLE_FIND_PACKAGE_litehtml=ON) ) qt6-build_src_configure