Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
suve authored and monsta committed Dec 20, 2018
1 parent cfdbd1f commit 540e33f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/Makefile.am
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions data/eom.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
<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>
Expand All @@ -16,4 +16,4 @@
<screenshots>
<screenshot type="default">http://mate-desktop.org/gallery/1.8/eom.png</screenshot>
</screenshots>
</application>
</component>

0 comments on commit 540e33f

Please sign in to comment.