doc/reference/pidgin/pidgin.toml.in

changeset 42847
fbb0d252bc35
parent 42846
c176f1b12aaa
child 42848
f9a04b0bed1f
equal deleted inserted replaced
42846:c176f1b12aaa 42847:fbb0d252bc35
1 [library]
2 version = "@PURPLE_MAJOR_VERSION@.@PURPLE_MINOR_VERSION@.@PURPLE_MICRO_VERSION@"
3 browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
4 repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
5 website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
6 authors = "Pidgin Developers"
7 logo_url = ""
8 license = "GPL-2.0-or-later"
9 description = "Pidgin Universal Chat Client"
10 dependencies = [ "GLib-2.0", "GObject-2.0", "Gtk-4.0", "Purple-3.0", "GPlugin-1.0", "GPlugin-Gtk4-1.0" ]
11 devhelp = true
12 search_index = true
13
14 [dependencies."GLib-2.0"]
15 name = "GLib"
16 description = "General-purpose, portable utility library."
17 docs_url = "https://docs.gtk.org/glib/"
18
19 [dependencies."GObject-2.0"]
20 name = "GObject"
21 description = "The base type system library"
22 docs_url = "https://docs.gtk.org/gobject/"
23
24 [dependencies."Gtk-4.0"]
25 name = "Gtk"
26 description = "The GTK toolkit"
27 docs_url = "https://docs.gtk.org/gtk4/"
28
29 [dependencies."Purple-3.0"]
30 name = "Purple"
31 description = "Purple Universal Chat Library"
32 docs_url = "https://docs.imfreedom.org/purple3/"
33
34 [dependencies."GPlugin-1.0"]
35 name = "GPlugin"
36 description = "GPlugin Plugin Library"
37 docs_urls = "https://docs.imfreedom.org/gplugin/"
38
39 [dependencies."GPlugin-Gtk4-1.0"]
40 name = "GPlugin-Gtk"
41 description = "GPlugin Gtk4 Widget Library"
42 docs_urls = "https://docs.imfreedom.org/gplugin-gtk4/"
43
44 [theme]
45 name = "basic"
46 show_index_summary = true
47 show_class_hierarchy = true
48
49 [source-location]
50 base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"
51
52 [extra]
53 # The same order will be used when generating the index
54 content_files = [
55 ]
56 content_images = [
57 ]
58 urlmap_file = "urlmap.js"
59
60 [[object]]
61 pattern = "DEPRECATED_IN_*"
62 hidden = true
63
64 [[object]]
65 name = "DEPRECATED_FOR"
66 hidden = true
67
68 [[object]]
69 name = "UNAVAILABLE"
70 hidden = true
71
72 [[object]]
73 name = "UNAVAILABLE_MACRO"
74 hidden = true
75
76 [[object]]
77 name = "UNAVAILABLE_STATIC_INLINE"
78 hidden = true
79
80 [[object]]
81 name = "UNAVAILABLE_TYPE"
82 hidden = true

mercurial