Skip to content

Commit

Permalink
org.kde.gwenview.appdata: Add developer_name & update caption
Browse files Browse the repository at this point in the history
Fixes the following lint errors for Flathub:
```
{
    "errors": [
        "appstream-missing-developer-name"
    ],
    "warnings": [
        "appstream-screenshot-missing-caption"
    ]
}
```

See: flathub/org.kde.gwenview#123
See: flathub-infra/flatpak-builder-lint#274
See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name
  • Loading branch information
travier committed Feb 2, 2024
1 parent 5efdcd8 commit d73c088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/org.kde.gwenview.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<id>org.kde.gwenview.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<developer_name translate="no">KDE</developer_name>
<name>Gwenview</name>
<name xml:lang="ar">جونفيو</name>
<name xml:lang="az">Gwenview</name>
Expand Down Expand Up @@ -396,7 +397,7 @@
<url type="donation">https://www.kde.org/community/donations/?app=gwenview&amp;source=appdata</url>
<screenshots>
<screenshot type="default">
<caption>Gwenview</caption>
<caption>Main application window displaying an image and controls on the left</caption>
<caption xml:lang="ar">جونفيو</caption>
<caption xml:lang="az">Gwenview</caption>
<caption xml:lang="be">Gwenview</caption>
Expand Down

0 comments on commit d73c088

Please sign in to comment.