[network-manager-applet] appdata: fix the appdata file naming



commit 9b82d444b7ac63b7c390b8467d19f0431cb46e5a
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Apr 12 19:57:56 2016 +0200

    appdata: fix the appdata file naming
    
    According to the spec it should be %{id}.appdata.xml for %{id}.desktop.

 Makefile.am                                        |    2 +-
 ...a.xml.in => nm-connection-editor.appdata.xml.in |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b3308d1..7236f33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ gsettings_SCHEMAS = org.gnome.nm-applet.gschema.xml
 
 appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = org.gnome.nm-connection-editor.appdata.xml.in
+appdata_in_files = nm-connection-editor.appdata.xml.in
 @INTLTOOL_XML_RULE@
 
 convertdir=$(datadir)/GConf/gsettings
diff --git a/org.gnome.nm-connection-editor.appdata.xml.in b/nm-connection-editor.appdata.xml.in
similarity index 100%
rename from org.gnome.nm-connection-editor.appdata.xml.in
rename to nm-connection-editor.appdata.xml.in


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