D5328: Ignore warnings during appdata generation

2017-04-07 Thread Fabian Vogt
This revision was automatically updated to reflect the committed changes. Closed by commit R290:a0da2bd735d0: Ignore warnings during appdata generation (authored by fvogt). REPOSITORY R290 KPackage CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5328?vs=13175&id=13176 REVISION DETAIL

D5328: Ignore warnings during appdata generation

2017-04-07 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R290 KPackage BRANCH master REVISION DETAIL https://phabricator.kde.org/D5328 To: fvogt, mart, apol Cc: #frameworks

D5328: Ignore warnings during appdata generation

2017-04-07 Thread Fabian Vogt
fvogt created this revision. Restricted Application added a project: Frameworks. REVISION SUMMARY The Plasma/PopupApplet service type for example got deprecated and removed, but is still used by various parts of Plasma 5.8. This causes kpackagetool to emit warnings, but it still succeeds. Ho