dfaure created this revision. dfaure added reviewers: mart, apol, sitter. dfaure requested review of this revision.
REVISION 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 BRANCH master REVISION DETAIL https://phabricator.kde.org/D20752 AFFECTED FILES src/kpackage/data/kservicetypes5/kpackage-generic.desktop To: dfaure, mart, apol, sitter Cc: #frameworks