diff options
Diffstat (limited to 'docs/pangoxft.toml')
-rw-r--r-- | docs/pangoxft.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/pangoxft.toml b/docs/pangoxft.toml new file mode 100644 index 00000000..07901e26 --- /dev/null +++ b/docs/pangoxft.toml @@ -0,0 +1,33 @@ +[library] +namespace = "PangoXft" +version = "1.0" +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 = "Xft support for Pango" +dependencies = [ "Pango-1.0", "xft-2.0" ] + + [dependencies."Pango-1.0"] + name = "Pango" + description = "A library for layout out and rendering of text" + docs_url = "https://developer.gnome.org/pango/stable" + + [dependencies."xft-2.0"] + name = "Xft" + description = "X11 client-side font rendering library" + docs_url = "https://x.org" + +[theme] +name = "basic" + +[source-location] +base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/" + +[extra] + +content_images = [ + "pango-name.png" +] |