Currently builds but doesn't work because there's no libimplot.so
I hacked a fix but this isn't correct:
diff -Naur a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD 2023-09-29 20:01:37.516466213 +0000
+++ b/PKGBUILD 2023-09-29 20:01:37.516466213 +0000
@@ -33,6 +33,7 @@
package() {
meson install -C build --destdir "$pkgdir"
+ install -Dm 0775 build/subprojects/implot-[0-9]*/libimplot.so "$pkgdir/usr/lib/libimplot.so"
install -Dm 0664 "$pkgname/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
}
Pinned Comments
d-air1 commented on 2024-05-21 03:05 (UTC)
Can whoever keeps flagging this out of date state why? This package is installing its own version of imgui and implot is not required. This package builds just fine without it. If for some reason you need that then can you have a discussion with the maintainer of the package instead of having everyone who uses this package get messages about it being out of date for the same reasons when it works just fine.