aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 10:46:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 11:07:36 +0200
commit524eb487b1da3563ed30adeece256cc1dff6d5ba (patch)
tree0acfe10ff40cc008088885d36dc13148096697ec /kde-frameworks/plasma
parentecm.eclass: Drop supposedly obsolete dev-qt/qthelp crutch for Portage (diff)
downloadkde-524eb487b1da3563ed30adeece256cc1dff6d5ba.tar.gz
kde-524eb487b1da3563ed30adeece256cc1dff6d5ba.tar.bz2
kde-524eb487b1da3563ed30adeece256cc1dff6d5ba.zip
kde-frameworks/plasma: Document BUILD_DESKTOPTHEMES (KF6 compat)
Upstream commit 8f76d96a5a931fc54dd0e6fa324bc117b5261055 Improve DESCRIPTION while at it. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/plasma')
-rw-r--r--kde-frameworks/plasma/plasma-5.9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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)