Skip to content

Commit

Permalink
kde5-functions.eclass: Raise >=KF-5.37 QT_MINIMAL to 5.7.1
Browse files Browse the repository at this point in the history
Raise PLASMA_MINIMAL to 5.10.4.
  • Loading branch information
a17r committed Aug 17, 2017
1 parent 228587d commit 8f565dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eclass/kde5-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ case ${CATEGORY} in
fi
;;
kde-apps)
if [[ ${KDE_BUILD_TYPE} = live ]]; then
: ${QT_MINIMAL:=5.7.1}
fi
: ${QT_MINIMAL:=5.7.1}
[[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0}
;;
esac

Expand All @@ -62,7 +61,7 @@ esac
# @ECLASS-VARIABLE: PLASMA_MINIMAL
# @DESCRIPTION:
# Minimal Plasma version to require for the package.
: ${PLASMA_MINIMAL:=5.9.5}
: ${PLASMA_MINIMAL:=5.10.4}

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

0 comments on commit 8f565dc

Please sign in to comment.