2022-01-19 15:26:30 -05:00
|
|
|
[library]
|
|
|
|
version = "@version@"
|
|
|
|
browse_url = "https://gitlab.gnome.org/GNOME/mutter/"
|
|
|
|
repository_url = "https://gitlab.gnome.org/GNOME/mutter.git"
|
|
|
|
website_url = "https://blogs.gnome.org/shell-dev/"
|
2024-01-10 14:33:25 -05:00
|
|
|
docs_url = "https://mutter.gnome.org/"
|
2024-01-03 11:03:47 -05:00
|
|
|
logo_url = "logo.svg"
|
2022-01-19 15:26:30 -05:00
|
|
|
authors = "Mutter Development Team"
|
|
|
|
license = "GPL-2.0-or-later"
|
|
|
|
description = "An OpenGL based 'interactive canvas' library"
|
|
|
|
dependencies = [ "GObject-2.0", "cairo-1.0", "Atk-1.0" ]
|
|
|
|
devhelp = true
|
|
|
|
search_index = true
|
|
|
|
|
|
|
|
[dependencies."GObject-2.0"]
|
|
|
|
name = "GObject"
|
|
|
|
description = "The base type system library"
|
|
|
|
docs_url = "https://docs.gtk.org/gobject/"
|
|
|
|
|
|
|
|
[dependencies."cairo-1.0"]
|
2023-01-17 14:19:17 -05:00
|
|
|
name = "cairo"
|
2022-01-19 15:26:30 -05:00
|
|
|
description = "A 2D graphics library with support for multiple output devices"
|
|
|
|
docs_url = "https://www.cairographics.org/manual/"
|
|
|
|
|
|
|
|
[dependencies."Atk-1.0"]
|
|
|
|
name = "Atk"
|
|
|
|
description = "The Accessibility toolkit"
|
|
|
|
docs_url = "https://docs.gtk.org/atk/"
|
|
|
|
|
|
|
|
[theme]
|
|
|
|
name = "basic"
|
|
|
|
show_index_summary = true
|
|
|
|
show_class_hierarchy = true
|
|
|
|
|
|
|
|
[source-location]
|
|
|
|
base_url = "https://gitlab.gnome.org/GNOME/mutter/-/blob/@vcs_tag@/"
|
|
|
|
|
|
|
|
[extra]
|
|
|
|
# The same order will be used when generating the index
|
|
|
|
content_files = [
|
|
|
|
]
|
|
|
|
content_images = [
|
2024-01-03 11:03:47 -05:00
|
|
|
"logo.svg",
|
2022-01-19 15:26:30 -05:00
|
|
|
]
|
|
|
|
urlmap_file = "urlmap.js"
|
|
|
|
|