From 2c384afd623be805add7c1915da89599d8c3e5c7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 30 Aug 2023 22:53:58 -0400 Subject: [PATCH] dev-libs/mathjax: add doxygen compatibility symlink Signed-off-by: Michael Orlitzky --- .../mathjax/{mathjax-3.2.2.ebuild => mathjax-3.2.2-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename dev-libs/mathjax/{mathjax-3.2.2.ebuild => mathjax-3.2.2-r1.ebuild} (87%) diff --git a/dev-libs/mathjax/mathjax-3.2.2.ebuild b/dev-libs/mathjax/mathjax-3.2.2-r1.ebuild similarity index 87% rename from dev-libs/mathjax/mathjax-3.2.2.ebuild rename to dev-libs/mathjax/mathjax-3.2.2-r1.ebuild index 9d8ec2feb032e..d3e1ef0806279 100644 --- a/dev-libs/mathjax/mathjax-3.2.2.ebuild +++ b/dev-libs/mathjax/mathjax-3.2.2-r1.ebuild @@ -40,6 +40,8 @@ src_install() { insinto "/usr/share/${PN}" # Start the install beneath the "es5" directory for compatibility with - # Arch, Solus, and Void Linux. + # Arch, Solus, and Void Linux, but leave a fake "es5" symlink for + # packages (like doxygen) that expect it. doins -r es5/* + dosym -r "/usr/share/${PN}" "/usr/share/${PN}/es5" }