Starting with qt5 5.15.4 lconvert errors with
QM-Format error
for some calls and thus thus fails the build.
Gbp-Pq: Name 0009-Ignore-errors-during-lconvert.patch
inputs+=("qtbase_${language}.qm")
if [ -e "qtdeclarative_${language}.qm" ]; then inputs+=("qtdeclarative_${language}.qm"); fi
if [ -e "qtserialport_${language}.qm" ]; then inputs+=("qtserialport_${language}.qm"); fi
- "${LCONVERT}" -o "${LANGDIR}/qt_${language}.qm" "${inputs[@]}"
+ "${LCONVERT}" -o "${LANGDIR}/qt_${language}.qm" "${inputs[@]}" || true
if [ "${machine}" = "Mac" ]; then
# Create locversion.plist in the bundle to trigger translations for