summaryrefslogtreecommitdiffstats
path: root/res/linux
diff options
context:
space:
mode:
authorJohannes Obermayr <johannesobermayr@gmx.de>2015-09-17 23:52:52 +0200
committerJohannes Obermayr <johannesobermayr@gmx.de>2015-09-28 11:40:47 +0200
commitc8ebfdec43dbcdcbb97d76977810be944c080cc3 (patch)
treeff9bbe9ca3a523ab35669bbd7da679745633d2eb /res/linux
parent76c86087d745fc7fd6cca3637deb352b46e9e059 (diff)
Fix problems in mixxx.appdata.xml.
Fixes: W: invalid-xml-in-appdata /usr/share/appdata/mixxx.appdata.xml The appdata file provided by the package is not valid XML and will cause problems. Use e.g. xmllint to verify the problem and fix. $ xmllint mixxx.appdata.xml mixxx.appdata.xml:39: parser error : Opening and ending tag mismatch: p line 37 and description </description> ^ mixxx.appdata.xml:45: parser error : error parsing attribute name <updatecontact>Mixxx Devel <mixxx-devel@lists.sourceforge.net></updatecontact> ^ mixxx.appdata.xml:45: parser error : attributes construct error <updatecontact>Mixxx Devel <mixxx-devel@lists.sourceforge.net></updatecontact> ^ mixxx.appdata.xml:45: parser error : Couldn't find end of Start Tag mixxx-devel line 45 <updatecontact>Mixxx Devel <mixxx-devel@lists.sourceforge.net></updatecontact> ^ mixxx.appdata.xml:46: parser error : Opening and ending tag mismatch: description line 9 and component </component> ^ mixxx.appdata.xml:47: parser error : Premature end of data in tag component line 3 ^
Diffstat (limited to 'res/linux')
-rw-r--r--res/linux/mixxx.appdata.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/linux/mixxx.appdata.xml b/res/linux/mixxx.appdata.xml
index 29e9e1687b..2f8575cc0b 100644
--- a/res/linux/mixxx.appdata.xml
+++ b/res/linux/mixxx.appdata.xml
@@ -33,14 +33,15 @@
<li>ReplayGain volume normalization.</li>
<li>Automatic crossfading with Auto DJ.</li>
<li>Skinnable interface with several skins bundled.</li>
- </ul>
- <p>For a full list of features go to:
- <a href="http://mixxx.org/features/" target="_top">http://mixxx.org/features/</a>
+ </ul>
+ <p>For a full list of features go to:
+ <a href="http://mixxx.org/features/" target="_top">http://mixxx.org/features/</a>
+ </p>
</description>
<screenshots>
<screenshot type="default">http://www.mixxx.org/images/press_art/mixxx_1110_default_deere_skin.png</screenshot>
<caption>Mixxx 1.11.0 with the default Deere skin.</caption>
</screenshots>
<url type="homepage">http://mixxx.org</url>
- <updatecontact>Mixxx Devel <mixxx-devel@lists.sourceforge.net></updatecontact>
+ <updatecontact>mixxx-devel@lists.sourceforge.net</updatecontact>
</component>