summaryrefslogtreecommitdiff
path: root/app-doc/doxygen/files/doxygen-1.9.8-spdlog-link.patch
AgeCommit message (Collapse)Author
2024-01-12Move {app-doc → app-text}/doxygenMichał Górny
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-09-24app-doc/doxygen: add 1.9.8Sam James
* Drop unnecessary patch for bad encoding (upstream note it shouldn't be required anymore, see https://github.com/doxygen/doxygen/issues/10258#issuecomment-1693323707) * Drop/alter libcxx patch. Use the upstream build option, although tweak it to always be "available" to avoid unused var warnings w/ cmake.eclass (see patch comments for details) * Backport fix for spdlog building (although I didn't hit this issue myself) * Backport sqlite unbundling * Rename USE=qt5 -> USE=gui per QA policy Closes: https://bugs.gentoo.org/912986 Signed-off-by: Sam James <sam@gentoo.org>