Skip to content

Commit e3a9345

Browse files
suveraveit65
authored andcommitted
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
1 parent 5e245f8 commit e3a9345

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎data/Makefile.am‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ desktopdir = $(datadir)/applications
99
desktop_DATA = $(DESKTOP_FILES)
1010

1111
@INTLTOOL_XML_RULE@
12-
appdatadir = $(datadir)/appdata
12+
appdatadir = $(datadir)/metainfo
1313
appdata_in_files = eom.appdata.xml.in
1414
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
1515

‎data/eom.appdata.xml.in‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2014 Ryan Lerch <[email protected]> -->
3-
<application>
4-
<id type="desktop">eom.desktop</id>
3+
<component type="desktop">
4+
<id>eom.desktop</id>
55
<metadata_license>CC0-1.0</metadata_license>
66
<_name>Eye of MATE</_name>
77
<_summary>Simple image viewer</_summary>
@@ -16,4 +16,4 @@
1616
<screenshots>
1717
<screenshot type="default">http://mate-desktop.org/gallery/1.8/eom.png</screenshot>
1818
</screenshots>
19-
</application>
19+
</component>

0 commit comments

Comments
 (0)