summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuve <[email protected]>2018-10-11 23:24:53 +0200
committerraveit65 <[email protected]>2018-10-19 12:06:41 +0200
commite3a9345070fb3aff34ca9364c6eb732bd769864e (patch)
tree5fda9d3c049a362ad795edfb2b165402b5b4623b
parent5e245f8aead25e79ecf4d50723f72356bfc8362f (diff)
downloadeom-e3a9345070fb3aff34ca9364c6eb732bd769864e.tar.bz2
eom-e3a9345070fb3aff34ca9364c6eb732bd769864e.tar.xz
Update the appdata XML file
- Fix appdata XML root node tag - Change <id type="desktop"> to <id> in appdata XML - Change <id type="desktop"> to <id> in appdata XML
-rw-r--r--data/Makefile.am2
-rw-r--r--data/eom.appdata.xml.in6
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>