[nautilus] data: Rename the AppData file after the desktop ID change



commit 6253b01ba8b465e45d7de1ed31dcea26ecb50cc5
Author: Richard Hughes <richard hughsie com>
Date:   Fri Aug 1 17:26:22 2014 +0100

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

 data/Makefile.am                                   |    4 ++--
 ...ta.xml.in => org.gnome.Nautilus.appdata.xml.in} |    0
 po/POTFILES.in                                     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 2e46804..f069d30 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,7 +9,7 @@ desktop_DATA     =                                      \
        $(desktop_in_files:.desktop.in=.desktop)        \
        nautilus-classic.desktop
 desktop_in_files =                                     \
-       org.gnome.Nautilus.desktop.in                           \
+       org.gnome.Nautilus.desktop.in                   \
        nautilus-autorun-software.desktop.in            \
        nautilus-connect-server.desktop.in
 
@@ -18,7 +18,7 @@ autostart_in_files = nautilus-autostart.desktop.in
 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
 
 appdatadir = $(datadir)/appdata
-appdata_in_files = nautilus.appdata.xml.in
+appdata_in_files = org.gnome.Nautilus.appdata.xml.in
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
diff --git a/data/nautilus.appdata.xml.in b/data/org.gnome.Nautilus.appdata.xml.in
similarity index 100%
rename from data/nautilus.appdata.xml.in
rename to data/org.gnome.Nautilus.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 592a264..7d35df7 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.
 [encoding: UTF-8]
-data/nautilus.appdata.xml.in
+data/org.gnome.Nautilus.appdata.xml.in
 data/nautilus-autorun-software.desktop.in.in
 data/nautilus-connect-server.desktop.in.in
 data/org.gnome.Nautilus.desktop.in.in


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