1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Description: Add missing tags to appdata xml file.
Author: Paulo Henrique de Lima Santana <phls@debian.org>
Last-Update: 2025-01-28
Index: dianara/appdata/org.nongnu.dianara.appdata.xml
===================================================================
--- dianara.orig/appdata/org.nongnu.dianara.appdata.xml
+++ dianara/appdata/org.nongnu.dianara.appdata.xml
@@ -30,15 +30,23 @@
</description>
+ <launchable type="desktop-id">org.nongnu.dianara.desktop</launchable>
+
<screenshots>
<screenshot type="default">
- <image>http://dianara.nongnu.org/images/dianara-v0.9-release-main.png</image>
+ <image>https://dianara.nongnu.org/images/dianara-v0.9-release-main.png</image>
<caption>The main window, while replying to a post</caption>
</screenshot>
</screenshots>
+ <developer id="com.wordpress.jancoding">
+ <name>JanKusanagi JRR</name>
+ </developer>
+
<url type="homepage">https://jancoding.wordpress.com/dianara</url>
<update_contact>jancoding@gmx.com</update_contact>
+ <content_rating type="oars-1.0"/>
+
</component>
|