Skip to content

Only add <pkgname> entries when bundles have not already been used

Richard Hughes requested to merge wip/hughsie/Flatpak_X-AppInstall-Package into master

The scribus.desktop file has a hardcoded X-AppInstall-Package=scribus which gets processed, merged, and added to the flatpak AppStream metadata.

This causes bad things to happen when the appstream helper code helpfully adds 'scribus' as a bundle source, but libflatpak complains it's not a valid ref.

Merge request reports