Bug 418273

Summary: KFileMetaData missing from the sdk
Product: [Developer tools] Qt/KDE Flatpak Runtime Reporter: george fb <georgefb899>
Component: generalAssignee: Aleix Pol <aleixpol>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description george fb 2020-02-27 23:19:14 UTC
Tried to build my app which makes use of KFileMetaData and got this error
"Could NOT find KF5 (missing: FileMetaData) (found version "5.66.0")"

kdenlive and elisa add it in their manifest
https://invent.kde.org/kde/flatpak-kde-applications/-/blob/master/org.kde.kdenlive.json#L39
https://invent.kde.org/kde/flatpak-kde-applications/-/blob/master/org.kde.elisa.json#L38

Was it left out intentionally?

runtime: org.kde.Platform
runtime-version: '5.14'
sdk: org.kde.Sdk
Comment 1 Aleix Pol 2020-02-28 00:05:12 UTC
No, it would probably make sense to include it. Consider doing a merge request here to add it, or otherwise I'll get there eventually.

https://invent.kde.org/kde/flatpak-kde-runtime/
Comment 2 george fb 2020-02-28 00:33:34 UTC
How do the branches work?
Do all branches have to be updated or only qt5.12lts?
Comment 3 Aleix Pol 2020-02-28 00:34:45 UTC
If you're using 5.14 like you mentioned, you'll want to modify the branch 5.14.
Comment 5 Aleix Pol 2020-02-28 02:59:17 UTC
Merged