[gnome-builder/wip/kalev/appdata-id] appdata: Keep the app ID same as was in 3.30



commit bed77003ae44249ccb013e23cc2c04f27826ce62
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 b55276c99..30236f2ff 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]