Add missing properties in kpackage-generic.desktop
ClosedPublic

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

Details

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

Diff Detail

Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 11127
Build 11145: arc lint + arc unit
dfaure requested review of this revision.Apr 22 2019, 8:48 PM
dfaure created this revision.
apol accepted this revision.Apr 29 2019, 12:05 AM
This revision is now accepted and ready to land.Apr 29 2019, 12:05 AM
dfaure closed this revision.Apr 29 2019, 7:31 AM