[gnome-font-viewer] Rename the AppData file after the desktop ID change



commit 5a81b45dd4c39e395abcca3e9206ff0335bc1cc0
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Aug 1 20:59:57 2014 +0200

    Rename the AppData file after the desktop ID change
    
    The filename has to match the ID name for various optimisations.

 .gitignore                                         |    2 +-
 data/Makefile.am                                   |    2 +-
 ...xml.in => org.gnome.font-viewer.appdata.xml.in} |    0
 po/POTFILES.in                                     |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bbc82d..8b9a4e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,7 +21,7 @@ ltmain.sh
 m4/
 missing
 omf.make
-data/gnome-font-viewer.appdata.xml
+data/org.gnome.font-viewer.appdata.xml
 po/.intltool-merge-cache
 po/Makefile.in.in
 po/Makevars.template
diff --git a/data/Makefile.am b/data/Makefile.am
index 1dad799..132dbff 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,5 @@
 appdatadir = $(datadir)/appdata
-appdata_in_files = gnome-font-viewer.appdata.xml.in
+appdata_in_files = org.gnome.font-viewer.appdata.xml.in
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
diff --git a/data/gnome-font-viewer.appdata.xml.in b/data/org.gnome.font-viewer.appdata.xml.in
similarity index 100%
rename from data/gnome-font-viewer.appdata.xml.in
rename to data/org.gnome.font-viewer.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 79069e5..e515c5c 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/gnome-font-viewer.appdata.xml.in
+data/org.gnome.font-viewer.appdata.xml.in
 src/font-thumbnailer.c
 [type: gettext/glade]src/font-view-app-menu.ui
 src/font-view.c


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