# https://github.com/TelepathyIM/telepathy-qt/pull/47
# Allow building with tests enabled
fix-tests/0001-Fix-build-failure-when-enabling-tests.patch


# https://github.com/TelepathyIM/telepathy-qt/pull/46
# Allow building with Qt6 enabled
qt6-fixes/0001-Make-implicit-cast-from-uint-to-QChar-explicit.patch
qt6-fixes/0002-Change-qdbus_cast-specialization-args-to-match-Qt6.patch
qt6-fixes/0003-QStringList-is-no-longer-a-class-don-t-forward-decla.patch
qt6-fixes/0004-Stick-TP_QT_DEPRECATED-into-the-right-place.patch
qt6-fixes/0005-Fix-invalid-use-of-incomplete-type.patch
qt6-fixes/0006-Adjust-various-qHash-overrides-for-Qt6.patch
qt6-fixes/0007-Fix-missing-QRegExp-includes-and-removal-of-QList-QS.patch
qt6-fixes/0008-Fix-qMakePair-and-QPair-related-Qt6-errors.patch
qt6-fixes/0009-Replace-QVariant-Type-and-related-things-with-QMetaT.patch
qt6-fixes/0010-Switch-to-QMultiHash-for-Qt6-where-needed.patch
qt6-fixes/0011-Use-default-constructor-instead-of-nullptr-for-QFlag.patch
qt6-fixes/0012-Update-CMakeLists.txt-to-enable-Qt6-compatibility.patch


# https://github.com/TelepathyIM/telepathy-qt/pull/43
# Silence various warnings (also to allow building w/ Qt6)
warnings/0001-Replace-QSet-toList-calls-with-QSet-values.patch
warnings/0002-Replace-QList-toStdList-with-a-range-constructor.patch
warnings/0003-Replace-QList-toSet-calls-with-range-constructors.patch
warnings/0004-Replace-more-deprecated-QList-toSet-calls.patch
warnings/0005-Replace-QList-toSet-usage-with-removeDuplicates.patch
warnings/0006-Replace-QList-toSet-calls-with-a-wrapper-function.patch
warnings/0007-Replace-QList-toSet-where-there-s-additional-set-log.patch
warnings/0008-Replace-QMap-unite-calls-with-QMap-insert.patch
warnings/0009-Fix-an-infinite-recursion-warning.patch
warnings/0010-Replace-deprecated-QTextStreamFunctions-hex-usage-wi.patch
warnings/0011-Fix-implicit-int-to-enum-casting-in-TestAccountChann.patch
warnings/0012-Replace-deprecated-QList-swap-call-with-QList-swapIt.patch
warnings/0013-Replace-deprecated-QDateTime-constructor-usage.patch
warnings/0014-Replace-qrand-usage-with-QRandomGenerator-in-incomin.patch
warnings/0015-Replace-qsnprintf-with-std-snprintf.patch
warnings/0016-Fix-unused-variable-warning-in-CallManager-test.patch
warnings/0017-Fix-enum-type-mismatch-warning-in-CallChannel-test.patch
warnings/0018-Fix-various-function-cast-warnings-in-tests.patch
warnings/0019-Replace-manual-temp-dir-handling-in-TestAvatarContac.patch
warnings/0020-Replace-deprecated-QLinkedList-usage-with-std-list.patch
warnings/0021-Replace-QXmlSimpleReader-with-QXmlStreamReader-in-Pr.patch
warnings/0022-Use-default-constructor-instead-of-nullptr-for-vario.patch
warnings/0023-Fix-incorrect-QT_VERSION_CHECK-ifdef.patch
warnings/0024-Silence-warnings-about-register-keyword.patch
