summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-16 13:56:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:32:26 +0200
commit05b692bc11104a53ee99473f87572385f316d3fa (patch)
tree1186de0573e3afeea37205f36a33b05c66f0d7ae /eclass
parentcmake-utils.eclass: Fix _cmake_modify-cmakelists, add einfo output (diff)
downloadgentoo-05b692bc11104a53ee99473f87572385f316d3fa.tar.gz
gentoo-05b692bc11104a53ee99473f87572385f316d3fa.tar.bz2
gentoo-05b692bc11104a53ee99473f87572385f316d3fa.zip
kde5-functions: Set FRAMEWORKS_MINIMAL, QT_MINIMAL for Plasma 5.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5-functions.eclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 20afa25684f8..a5c8039b5ba2 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -40,6 +40,10 @@ case ${CATEGORY} in
kde-plasma)
[[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
[[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0}
+ if [[ ${PV} = 5.15.90 || ${PV} = 5.16* ]]; then
+ : ${FRAMEWORKS_MINIMAL:=5.58.0}
+ : ${QT_MINIMAL:=5.12.3}
+ fi
if [[ ${KDE_BUILD_TYPE} = live ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
: ${QT_MINIMAL:=5.12.3}