From e990b3214b778b57dd9d8be75aa1791578913199 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 9 Dec 2017 22:55:07 +0100 Subject: kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL to 5.40.0 --- eclass/kde5-functions.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'eclass/kde5-functions.eclass') diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 3bbc0100895..f2e835725e5 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,10 +37,8 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} if [[ ${PV} = 5.12* ]]; then : ${QT_MINIMAL:=5.9.1} - : ${FRAMEWORKS_MINIMAL:=5.38.0} fi if [[ ${KDE_BUILD_TYPE} = live ]]; then : ${QT_MINIMAL:=5.9.1} @@ -50,7 +48,6 @@ case ${CATEGORY} in kde-apps) if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* || ${PV} = 17.11* ]]; then : ${QT_MINIMAL:=5.9.1} - : ${FRAMEWORKS_MINIMAL:=5.39.0} fi ;; esac @@ -63,7 +60,7 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimum version of Frameworks to require. This affects add_frameworks_dep. -: ${FRAMEWORKS_MINIMAL:=5.37.0} +: ${FRAMEWORKS_MINIMAL:=5.40.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: -- cgit v1.2.3