summaryrefslogtreecommitdiffstats
path: root/res/linux/org.mixxx.Mixxx.metainfo.xml
diff options
context:
space:
mode:
authorJan Holthuis <jholthuis@mixxx.org>2021-10-03 00:12:54 +0200
committerJan Holthuis <jholthuis@mixxx.org>2021-10-03 00:17:48 +0200
commit32689460958f2973a0d93b12b7f9961fcbf0039c (patch)
tree7fc5ba2b92ac9177131f39e26fbaa4adef7ed839 /res/linux/org.mixxx.Mixxx.metainfo.xml
parent6dd2ab916e74f8e0b8e804d08ed679e6dcdfbffe (diff)
metainfo.xml: Remove <code> tags to avoid appstream-util parser errors
Before this commit, appstream-util fails to validate this document due the following error: $ appstream-util validate-relax res/linux/org.mixxx.Mixxx.metainfo.xml res/linux/org.mixxx.Mixxx.metainfo.xml: failed to parse res/linux/org.mixxx.Mixxx.metainfo.xml: Error on line 267 char 5: <li> already set 'It is no longer necessary to manually copy the udev rule file in packaging scripts. Now pkg-config is used to determine the udevdir used to install the rules file in the CMake install step when CMAKE_INSTALL_PREFIX is' and tried to replace with ' or '
Diffstat (limited to 'res/linux/org.mixxx.Mixxx.metainfo.xml')
-rw-r--r--res/linux/org.mixxx.Mixxx.metainfo.xml32
1 files changed, 8 insertions, 24 deletions
diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml
index 312e871099..084e565e1f 100644
--- a/res/linux/org.mixxx.Mixxx.metainfo.xml
+++ b/res/linux/org.mixxx.Mixxx.metainfo.xml
@@ -260,13 +260,9 @@
<ul>
<li>
It is no longer necessary to manually copy the udev rule file in packaging scripts. Now pkg-config is used to determine the udevdir used to install the rules file in the CMake install step when CMAKE_INSTALL_PREFIX is
- <code>
- /
- </code>
+ /
or
- <code>
- /usr
- </code>
+ /usr
.
#4126
</li>
@@ -553,9 +549,7 @@
<ul>
<li>
Add support for searching for empty fields (for example
- <code>
- crate:""
- </code>
+ crate:""
)
lp:1788086
</li>
@@ -794,26 +788,18 @@
<ul>
<li>
Add CMake build system with
- <code>
- ccache
- </code>
+ ccache
and
- <code>
- sccache
- </code>
+ sccache
support for faster compilation times and remove SCons
#2280
#3618
</li>
<li>
Make Mixxx compile even though
- <code>
- QT_NO_OPENGL
- </code>
+ QT_NO_OPENGL
or
- <code>
- QT_OPENGL_ES_2
- </code>
+ QT_OPENGL_ES_2
is defined (fixes build on Raspberry Pi)
lp:1863440
#2504
@@ -845,9 +831,7 @@
</li>
<li>
Derive Mixxx version from
- <code>
- git describe
- </code>
+ git describe
#3824
#3841
#3848