Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 03 Sep 2018 19:30:44
Message-Id: 1535999396.0b7383b87a9e2d55e2cfa544e192401332d0cbc9.asturm@gentoo
1 commit: 0b7383b87a9e2d55e2cfa544e192401332d0cbc9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 18:29:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 18:29:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b7383b8
7
8 kde5-functions.eclass: QT_MINIMAL=5.11.1 is default for kde-plasma/*
9
10 KDE Plasma 5.14 has this as minimum dependency and 5.13 effectively already,
11 only 5.12 LTS can build with old Qt.
12
13 eclass/kde5-functions.eclass | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
17 index 118011b524..37fbdae238 100644
18 --- a/eclass/kde5-functions.eclass
19 +++ b/eclass/kde5-functions.eclass
20 @@ -38,11 +38,11 @@ case ${CATEGORY} in
21 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
22 ;;
23 kde-plasma)
24 - [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
25 + [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4}
26 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
27 : ${FRAMEWORKS_MINIMAL:=9999}
28 - : ${QT_MINIMAL:=5.11.1}
29 fi
30 + : ${QT_MINIMAL:=5.11.1}
31 ;;
32 kde-apps)
33 if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then