projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7998b
)
kde5-functions: Set FRAMEWORKS_MINIMAL, QT_MINIMAL for Plasma 5.16
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 16 May 2019 11:56:55 +0000
(13:56 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 18 May 2019 19:32:26 +0000
(21:32 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index 20afa25684f8ea2847ee2c836868f3f2ba9f750f..a5c8039b5ba28a82f3466cfaad60633a1d9412dc 100644
(file)
--- a/
eclass/kde5-functions.eclass
+++ b/
eclass/kde5-functions.eclass
@@
-40,6
+40,10
@@
case ${CATEGORY} in
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}