[devhelp] Rename the AppData file to match the desktop ID



commit 3cbe87dd06e0beb843f67d267f90bf678c316e59
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jun 29 16:10:45 2015 +0100

    Rename the AppData file to match the desktop ID

 data/Makefile.am                                   |    2 +-
 ...ata.xml.in => org.gnome.Devhelp.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 37cfc6b..e0bbd14 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,7 +14,7 @@ gsettings_SCHEMAS = org.gnome.devhelp.gschema.xml
 gsettingsconvertdir = $(datadir)/GConf/gsettings
 gsettingsconvert_DATA = devhelp.convert
 
-app_data_in_files = devhelp.appdata.xml.in
+app_data_in_files = org.gnome.Devhelp.appdata.xml.in
 app_data_files = $(app_data_in_files:.xml.in=.xml)
 
 appdatadir = $(datadir)/appdata
diff --git a/data/devhelp.appdata.xml.in b/data/org.gnome.Devhelp.appdata.xml.in
similarity index 92%
rename from data/devhelp.appdata.xml.in
rename to data/org.gnome.Devhelp.appdata.xml.in
index 87ec422..2e5cd7f 100644
--- a/data/devhelp.appdata.xml.in
+++ b/data/org.gnome.Devhelp.appdata.xml.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
-<id type="desktop">devhelp.desktop</id>
+<id type="desktop">org.gnome.Devhelp.desktop</id>
 <licence>CC0</licence>
 <description>
 <_p>Devhelp is an API documentation browser. It  provides an easy way to
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 99d44c7..fe826d8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
-data/devhelp.appdata.xml.in
+data/org.gnome.Devhelp.appdata.xml.in
 data/org.gnome.Devhelp.desktop.in.in
 [type: gettext/gsettings]data/org.gnome.devhelp.gschema.xml
 misc/gedit-plugin/devhelp.desktop.in


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