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 5B985158089 for ; Sun, 10 Sep 2023 11:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48AF32BC015; Sun, 10 Sep 2023 11:11:43 +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 2CA472BC015 for ; Sun, 10 Sep 2023 11:11:43 +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 19E56335CB9 for ; Sun, 10 Sep 2023 11:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65669F35 for ; Sun, 10 Sep 2023 11:11:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1694336856.524eb487b1da3563ed30adeece256cc1dff6d5ba.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/plasma/plasma-5.9999.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 524eb487b1da3563ed30adeece256cc1dff6d5ba X-VCS-Branch: master Date: Sun, 10 Sep 2023 11:11:40 +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: 63eb5a6c-8246-4718-8385-48d58565247d X-Archives-Hash: 817250f0717a0ae1e8c5781d76d7069c commit: 524eb487b1da3563ed30adeece256cc1dff6d5ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 10 08:46:51 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 09:07:36 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=524eb487 kde-frameworks/plasma: Document BUILD_DESKTOPTHEMES (KF6 compat) Upstream commit 8f76d96a5a931fc54dd0e6fa324bc117b5261055 Improve DESCRIPTION while at it. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/plasma/plasma-5.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/plasma/plasma-5.9999.ebuild b/kde-frameworks/plasma/plasma-5.9999.ebuild index 24c2df6199..107e08ce92 100644 --- a/kde-frameworks/plasma/plasma-5.9999.ebuild +++ b/kde-frameworks/plasma/plasma-5.9999.ebuild @@ -8,7 +8,7 @@ PVCUT=$(ver_cut 1-2) QTMIN=5.15.9 inherit ecm frameworks.kde.org -DESCRIPTION="Plasma framework" +DESCRIPTION="Plasma library and runtime components based upon KF5 and Qt5" LICENSE="LGPL-2+" KEYWORDS="" @@ -59,6 +59,7 @@ BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" src_configure() { local mycmakeargs=( + -DBUILD_DESKTOPTHEMES=ON # TODO: switch for KF6 compat $(cmake_use_find_package !gles2-only OpenGL) $(cmake_use_find_package man KF5DocTools) $(cmake_use_find_package wayland EGL)