[aisleriot] Correct the appdata file name



commit ca3f809dc98c712a7e844de687992cf3453f38ef
Author: Kalev Lember <kalevlember gmail com>
Date:   Tue Aug 19 11:12:17 2014 +0200

    Correct the appdata file name
    
    Rename it to sol.appdata.xml to match the desktop file name; the tooling
    around appdata files expects the names to match.

 data/Makefile.am                                   |    2 +-
 ...aisleriot.appdata.xml.in => sol.appdata.xml.in} |    0
 po/POTFILES.in                                     |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index f649967..52b3bdf 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,7 +20,7 @@ desktopdir = $(datadir)/applications
 nodist_desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 
 appdatadir = $(datadir)/appdata
-appdata_in_files = aisleriot.appdata.xml.in
+appdata_in_files = sol.appdata.xml.in
 nodist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 
 APPDATA_VALIDATE_FLAGS = --nonet
diff --git a/data/aisleriot.appdata.xml.in b/data/sol.appdata.xml.in
similarity index 100%
rename from data/aisleriot.appdata.xml.in
rename to data/sol.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5f4dd1e..66c15f9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this file in alphabetical order.
 [encoding: UTF-8]
-data/aisleriot.appdata.xml.in
+data/sol.appdata.xml.in
 data/sol.desktop.in.in
 src/aisleriot.schemas.in
 src/ar-application.c


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