diff options
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/eom.appdata.xml.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index fdcce09..8f092f1 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,7 +9,7 @@ desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = eom.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) diff --git a/data/eom.appdata.xml.in b/data/eom.appdata.xml.in index c70fafd..68678f2 100644 --- a/data/eom.appdata.xml.in +++ b/data/eom.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2014 Ryan Lerch <[email protected]> --> -<application> - <id type="desktop">eom.desktop</id> +<component type="desktop"> + <id>eom.desktop</id> <metadata_license>CC0-1.0</metadata_license> <_name>Eye of MATE</_name> <_summary>Simple image viewer</_summary> @@ -16,4 +16,4 @@ <screenshots> <screenshot type="default">http://mate-desktop.org/gallery/1.8/eom.png</screenshot> </screenshots> -</application> +</component> |