flathub / de.haeckerfelix.Shortwave

https://flathub.org/apps/details/de.haeckerfelix.Shortwave
6 stars 6 forks source link

Update to 46 runtime #27

Open haecker-felix opened 6 months ago

flathubbot commented 6 months ago

Started test build 110997

flathubbot commented 6 months ago

Build 110997 failed

pcercuei commented 3 weeks ago

@haecker-felix It fails with the following issues:

{
    "errors": [
        "appstream-external-screenshot-url",
        "appstream-failed-validation"
    ],
    "warnings": [
        "appstream-screenshot-missing-caption"
    ],
    "appstream": [
        "E: de.haeckerfelix.Shortwave:376: custom-key-duplicated Purism::form_factor"
    ],
    "info": [
        "appstream-external-screenshot-url: Screenshots are not mirrored to https://dl.flathub.org/media",
        "appstream-screenshot-missing-caption: One or more screenshots are missing captions in the Metainfo file",
        "appstream-failed-validation: Metainfo file /tmp/tmptz91y2gv/metainfo/de.haeckerfelix.Shortwave.metainfo.xml has failed validation. Please see the errors in appstream block"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}

It looks like the appdata XML is missing <caption> on the screenshots, and the screenshots themselves need to be mirrored on flathub (but no idea how to do that).

haecker-felix commented 3 weeks ago

Yes, the issues are already fixed upstream.

pcercuei commented 3 weeks ago

@haecker-felix Ok! Any ETA for 3.3.0 then?