summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-01 17:26:22 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-01 17:26:54 +0100
commit6253b01ba8b465e45d7de1ed31dcea26ecb50cc5 (patch)
treec6a97e2a2cbc04d164aa9411318d5092f353e104
parente18e99431719e5f232d02c754117377403866f9d (diff)
downloadnautilus-6253b01ba8b465e45d7de1ed31dcea26ecb50cc5.tar.gz
data: Rename the AppData file after the desktop ID change
The filename has to match the ID name for various optimisations.
-rw-r--r--data/Makefile.am4
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in (renamed from data/nautilus.appdata.xml.in)0
-rw-r--r--po/POTFILES.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 2e46804f4..f069d3050 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
index ae89b902b..ae89b902b 100644
--- a/data/nautilus.appdata.xml.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 592a26454..7d35df756 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