kde5-functions: Raise FRAMEWORKS_MINIMAL to 5.54.0
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 6 Feb 2019 19:10:36 +0000 (20:10 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 7 Feb 2019 12:59:55 +0000 (13:59 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass

index 895db2968ccdb11694f9796952ff8c2a70f3a644..71686d1a0331181bfc5bbc2bc21aec6e4ee87a93 100644 (file)
@@ -36,15 +36,18 @@ export KDE_BUILD_TYPE
 case ${CATEGORY} in
        kde-frameworks)
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
-               [[ ${PV} = 5.52.0* ]] && : ${QT_MINIMAL:=5.9.4}
                ;;
        kde-plasma)
+               [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
                if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
                        : ${FRAMEWORKS_MINIMAL:=9999}
                fi
                ;;
        kde-apps)
-               [[ ${PV} = 18.08.3* ]] && : ${QT_MINIMAL:=5.9.4}
+               if [[ ${PV} = 18.08.3* ]]; then
+                       : ${QT_MINIMAL:=5.9.4}
+                       : ${FRAMEWORKS_MINIMAL:=5.52.0}
+               fi
                ;;
 esac
 
@@ -56,7 +59,7 @@ esac
 # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of Frameworks to require. This affects add_frameworks_dep.
-: ${FRAMEWORKS_MINIMAL:=5.52.0}
+: ${FRAMEWORKS_MINIMAL:=5.54.0}
 
 # @ECLASS-VARIABLE: PLASMA_MINIMAL
 # @DESCRIPTION: