Bug 418273 - KFileMetaData missing from the sdk
Summary: KFileMetaData missing from the sdk
Status: RESOLVED FIXED
Alias: None
Product: Qt/KDE Flatpak Runtime
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-27 23:19 UTC by george fb
Modified: 2020-02-28 02:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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