commit: 5a0b95930b0b22f2d04e572c88dd770717189d7d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 14 09:33:10 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 14 09:33:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a0b9593
kde5-functions.eclass: Raise kde-apps FRAMEWORKS_MINIMAL to 5.60.0 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde5-functions.eclass | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 4b3d5532f7..3ee2b7590e 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -36,12 +36,17 @@ export KDE_BUILD_TYPE case ${CATEGORY} in kde-frameworks) [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} - [[ ${PV} = 5.57* || ${PV} = 5.59* ]] && : ${QT_MINIMAL:=5.11.1} ;; kde-plasma) - [[ ${PV} = 5.15.5 ]] && : ${QT_MINIMAL:=5.11.1} - [[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0} + if [[ ${PV} = 5.15.5 ]]; then + : ${FRAMEWORKS_MINIMAL:=5.57.0} + : ${QT_MINIMAL:=5.11.1} + fi [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} + : ${FRAMEWORKS_MINIMAL:=5.60.0} + ;; + kde-apps) + [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0} ;; esac