[gnome-sound-recorder] appdata: Keep the same app ID as in 3.30



commit 0251eba123bc346056f56c695a2909a0083ffe11
Author: Kalev Lember <klember redhat com>
Date:   Fri Apr 12 10:28:38 2019 +0200

    appdata: Keep the same app ID as in 3.30
    
    Go back to using "org.gnome.SoundRecorder.desktop" as it was 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.SoundRecorder.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in 
b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
index a73f988..80fa9d5 100644
--- a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
+++ b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014 Richard Hughes <richard hughsie com> -->
 <component type="desktop-application">
-  <id>org.gnome.SoundRecorder</id>
+  <id>org.gnome.SoundRecorder.desktop</id>
   <name>Sound Recorder</name>
   <summary>A simple, modern sound recorder for GNOME</summary>
   <project_license>GPL-2.0+</project_license>


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