Skip to content

Commit

Permalink
kde5-functions.eclass: raise FRAMEWORKS_MINIMAL to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Palimaka authored and a17r committed Feb 5, 2017
1 parent d41718e commit f7109aa
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions eclass/kde5-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,11 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
if [[ $(get_version_component_range 2) -eq 8 && $(get_version_component_range 3) -lt 50 ]]; then
: ${FRAMEWORKS_MINIMAL:=5.26.0} # special 5.8 LTS rule to not get overwritten below
elif ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then
if ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then
: ${QT_MINIMAL:=5.7.1}
: ${FRAMEWORKS_MINIMAL:=5.29.0}
fi
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-apps)
local vcr2=$((10#$(get_version_component_range 2)))
if ! [[ $(get_version_component_range 1) -le 16 && ${vcr2} -lt 9 ]]; then
: ${FRAMEWORKS_MINIMAL:=5.28.0}
fi
unset vcr2
;;
esac

# @ECLASS-VARIABLE: QT_MINIMAL
Expand All @@ -61,7 +51,7 @@ esac
# @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
# @DESCRIPTION:
# Minimal Frameworks version to require for the package.
: ${FRAMEWORKS_MINIMAL:=5.26.0}
: ${FRAMEWORKS_MINIMAL:=5.29.0}

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

0 comments on commit f7109aa

Please sign in to comment.