1# SPDX-FileCopyrightText: 2021 GNOME Foundation
2#
3# SPDX-License-Identifier: CC0-1.0
4
5[library]
6namespace = "Gtk"
7version = "3.0"
8browse_url = "https://gitlab.gnome.org/GNOME/gtk/"
9repository_url = "https://gitlab.gnome.org/GNOME/gtk.git"
10website_url = "https://www.gtk.org"
11authors = "GTK Development Team"
12logo_url = "https://www.gtk.org/"
13license = "GPL-2.1-or-later"
14description = "The GTK toolkit"
15dependencies = [ "GObject-2.0", "Graphene-1.0", "Pango-1.0", "Gdk-3.0" ]
16
17  [dependencies."GObject-2.0"]
18  name = "GObject"
19  description = "The base type system library"
20  docs_url = "https://developer.gnome.org/gobject/stable"
21
22  [dependencies."Pango-1.0"]
23  name = "Pango"
24  description = "Text shaping and rendering"
25  docs_url = "https://developer.gnome.org/pango/stable"
26
27  [dependencies."Gdk-3.0"]
28  name = "GDK"
29  description = "The GTK windowing system abstraction"
30  docs_url = "../../Gdk/3.0/"
31
32[theme]
33name = "basic"
34
35[source-location]
36base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/"
37