[evince] appdata: Use provides to link to previous ID



commit 76bc0d9a0a52ffdb02ee2f3fbd260fa043d98cca
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Aug 14 23:30:56 2018 -0400

    appdata: Use provides to link to previous ID
    
    Adding the provides ID field allows GNOME Software to link
    reviews for the old name of the app with the current name
    
    https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-provides
    
    Closes: https://gitlab.gnome.org/GNOME/evince/issues/962

 org.gnome.Evince.appdata.xml.in | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/org.gnome.Evince.appdata.xml.in b/org.gnome.Evince.appdata.xml.in
index 2c886602..1826f2ed 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -26,6 +26,9 @@
     <_p>A document viewer for the GNOME desktop. You can view, search or annotate documents in many 
different formats.</_p>
     <_p>Evince supports documents in: PDF, PS, EPS, XPS, DjVu, TIFF, DVI (with SyncTeX), and Comic Books 
archives (CBR, CBT, CBZ, CB7).</_p>
   </description>
+  <provides>
+    <id>evince.desktop</id>
+  </provides>
   <screenshots>
     <screenshot type="default">
     <image>https://gitlab.gnome.org/evince/raw/master/data/screenshots/evince-1.png</image>


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