[network-manager-openconnect/nm-1-2] appdata: rename the xml file



commit 052baeca073d799e8e0e9d589df229bad3af759a
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Apr 28 15:06:41 2016 +0200

    appdata: rename the xml file
    
    This makes GNOME Software somewhat unhappy
    
    (cherry picked from commit e3e2cbad82fab6314c398f427665776c1a6fbf44)

 .gitignore                                         |    2 +-
 Makefile.am                                        |    2 +-
 ...=> network-manager-openconnect.metainfo.xml.in} |    0
 po/POTFILES.in                                     |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db2bb90..a8ae80b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,7 +26,7 @@ m4/gtk-doc.m4
 m4/intltool.m4
 m4/libtool.m4
 m4/lt*.m4
-appdata/network-manager-openconnect.appdata.xml
+appdata/network-manager-openconnect.metainfo.xml
 
 nm-openconnect-service.name
 src/nm-openconnect-service
diff --git a/Makefile.am b/Makefile.am
index 72de72e..6227b7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ endif
 
 appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = appdata/network-manager-openconnect.appdata.xml.in
+appdata_in_files = appdata/network-manager-openconnect.metainfo.xml.in
 @INTLTOOL_XML_RULE@
 
 nm-openconnect-service.name: $(srcdir)/nm-openconnect-service.name.in
diff --git a/appdata/network-manager-openconnect.appdata.xml.in 
b/appdata/network-manager-openconnect.metainfo.xml.in
similarity index 100%
rename from appdata/network-manager-openconnect.appdata.xml.in
rename to appdata/network-manager-openconnect.metainfo.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 900056f..86a8a62 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
-appdata/network-manager-openconnect.appdata.xml.in
+appdata/network-manager-openconnect.metainfo.xml.in
 auth-dialog/main.c
 openconnect-strings.txt
 properties/auth-helpers.c


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