| 5 website_url = "https://keep.imfreedom.org/pidgin/pidgin/" |
5 website_url = "https://keep.imfreedom.org/pidgin/pidgin/" |
| 6 authors = "Pidgin Developers" |
6 authors = "Pidgin Developers" |
| 7 logo_url = "" |
7 logo_url = "" |
| 8 license = "GPL-2.0-or-later" |
8 license = "GPL-2.0-or-later" |
| 9 description = "Purple Universal Chat Library" |
9 description = "Purple Universal Chat Library" |
| 10 dependencies = [ "GLib-2.0", "GObject-2.0", "GPlugin-1.0" ] |
10 dependencies = [ "GLib-2.0", "GObject-2.0", "GPlugin-1.0", "Pango-1.0" ] |
| 11 devhelp = true |
11 devhelp = true |
| 12 search_index = true |
12 search_index = true |
| 13 |
13 |
| 14 [dependencies."GLib-2.0"] |
14 [dependencies."GLib-2.0"] |
| 15 name = "GLib" |
15 name = "GLib" |
| 23 |
23 |
| 24 [dependencies."GPlugin-1.0"] |
24 [dependencies."GPlugin-1.0"] |
| 25 name = "GPlugin" |
25 name = "GPlugin" |
| 26 description = "GPlugin Plugin Library" |
26 description = "GPlugin Plugin Library" |
| 27 docs_urls = "https://docs.imfreedom.org/gplugin/" |
27 docs_urls = "https://docs.imfreedom.org/gplugin/" |
| |
28 |
| |
29 [dependencies."Pango-1.0"] |
| |
30 name = "Pango" |
| |
31 description = "Internationalized text layout and rendering" |
| |
32 docs_url = "https://docs.gtk.org/Pango/" |
| 28 |
33 |
| 29 [theme] |
34 [theme] |
| 30 name = "basic" |
35 name = "basic" |
| 31 show_index_summary = true |
36 show_index_summary = true |
| 32 show_class_hierarchy = true |
37 show_class_hierarchy = true |