Skip to content

Commit 6a12926

Browse files
author
taylor.smock
committed
Fix #23948: Update AppStream metadata (patch by sebastic, modified)
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
1 parent 4601c53 commit 6a12926

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

native/linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<id>org.openstreetmap.josm-latest</id>
44
<metadata_license>CC-BY-SA-3.0</metadata_license>
55
<project_license>GPL-2.0+</project_license>
6-
<developer_name>JOSM developers</developer_name>
6+
<developer id="org.openstreetmap.josm">
7+
<name>JOSM developers</name>
8+
</developer>
79
<name>JOSM</name>
810
<summary>Java OpenStreetMap Editor</summary>
911
<description>
@@ -23,8 +25,15 @@
2325
<content_rating type="oars-1.1"/>
2426
<launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable>
2527
<screenshots>
26-
<screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot>
28+
<screenshot type="default">
29+
<image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
30+
<caption>JOSM with data and background layer loaded</caption>
31+
</screenshot>
2732
</screenshots>
2833
<url type="homepage">https://josm.openstreetmap.de</url>
29-
<updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
30-
</component>
34+
<url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
35+
<url type="contact">https://lists.openstreetmap.org/pipermail/josm-dev/</url>
36+
<url type="faq">https://josm.openstreetmap.de/wiki/Help</url>
37+
<url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
38+
<url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
39+
</component>

native/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<id>org.openstreetmap.josm</id>
44
<metadata_license>CC-BY-SA-3.0</metadata_license>
55
<project_license>GPL-2.0+</project_license>
6-
<developer_name>JOSM developers</developer_name>
6+
<developer id="org.openstreetmap.josm">
7+
<name>JOSM developers</name>
8+
</developer>
79
<name>JOSM</name>
810
<summary>Java OpenStreetMap Editor</summary>
911
<description>
@@ -23,8 +25,15 @@
2325
<content_rating type="oars-1.1"/>
2426
<launchable type="desktop-id">org.openstreetmap.josm.desktop</launchable>
2527
<screenshots>
26-
<screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot>
28+
<screenshot type="default">
29+
<image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
30+
<caption>JOSM with data and background layer loaded</caption>
31+
</screenshot>
2732
</screenshots>
2833
<url type="homepage">https://josm.openstreetmap.de</url>
29-
<updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
30-
</component>
34+
<url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
35+
<url type="contact">https://lists.openstreetmap.org/pipermail/josm-dev/</url>
36+
<url type="faq">https://josm.openstreetmap.de/wiki/Help</url>
37+
<url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
38+
<url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
39+
</component>

0 commit comments

Comments
 (0)