[sound-juicer] Rename AppData file to match the desktop ID



commit 5a0a6c2a8f98d489a282e907b1c03bb4469d1ac7
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 14 12:37:17 2017 +0000

    Rename AppData file to match the desktop ID
    
    Without this the app will be dropped from GNOME Software.

 data/Makefile.am                                   |    2 +-
 ...xml.in => org.gnome.SoundJuicer.appdata.xml.in} |    2 +-
 po/POTFILES.in                                     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3179a01..60a0a43 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,7 +21,7 @@ $(dbusservice_DATA): Makefile
 DISTCHECK_CONFIGURE_FLAGS += --enable-appstream-util
 @APPSTREAM_XML_RULES@
 appstream_XML = $(appstream_in_files:.xml.in=.xml)
-appstream_in_files = data/appdata/sound-juicer.appdata.xml.in
+appstream_in_files = data/appdata/org.gnome.SoundJuicer.appdata.xml.in
 
 $(appstream_XML): $(appstream_in_files)
        $(MKDIR_P) data/appdata
diff --git a/data/appdata/sound-juicer.appdata.xml.in b/data/appdata/org.gnome.SoundJuicer.appdata.xml.in
similarity index 97%
rename from data/appdata/sound-juicer.appdata.xml.in
rename to data/appdata/org.gnome.SoundJuicer.appdata.xml.in
index 06af7d5..c5b4d9b 100644
--- a/data/appdata/sound-juicer.appdata.xml.in
+++ b/data/appdata/org.gnome.SoundJuicer.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014 Richard Hughes <richard hughsie com> -->
 <component type="desktop">
-  <id>sound-juicer.desktop</id>
+  <id>org.gnome.SoundJuicer.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>Sound Juicer</name>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8214390..6fb3211 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,7 +2,7 @@
 # Please keep this file sorted alphabetically.
 data/org.gnome.sound-juicer.gschema.xml
 data/org.gnome.SoundJuicer.desktop.in.in
-data/appdata/sound-juicer.appdata.xml.in
+data/appdata/org.gnome.SoundJuicer.appdata.xml.in
 data/sj-album-chooser-dialog.ui
 data/sound-juicer.ui
 data/sound-juicer-menu.ui


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