[gnome-software] Rename the AppData file to reflect the new desktop name
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Rename the AppData file to reflect the new desktop name
- Date: Fri, 18 Oct 2013 07:52:26 +0000 (UTC)
commit d3d9d15f2468310b018f8e3874e062086ecdd46b
Author: Richard Hughes <richard hughsie com>
Date: Fri Oct 18 08:44:42 2013 +0100
Rename the AppData file to reflect the new desktop name
data/appdata/Makefile.am | 2 +-
...ta.xml.in => org.gnome.Software.appdata.xml.in} | 2 +-
po/POTFILES.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
index 178439b..2c09be8 100644
--- a/data/appdata/Makefile.am
+++ b/data/appdata/Makefile.am
@@ -1,7 +1,7 @@
@INTLTOOL_XML_RULE@
appdatadir = $(datadir)/appdata
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = gnome-software.appdata.xml.in
+appdata_in_files = org.gnome.Software.appdata.xml.in
EXTRA_DIST = $(appdata_in_files)
CLEANFILES = $(appdata_DATA)
diff --git a/data/appdata/gnome-software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
similarity index 96%
rename from data/appdata/gnome-software.appdata.xml.in
rename to data/appdata/org.gnome.Software.appdata.xml.in
index 0f28dd0..6ed33b6 100644
--- a/data/appdata/gnome-software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Richard Hughes <richard hughsie com> -->
<application>
- <id type="desktop">gnome-software.desktop</id>
+ <id type="desktop">org.gnome.Software.desktop</id>
<licence>CC0</licence>
<_summary>Application manager for GNOME</_summary>
<description>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 04da3f9..af38113 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-data/appdata/gnome-software.appdata.xml.in
+data/appdata/org.gnome.Software.appdata.xml.in
[type: gettext/glade]src/app-menu.ui
[type: gettext/glade]src/app-tile.ui
src/gnome-software.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]