summaryrefslogtreecommitdiff
path: root/docs/pangoft2.toml.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pangoft2.toml.in')
-rw-r--r--docs/pangoft2.toml.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/pangoft2.toml.in b/docs/pangoft2.toml.in
new file mode 100644
index 00000000..c44dfe7f
--- /dev/null
+++ b/docs/pangoft2.toml.in
@@ -0,0 +1,36 @@
+[library]
+namespace = "PangoFT2"
+version = "@PANGO_VERSION@"
+browse_url = "https://gitlab.gnome.org/GNOME/pango/"
+repository_url = "https://gitlab.gnome.org/GNOME/pango.git"
+website_url = "https://www.pango.org"
+authors = "Owen Taylor, Behdad Esfahbod"
+logo_url = "pango-name.png"
+license = "GPL-2.1-or-later"
+description = "Freetype support for Pango"
+dependencies = [ "Pango-1.0", "freetype2-2.0" ]
+devhelp = true
+search_index = true
+
+ [dependencies."Pango-1.0"]
+ name = "Pango"
+ description = "A library for layout out and rendering of text"
+ docs_url = "../Pango/"
+
+ [dependencies."freetype2-2.0"]
+ name = "Freetype"
+ description = "A font loading and rendering library"
+ docs_url = "https://www.freetype.org"
+
+[theme]
+name = "basic"
+show_index_summary = true
+
+[source-location]
+base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
+
+[extra]
+
+content_images = [
+ "pango-name.png"
+]