Skip to content

Commit

Permalink
kde5-functions.eclass: Set FRAMEWORKS_MINIMAL=5.57.0, cleanup versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 18, 2019
1 parent 05b692b commit acaa21b
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions eclass/kde5-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,10 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
[[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
[[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0}
if [[ ${PV} = 5.15.90 || ${PV} = 5.16* ]]; then
: ${FRAMEWORKS_MINIMAL:=5.58.0}
: ${QT_MINIMAL:=5.12.3}
fi
if [[ ${KDE_BUILD_TYPE} = live ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
: ${QT_MINIMAL:=5.12.3}
fi
;;
kde-apps)
[[ ${PV} = 19.04* ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0}
[[ ${PV} = 5.15.5 ]] && : ${QT_MINIMAL:=5.11.1}
[[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0}
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
: ${QT_MINIMAL:=5.12.3}
;;
esac

Expand All @@ -62,7 +53,7 @@ esac
# @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
# @DESCRIPTION:
# Minimum version of Frameworks to require. This affects add_frameworks_dep.
: ${FRAMEWORKS_MINIMAL:=5.54.0}
: ${FRAMEWORKS_MINIMAL:=5.57.0}

# @ECLASS-VARIABLE: PLASMA_MINIMAL
# @DESCRIPTION:
Expand Down

0 comments on commit acaa21b

Please sign in to comment.