summaryrefslogtreecommitdiff
path: root/docs/pango.toml.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pango.toml.in')
-rw-r--r--docs/pango.toml.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/pango.toml.in b/docs/pango.toml.in
index b1cf26ea..7503e1ec 100644
--- a/docs/pango.toml.in
+++ b/docs/pango.toml.in
@@ -1,23 +1,22 @@
[library]
namespace = "Pango"
version = "@PANGO_VERSION@"
-browse_url = "https://gitlab.gnome.org/GNOME/pango/"
+browse_url = "https://gitlab.gnome.org/GNOME/pango2/"
repository_url = "https://gitlab.gnome.org/GNOME/pango.git"
website_url = "https://www.pango.org"
authors = "Owen Taylor, Behdad Esfahbod, Matthias Clasen"
logo_url = "pango-name.png"
license = "LGPL-2.1-or-later"
description = "Internationalized text layout and rendering"
-dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "PangoCairo-1.0",
- "PangoFc-1.0", "PangoFT2-1.0", "PangoOT-1.0",
- "PangoXft-1.0" ]
+dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "Fribidi-0.0",
+ "Cairo-0.0", "Gio-2.0", ]
devhelp = true
search_index = true
[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
- docs_url = "https://developer.gnome.org/gobject/stable"
+ docs_url = "https://docs.gtk.org/gobject/"
[dependencies."HarfBuzz-0.0"]
name = "HarfBuzz"
@@ -34,6 +33,11 @@ search_index = true
description = "A 2D graphics library"
docs_url = "https://www.cairographics.org/documentation/"
+ [dependencies."Gio-2.0"]
+ name = "GIO"
+ description = "Useful classes for general purpose I/O, networking, IPC, etc."
+ docs_url = "https://docs.gtk.org/gio/"
+
[theme]
name = "basic"
show_index_summary = true