diff options
author | Kalev Lember <kalevlember@gmail.com> | 2014-08-21 16:33:09 +0200 |
---|---|---|
committer | Kalev Lember <kalevlember@gmail.com> | 2014-08-21 16:33:09 +0200 |
commit | 267f43b4526463c252ec3d2c7cb7d59403993b6e (patch) | |
tree | 1479284e541bea7a70570c357a2c2159ce7d7dfa /data | |
parent | d86decb94aa90e6ff7aa590a02ba4c7fb57f3862 (diff) | |
download | totem-267f43b4526463c252ec3d2c7cb7d59403993b6e.tar.gz |
data: Rename the appdata file after the desktop file name change
Our tooling expects that the names match.
Diffstat (limited to 'data')
-rw-r--r-- | data/appdata/Makefile.am | 2 | ||||
-rw-r--r-- | data/appdata/org.gnome.Totem.appdata.xml.in (renamed from data/appdata/totem.appdata.xml.in) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am index b6e682340..50d848f8e 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 index 766e42cfe..b232d7af0 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> |