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 77AA8158020 for ; Tue, 18 Oct 2022 13:39:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD253E099B; Tue, 18 Oct 2022 13:39:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98489E099B for ; Tue, 18 Oct 2022 13:39:06 +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 A32BC34109A for ; Tue, 18 Oct 2022 13:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09992615 for ; Tue, 18 Oct 2022 13:39:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1666100324.9390abf695ef6f3911cdb4f0f1aba254bbe51936.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.10.1-r1.ebuild sci-visualization/paraview/paraview-5.10.1-r2.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9390abf695ef6f3911cdb4f0f1aba254bbe51936 X-VCS-Branch: master Date: Tue, 18 Oct 2022 13:39:04 +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: 32ac66e5-82bf-4450-9432-6e35079d3401 X-Archives-Hash: a917da5d04868f0a79dbe65c8e521f2b commit: 9390abf695ef6f3911cdb4f0f1aba254bbe51936 Author: Yiyang Wu gmail com> AuthorDate: Sun Oct 2 11:55:53 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Oct 18 13:38:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9390abf6 sci-visualization/paraview: specify qt5 qml dir By specifying this variable, cmake will install qml plugin into the correct location. Closes: https://bugs.gentoo.org/847376 Signed-off-by: Yiyang Wu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27573 Signed-off-by: Andrew Ammerlaan gentoo.org> .../paraview/{paraview-5.10.1-r1.ebuild => paraview-5.10.1-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-visualization/paraview/paraview-5.10.1-r1.ebuild b/sci-visualization/paraview/paraview-5.10.1-r2.ebuild similarity index 98% rename from sci-visualization/paraview/paraview-5.10.1-r1.ebuild rename to sci-visualization/paraview/paraview-5.10.1-r2.ebuild index 09bb20d97115..b770c5a1d408 100644 --- a/sci-visualization/paraview/paraview-5.10.1-r1.ebuild +++ b/sci-visualization/paraview/paraview-5.10.1-r2.ebuild @@ -171,6 +171,7 @@ src_configure() { -DModule_pqPython="$(usex qt5 "$(usex python)" "off")" -DVTK_USE_NVCONTROL="$(usex nvcontrol)" -DVTK_GROUP_ENABLE_Qt="$(usex qt5 YES NO)" + -DCMAKE_INSTALL_QMLDIR="${EPREFIX}/usr/$(get_libdir)/qt5/qml" # sqlite -DVTK_MODULE_ENABLE_VTK_sqlite="$(usex sqlite YES NO)"