Skip to content

Commit

Permalink
kde5-functions.eclass: Raise KDE_APPS_MINIMAL to 18.04.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 11, 2018
1 parent a435b84 commit df6c57d
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 @@ -43,6 +43,7 @@ case ${CATEGORY} in
fi
if [[ ${PV} = 5.12* || ${PV} = 5.13.5 ]]; then
: ${FRAMEWORKS_MINIMAL:=5.46.0}
: ${KDE_APPS_MINIMAL:=17.12.3}
: ${QT_MINIMAL:=5.9.4}
fi
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
Expand Down Expand Up @@ -73,7 +74,7 @@ esac
# @ECLASS-VARIABLE: KDE_APPS_MINIMAL
# @DESCRIPTION:
# Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
: ${KDE_APPS_MINIMAL:=17.12.3}
: ${KDE_APPS_MINIMAL:=18.04.3}

# @ECLASS-VARIABLE: KDE_GCC_MINIMAL
# @DEFAULT_UNSET
Expand Down

0 comments on commit df6c57d

Please sign in to comment.