pidgin/pidgin

Parents 95555046173e
Children fed868e592ca
Fix the documentation for what does and doesn't need gmodule

Testing Done:
Build the docs and verified gmodule was just on finch and that its links worked.

Reviewed at https://reviews.imfreedom.org/r/1078/
--- a/doc/reference/finch/finch.toml.in Tue Oct 19 02:49:28 2021 -0500
+++ b/doc/reference/finch/finch.toml.in Tue Oct 19 02:52:36 2021 -0500
@@ -21,6 +21,11 @@
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
+ [dependencies."GModule-2.0"]
+ name = "GModule"
+ description = "Portable API for dynamically loading modules"
+ docs_url = "https://docs.gtk.org/gmodule/"
+
[dependencies."Gnt-3.0"]
name = "Gnt"
description = "GLib NCurses Toolkit"
--- a/doc/reference/protocols/facebook/facebook.toml.in Tue Oct 19 02:49:28 2021 -0500
+++ b/doc/reference/protocols/facebook/facebook.toml.in Tue Oct 19 02:52:36 2021 -0500
@@ -7,7 +7,7 @@
logo_url = ""
license = "GPL-2.0-or-later"
description = "Purple Facebook Protocol Plugin"
-dependencies = [ "GLib-2.0", "GObject-2.0", "GModule-2.0", "Purple-3.0" ]
+dependencies = [ "GLib-2.0", "GObject-2.0", "Purple-3.0" ]
devhelp = true
search_index = true
@@ -21,11 +21,6 @@
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
- [dependencies."GModule-2.0"]
- name = "GModule"
- description = "Portable API for dynamically loading modules"
- docs_url = "https://docs.gtk.org/gmodule/"
-
[dependencies."Purple-3.0"]
name = "Purple"
description = "Purple Universal Chat Library"
--- a/doc/reference/protocols/facebook/urlmap.js Tue Oct 19 02:49:28 2021 -0500
+++ b/doc/reference/protocols/facebook/urlmap.js Tue Oct 19 02:52:36 2021 -0500
@@ -5,6 +5,5 @@
baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
- [ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]