Add missing properties in kpackage-generic.desktop

Authored by dfaure on Apr 22 2019, 8:44 PM.

Description

Add missing properties in kpackage-generic.desktop

Summary:
Before:
Unknown property type for key "Keywords" -> falling back to string
Unknown property type for key "X-KDE-ParentApp" -> falling back to string

After:
Found property definition "X-KPackage-Dependencies" with type "QStringList"
Found property definition "Keywords" with type "QStringList"

Test Plan: QT_LOGGING_RULES='*=true' kpackagetool5 --appstream-metainfo . --appstream-metainfo-output /tmp/a.xml

Reviewers: mart, apol, sitter

Reviewed By: apol

Subscribers: Frameworks

Differential Revision: https://phabricator.kde.org/D20752

Details

Committed
dfaureApr 29 2019, 7:31 AM
Reviewer
apol
Differential Revision
D20752: Add missing properties in kpackage-generic.desktop
Parents
R290:92abe506b8b1: kpackagetool: read kpackage-generic.desktop from qrc
Branches
Unknown
Tags
Unknown