waddlesplash
waddlesplash
CC @CodeforEvolution.
You can submit a pull request with this, sure. It would be best if the warnings were fixed, and of course you need to write the callback to delete the...
(Haiku developer here.) > Compilation with Rust seemed to be causing some problems. I ran beta2 in VirtualBox with 8GB of RAM and 6 CPU cores and some dependencies when...
Tested and most events work (the preexisting ones -- push, branch create, etc.) New ones (e.g. repository create) return a 404 from Notifico.
It should be possible to specify the GDraw backend in the recipe so we can be sure we are getting the GDK backend and not the raw X11 one.
Based on the source code `-DENABLE_X11=OFF` should suffice: https://github.com/fontforge/fontforge/blob/master/gdraw/CMakeLists.txt#L65 Are you sure it's really building the X11 version? You can add `message(FATAL_ERROR "...")` in the X11 block of that CMakeLists...
What about editing the CMakeLists as I pointed to?
I think we would prefer to keep Haiku-support patches in-tree in HaikuPorts as a patchset instead of using a forked version where it is generally possible. Can that be done...