[gnome-logs/gnome-3-14] Add name and summary elements to AppData



commit bf73186a1a7b29e5c971e7c660a8aac4e9ce3897
Author: David King <davidk gnome org>
Date:   Tue Oct 28 07:36:16 2014 +0000

    Add name and summary elements to AppData
    
    Pacify appstream-util validate.

 data/org.gnome.Logs.appdata.xml.in |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in
index 9e08323..3857ca8 100644
--- a/data/org.gnome.Logs.appdata.xml.in
+++ b/data/org.gnome.Logs.appdata.xml.in
@@ -4,10 +4,9 @@
     <id type="desktop">org.gnome.Logs.desktop</id>
     <metadata_license>CC0-1.0</metadata_license>
     <project_license>GPL-3.0+</project_license>
-<!-- Both taken from desktop file.
-    <name>Logs</name>
-    <summary>View detailed event logs for the system</summary>
--->
+<!-- Name and summary taken from the desktop file. -->
+    <_name>Logs</_name>
+    <_summary>View detailed event logs for the system</_summary>
     <description>
         <_p>Logs shows events from the systemd journal, and sorts them into
         categories, such as hardware and applications.</_p>


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