Files
alire-index-community/index/li/libgtk3/libgtk3-external.toml
Ian Larson b2d9757b4d libgtk3 external for SUSE (#1278)
opensuse also uses gtk3-devel.
2024-10-28 10:31:39 +01:00

25 lines
698 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"]
"centos|fedora" = ["gtk3-devel"]
suse = ["gtk3-devel"]
arch = ["gtk3"]
msys2 = ["mingw-w64-x86_64-gtk3"]
homebrew = ["gtk+3"]
macports = ["gtk3"]
[[external]]
kind = "version-output"
version-command = [ "pkg-config", "--modversion", "gtk+-3.0" ]
version-regexp = "([\\d\\.]+)"
# pkg-config requires further steps to make packages findable by
# dependencies that Alire does not yet support
available = false