[totem] data: Rename the appdata file after the desktop file name change



commit 267f43b4526463c252ec3d2c7cb7d59403993b6e
Author: Kalev Lember <kalevlember gmail com>
Date:   Thu Aug 21 16:33:09 2014 +0200

    data: Rename the appdata file after the desktop file name change
    
    Our tooling expects that the names match.

 data/appdata/Makefile.am                           |    2 +-
 ...pdata.xml.in => org.gnome.Totem.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 b6e6823..50d848f 100644
--- a/data/appdata/Makefile.am
+++ b/data/appdata/Makefile.am
@@ -2,7 +2,7 @@
 @APPDATA_XML_RULES@
 @INTLTOOL_XML_RULE@
 
-appdata_in_files = totem.appdata.xml.in
+appdata_in_files = org.gnome.Totem.appdata.xml.in
 appdata_XML = $(appdata_in_files:.xml.in=.xml)
 
 EXTRA_DIST = $(appdata_in_files)
diff --git a/data/appdata/totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in
similarity index 96%
rename from data/appdata/totem.appdata.xml.in
rename to data/appdata/org.gnome.Totem.appdata.xml.in
index 766e42c..b232d7a 100644
--- a/data/appdata/totem.appdata.xml.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2013 Richard Hughes <richard hughsie com>
      Copyright 2013 William Jon McCann <william jon mccann gmail com> -->
 <application>
-  <id type="desktop">totem.desktop</id>
+  <id type="desktop">org.gnome.Totem.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license><!-- with the GStreamer exception -->
   <description>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index efada2a..4bb41bf 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,7 +6,7 @@ data/org.gnome.totem.gschema.xml.in.in
 [type: gettext/glade]data/playlist.ui
 [type: gettext/glade]data/preferences.ui
 [type: gettext/glade]data/properties.ui
-data/appdata/totem.appdata.xml.in
+data/appdata/org.gnome.Totem.appdata.xml.in
 data/org.gnome.Totem.desktop.in.in.in
 [type: gettext/glade]data/totem.ui
 [type: gettext/glade]data/uri.ui


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