[gnome-dictionary] Rename the AppData file to match the desktop name



commit 454b67cd10b503f7d518cc79ea46db57478ea2b3
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 19 09:24:50 2015 +0000

    Rename the AppData file to match the desktop name
    
    For various technical reasons these have to match.

 data/Makefile.am                                   |    2 +-
 ....xml.in => org.gnome.Dictionary.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 cc6b5e8..10b3c94 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -28,7 +28,7 @@ org.gnome.Dictionary.service: Makefile
 @INTLTOOL_XML_RULE@
 appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = gnome-dictionary.appdata.xml.in
+appdata_in_files = org.gnome.Dictionary.appdata.xml.in
 EXTRA_DIST += $(appdata_in_files)
 
 # dictionary sources definitions
diff --git a/data/gnome-dictionary.appdata.xml.in b/data/org.gnome.Dictionary.appdata.xml.in
similarity index 92%
rename from data/gnome-dictionary.appdata.xml.in
rename to data/org.gnome.Dictionary.appdata.xml.in
index 66502f0..abdb3f0 100644
--- a/data/gnome-dictionary.appdata.xml.in
+++ b/data/org.gnome.Dictionary.appdata.xml.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
-<id type="desktop">gnome-dictionary.desktop</id>
+<id type="desktop">org.gnome.Dictionary.desktop</id>
 <licence>CC0</licence>
 <description>
 <_p>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cdbd113..6ef2ea2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 data/default.desktop.in
-data/gnome-dictionary.appdata.xml.in
+data/org.gnome.Dictionary.appdata.xml.in
 [type: gettext/glade]data/gnome-dictionary-menus.ui
 [type: gettext/glade]data/gnome-dictionary-preferences.ui
 [type: gettext/glade]data/gnome-dictionary-source.ui


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