blob: 2e0124e349b340d0b7d22cfb57d5f975cc1678c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[library]
namespace = "PangoCairo"
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 = "Cairo support for Pango"
dependencies = [ "Pango-1.0", "cairo-1.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."cairo-1.0"]
name = "Cairo"
description = "A vector graphics library"
docs_url = "https://www.cairographics.org/manual/"
[theme]
name = "basic"
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
[extra]
content_images = [
"pango-name.png",
"rotated-text.png"
]
|