2021-02-10 13:41:53 +00:00
|
|
|
[library]
|
|
|
|
version = "@version@"
|
|
|
|
browse_url = "https://gitlab.gnome.org/GNOME/gtk/"
|
|
|
|
repository_url = "https://gitlab.gnome.org/GNOME/gtk.git"
|
|
|
|
website_url = "https://www.gtk.org"
|
2021-11-15 15:31:35 +00:00
|
|
|
docs_url = "https://docs.gtk.org/gsk4/"
|
2021-02-10 13:41:53 +00:00
|
|
|
authors = "GTK Development Team"
|
|
|
|
logo_url = "gtk-logo.svg"
|
2021-06-03 08:11:09 +00:00
|
|
|
license = "LGPL-2.1-or-later"
|
2021-02-10 13:41:53 +00:00
|
|
|
description = "The GTK toolkit"
|
|
|
|
dependencies = [ "GObject-2.0", "Graphene-1.0", "Pango-1.0", "Gdk-4.0" ]
|
2021-02-19 22:09:34 +00:00
|
|
|
devhelp = true
|
2021-03-11 16:36:48 +00:00
|
|
|
search_index = true
|
2021-02-10 13:41:53 +00:00
|
|
|
|
|
|
|
[dependencies."GObject-2.0"]
|
|
|
|
name = "GObject"
|
|
|
|
description = "The base type system library"
|
2021-07-31 18:07:18 +00:00
|
|
|
docs_url = "https://docs.gtk.org/gobject/"
|
2021-02-10 13:41:53 +00:00
|
|
|
|
|
|
|
[dependencies."Graphene-1.0"]
|
|
|
|
name = "Graphene"
|
|
|
|
description = "A thin layer of mathematical types for 3D libraries"
|
2021-03-31 19:51:27 +00:00
|
|
|
docs_url = "https://ebassi.github.io/graphene/docs/"
|
2021-02-10 13:41:53 +00:00
|
|
|
|
|
|
|
[dependencies."Pango-1.0"]
|
|
|
|
name = "Pango"
|
|
|
|
description = "Text shaping and rendering"
|
2021-03-31 19:51:27 +00:00
|
|
|
docs_url = "https://docs.gtk.org/Pango/"
|
2021-02-10 13:41:53 +00:00
|
|
|
|
|
|
|
[dependencies."Gdk-4.0"]
|
|
|
|
name = "GDK"
|
|
|
|
description = "The GTK windowing system abstraction"
|
2021-03-31 19:51:27 +00:00
|
|
|
docs_url = "https://docs.gtk.org/gdk4/"
|
2021-02-10 13:41:53 +00:00
|
|
|
|
|
|
|
[theme]
|
|
|
|
name = "basic"
|
2021-02-18 17:30:03 +00:00
|
|
|
show_index_summary = true
|
2021-03-04 17:42:59 +00:00
|
|
|
show_class_hierarchy = true
|
2021-02-10 13:41:53 +00:00
|
|
|
|
|
|
|
[source-location]
|
|
|
|
base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/master/"
|
|
|
|
|
|
|
|
[extra]
|
|
|
|
content_images = [
|
|
|
|
"gtk-logo.svg",
|
|
|
|
]
|
2021-03-11 16:46:02 +00:00
|
|
|
urlmap_file = "urlmap.js"
|