For instance, on macOS, GTKAda crate depends on libgtk3 external crate:
[[depends-on]]
libgtk3 = ">=3.24.24"
With my environment, Alire installs GTK3 with MacPorts:
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libgtk-3-dev"]
"fedora" = ["gtk3-devel"]
arch = ["gtk3"]
msys2 = ["mingw-w64-x86_64-gtk3"]
homebrew = ["gtk+3"]
macports = ["gtk3"]
However, by default, MacPorts installs GTK3 only for X11 environment and not the Quartz native environment.
I would like to specify something like that:
macports = ["gtk3 +quartz"]
I would be useful also on other systems by specifying a version:
"debian|ubuntu" = ["libgtk-3-dev=3.24.32"]
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too