kde5-functions.eclass: Raise KDE Plasma 5.16 QT_MINIMAL to 5.12.3
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 7 May 2019 10:11:16 +0000 (12:11 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 May 2019 17:21:35 +0000 (19:21 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass

index 24ecf60e31adf241264fc45ec837f34a24a12171..20afa25684f8ea2847ee2c836868f3f2ba9f750f 100644 (file)
@@ -39,9 +39,10 @@ case ${CATEGORY} in
                ;;
        kde-plasma)
                [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
-               if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
+               [[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0}
+               if [[ ${KDE_BUILD_TYPE} = live ]]; then
                        : ${FRAMEWORKS_MINIMAL:=9999}
-                       : ${QT_MINIMAL:=5.12.1}
+                       : ${QT_MINIMAL:=5.12.3}
                fi
                ;;
        kde-apps)