summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-14 11:32:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-15 07:36:13 +0200
commitb4fc317c0fbc76eccb0adebafee06263eb1573f5 (patch)
treeac8812c0ad194615d7820bf35d4fa45db9c40857
parentapp-misc/ddcutil: Drop old (diff)
downloadgentoo-b4fc317c0fbc76eccb0adebafee06263eb1573f5.tar.gz
gentoo-b4fc317c0fbc76eccb0adebafee06263eb1573f5.tar.bz2
gentoo-b4fc317c0fbc76eccb0adebafee06263eb1573f5.zip
kde5-functions.eclass: Update minimum deps
Freeze current stable versions. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/kde5-functions.eclass22
1 files changed, 17 insertions, 5 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index d2f85c077c0a..fcebc83cdfd5 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -36,19 +36,31 @@ export KDE_BUILD_TYPE
case ${CATEGORY} in
kde-frameworks)
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
+ [[ ${PV} = 5.57* ]] && : ${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
+ [[ ${PV} = 5.16.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0}
+ [[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
- : ${QT_MINIMAL:=5.12.3}
+ ;;
+ kde-apps)
+ if [[ ${PV} = 18.12.3 ]]; then
+ : ${FRAMEWORKS_MINIMAL:=5.57.0}
+ : ${PLASMA_MINIMAL:=5.14.5}
+ : ${QT_MINIMAL:=5.11.1}
+ fi
+ : ${FRAMEWORKS_MINIMAL:=5.60.0}
;;
esac
# @ECLASS-VARIABLE: QT_MINIMAL
# @DESCRIPTION:
# Minimum version of Qt to require. This affects add_qt_dep.
-: ${QT_MINIMAL:=5.11.1}
+: ${QT_MINIMAL:=5.12.3}
# @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
# @DESCRIPTION:
@@ -58,7 +70,7 @@ esac
# @ECLASS-VARIABLE: PLASMA_MINIMAL
# @DESCRIPTION:
# Minimum version of Plasma to require. This affects add_plasma_dep.
-: ${PLASMA_MINIMAL:=5.14.5}
+: ${PLASMA_MINIMAL:=5.15.5}
# @ECLASS-VARIABLE: KDE_APPS_MINIMAL
# @DESCRIPTION: