[gnome-sdk-images/wip/hughsie/appdata-fixes: 7/7] trivial: Add <description> to the AppData files



commit acf102442cacdfd4451884bafff0b461f8d0f526
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jul 19 14:42:57 2018 +0100

    trivial: Add <description> to the AppData files
    
    GNOME Software requries all visible runtimes to have a description.

 org.gnome.Platform.appdata.xml.in | 22 ++++++++++++++++++++++
 org.gnome.Sdk.appdata.xml.in      | 22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)
---
diff --git a/org.gnome.Platform.appdata.xml.in b/org.gnome.Platform.appdata.xml.in
index a3cb2ce..0bd9285 100644
--- a/org.gnome.Platform.appdata.xml.in
+++ b/org.gnome.Platform.appdata.xml.in
@@ -7,7 +7,29 @@
   <project_license>GPL-2.0+</project_license>
   <name>GNOME Application Platform version @@SDK_BRANCH@@</name>
   <summary>Shared libraries used by GNOME applications</summary>
+  <description>
+    <p>
+      The GNOME runtime is appropriate for any application that uses the
+      GNOME platform.
+      The runtime is layered on top of the Freedesktop runtime and adds the
+      GNOME platform, including:
+    </p>
+    <ul>
+      <li>Clutter</li>
+      <li>Gjs</li>
+      <li>GObject Introspection</li>
+      <li>GStreamer</li>
+      <li>GVFS</li>
+      <li>Libnotify</li>
+      <li>Libsecret</li>
+      <li>LibSoup</li>
+      <li>PyGObject</li>
+      <li>Vala</li>
+      <li>WebKitGTK</li>
+    </ul>
+  </description>
   <url type="homepage">http://www.gnome.org/</url>
   <project_group>GNOME</project_group>
+  <update_contact>richard hughsie com</update_contact>
 </component>
 
diff --git a/org.gnome.Sdk.appdata.xml.in b/org.gnome.Sdk.appdata.xml.in
index 562d828..f623a2b 100644
--- a/org.gnome.Sdk.appdata.xml.in
+++ b/org.gnome.Sdk.appdata.xml.in
@@ -7,7 +7,29 @@
   <project_license>GPL-2.0+</project_license>
   <name>GNOME Software Development Kit version @@SDK_BRANCH@@</name>
   <summary>Tools and headers for developing applications using the GNOME application platform</summary>
+  <description>
+    <p>
+      The GNOME runtime is appropriate for any application that uses the
+      GNOME platform. This SDK is used to build applications that use this runtime.
+      The runtime is layered on top of the Freedesktop runtime and adds the
+      GNOME platform, including:
+    </p>
+    <ul>
+      <li>Clutter</li>
+      <li>Gjs</li>
+      <li>GObject Introspection</li>
+      <li>GStreamer</li>
+      <li>GVFS</li>
+      <li>Libnotify</li>
+      <li>Libsecret</li>
+      <li>LibSoup</li>
+      <li>PyGObject</li>
+      <li>Vala</li>
+      <li>WebKitGTK</li>
+    </ul>
+  </description>
   <url type="homepage">http://www.gnome.org/</url>
   <project_group>GNOME</project_group>
+  <update_contact>richard hughsie com</update_contact>
 </component>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]