[geary/wip/kalev/appdata-id] appdata: Keep the same app ID as in 0.13



commit 499eb22ef3cafbedcd22e2108528a696de0a709f
Author: Kalev Lember <klember redhat com>
Date:   Thu Apr 11 20:44:31 2019 +0200

    appdata: Keep the same app ID as in 0.13
    
    Go back to using "org.gnome.Geary.desktop" as it was in 0.13. The
    appdata spec is very clear that the app ID is not supposed to change and
    should be a unique identifier for the app across distributions.

 desktop/org.gnome.Geary.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/desktop/org.gnome.Geary.appdata.xml.in b/desktop/org.gnome.Geary.appdata.xml.in
index 66092670..76415767 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2016 Software Freedom Conservancy Inc. -->
 <!-- Copyright 2016 Michael Gratton <mike vee net> -->
 <component type="desktop-application">
-  <id>org.gnome.Geary</id>
+  <id>org.gnome.Geary.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>LGPL-2.1+</project_license>
   <update_contact>geary-list gnome org</update_contact>


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