commit:     c67739d7a990b66fb155a00e81152f0db139d936
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 17:20:15 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 17:21:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67739d7

x11-themes/qtcurve: Set -DQTC_QT5_ENABLE_KDE=OFF

Closes: https://bugs.gentoo.org/955030
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild 
b/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild
index 99d61030ffee..af978461d70f 100644
--- a/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild
+++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild
@@ -75,10 +75,11 @@ src_configure() {
                -DQTC_INSTALL_PO=$(usex nls)
                -DENABLE_QT5=$(usex qt5)
                -DENABLE_QT6=$(usex qt6)
+               -DQTC_QT6_ENABLE_KDE=$(usex plasma)
                -DBUILD_TESTING=$(usex test)
                -DQTC_ENABLE_X11=$(usex X)
        )
-       use qt6 && mycmakeargs+=( -DQTC_QT6_ENABLE_KDE=$(usex plasma) )
+       use qt5 && mycmakeargs+=( -DQTC_QT5_ENABLE_KDE=OFF )
 
        cmake_src_configure
 }

Reply via email to