Skip to content

Commit

Permalink
kde5-functions.eclass: Add minimum deps for Plasma 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
a17r committed Jul 3, 2018
1 parent a76abf4 commit 6e40c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclass/kde5-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
[[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
if [[ ${PV} = 5.12.5* ]]; then
: ${FRAMEWORKS_MINIMAL:=5.43.0}
: ${QT_MINIMAL:=5.9.1}
fi
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
: ${QT_MINIMAL:=5.10.1}
: ${QT_MINIMAL:=5.11.1}
fi
;;
kde-apps)
Expand Down

0 comments on commit 6e40c74

Please sign in to comment.