Browse Source

Improve appdata

Matthias Vogelgesang 7 năm trước cách đây
mục cha
commit
3c9d7cb5f8
1 tập tin đã thay đổi với 16 bổ sung5 xóa
  1. 16 5
      data/net.bloerg.Iridium.appdata.xml.in

+ 16 - 5
data/net.bloerg.Iridium.appdata.xml.in

@@ -1,8 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-	<id>net.bloerg.Iridium.desktop</id>
-	<metadata_license>CC0-1.0</metadata_license>
-	<project_license>GPL-3.0-or-later</project_license>
-	<description>
-	</description>
+  <id>net.bloerg.Iridium.desktop</id>
+  <name>Iridium</name>
+  <summary>StandardNotes Client</summary>
+  <translation type="gettext">Iridium</translation>
+  <update_contact>foo@bar.com</update_contact>
+  <url type="homepage">https://git.bloerg.net/matthias/iridium</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0-or-later</project_license>
+  <description>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://bloerg.net/favicon.png</image>
+      <_caption>Main application window</_caption>
+    </screenshot>
+  </screenshots>
 </component>