[gnome-builder/gnome-builder-3-32] appdata: Keep the app ID same as was in 3.30



commit 3fae0e6eebca62d1525e0c76c7b6cca0c402563c
Author: Kalev Lember <klember redhat com>
Date:   Thu Apr 11 19:56:42 2019 +0200

    appdata: Keep the app ID same as was in 3.30
    
    Go back to "org.gnome.Builder.desktop" as in 3.30. 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.

 data/appdata/org.gnome.Builder.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 4c2d873ab..bce10461f 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014 Igor Gnatenko <ignatenko src gnome org> -->
 <component type="desktop-application">
-  <id>org.gnome.Builder</id>
+  <id>org.gnome.Builder.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.0+ and MIT</project_license>
   <name>Builder</name>


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