97ab1425bf
* Add macOS support to GTKAda 21.0.0. * Fix sed syntax for Linux. * To be compatible between macOS and Linux, we should avoid sed -i and use tmp files instead. * Disable problematic platforms Co-authored-by: GHA <actions@github.com>
18 lines
472 B
TOML
18 lines
472 B
TOML
description = "GObject-based multi-platform GUI toolkit (v3)"
|
|
name = "libgtk3"
|
|
licenses = "LGPL-3.0-only"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libgtk-3-dev"]
|
|
arch = ["gtk3"]
|
|
msys2 = ["mingw-w64-x86_64-gtk3"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-command = [ "pkg-config", "--modversion", "gtk+-3.0" ]
|
|
version-regexp = "([\\d\\.]+)"
|