Skip to content

Commit

Permalink
Fix #23948: Update AppStream metadata (patch by sebastic, modified)
Browse files Browse the repository at this point in the history
Modifications are as follows:
* Addition of caption to screenshot
* Addition of various supplementary URLs

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19232 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Oct 3, 2024
1 parent 4601c53 commit 6a12926
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<id>org.openstreetmap.josm-latest</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<developer_name>JOSM developers</developer_name>
<developer id="org.openstreetmap.josm">
<name>JOSM developers</name>
</developer>
<name>JOSM</name>
<summary>Java OpenStreetMap Editor</summary>
<description>
Expand All @@ -23,8 +25,15 @@
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable>
<screenshots>
<screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot>
<screenshot type="default">
<image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
<caption>JOSM with data and background layer loaded</caption>
</screenshot>
</screenshots>
<url type="homepage">https://josm.openstreetmap.de</url>
<updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
</component>
<url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
<url type="contact">https://lists.openstreetmap.org/pipermail/josm-dev/</url>
<url type="faq">https://josm.openstreetmap.de/wiki/Help</url>
<url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
<url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
</component>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<id>org.openstreetmap.josm</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<developer_name>JOSM developers</developer_name>
<developer id="org.openstreetmap.josm">
<name>JOSM developers</name>
</developer>
<name>JOSM</name>
<summary>Java OpenStreetMap Editor</summary>
<description>
Expand All @@ -23,8 +25,15 @@
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">org.openstreetmap.josm.desktop</launchable>
<screenshots>
<screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot>
<screenshot type="default">
<image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
<caption>JOSM with data and background layer loaded</caption>
</screenshot>
</screenshots>
<url type="homepage">https://josm.openstreetmap.de</url>
<updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
</component>
<url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
<url type="contact">https://lists.openstreetmap.org/pipermail/josm-dev/</url>
<url type="faq">https://josm.openstreetmap.de/wiki/Help</url>
<url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
<url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
</component>

0 comments on commit 6a12926

Please sign in to comment.