summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-02-03 22:58:51 -0600
committerGary Kramlich <grim@reaperworld.com>2022-02-03 22:58:51 -0600
commitac37e2c9809a9b9d8a04b40c262adaef4792e601 (patch)
tree4fe3fa5fd5028f02fd04a897ec47780c44b0ce8e /doc
parentd5574d2c4e16ccc11aad4d5bb7e3dc244d7fef99 (diff)
downloadpidgin-ac37e2c9809a9b9d8a04b40c262adaef4792e601.tar.gz
And so begins the start of the GTK4 port
Testing Done: Watched 49 files fail with 4340 errors and 471 warnings. Reviewed at https://reviews.imfreedom.org/r/1287/
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/pidgin/meson.build2
-rw-r--r--doc/reference/pidgin/pidgin.toml.in16
-rw-r--r--doc/reference/pidgin/urlmap.js4
3 files changed, 11 insertions, 11 deletions
diff --git a/doc/reference/pidgin/meson.build b/doc/reference/pidgin/meson.build
index f26347aa20..c3a54d6ce1 100644
--- a/doc/reference/pidgin/meson.build
+++ b/doc/reference/pidgin/meson.build
@@ -26,7 +26,7 @@ if get_option('doc')
'--no-namespace-dir',
'--content-dir=@0@'.format(meson.current_source_dir()),
'--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin'),
- '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin-gtk3'),
+ '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin-gtk4'),
'--add-include-path=@0@'.format(meson.project_build_root() / 'libpurple'),
'--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/talkatu/talkatu'),
'@INPUT1@'
diff --git a/doc/reference/pidgin/pidgin.toml.in b/doc/reference/pidgin/pidgin.toml.in
index a09e62beaf..2112d140d1 100644
--- a/doc/reference/pidgin/pidgin.toml.in
+++ b/doc/reference/pidgin/pidgin.toml.in
@@ -7,7 +7,7 @@ authors = "Pidgin Developers"
logo_url = ""
license = "GPL-2.0-or-later"
description = "Pidgin Universal Chat Client"
-dependencies = [ "GLib-2.0", "GObject-2.0", "Gtk-3.0", "Purple-3.0", "GPlugin-1.0", "GPlugin-Gtk3-1.0", "Talkatu-0.0" ]
+dependencies = [ "GLib-2.0", "GObject-2.0", "Gtk-4.0", "Purple-3.0", "GPlugin-1.0", "GPlugin-Gtk4-1.0", "Talkatu-0.0" ]
devhelp = true
search_index = true
@@ -21,10 +21,10 @@ search_index = true
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
- [dependencies."Gtk-3.0"]
+ [dependencies."Gtk-4.0"]
name = "Gtk"
description = "The GTK toolkit"
- docs_url = "https://docs.gtk.org/gtk3/"
+ docs_url = "https://docs.gtk.org/gtk4/"
[dependencies."Purple-3.0"]
name = "Purple"
@@ -36,14 +36,14 @@ search_index = true
description = "GPlugin Plugin Library"
docs_urls = "https://docs.imfreedom.org/gplugin/"
- [dependencies."GPlugin-Gtk3-1.0"]
- name = "GPlugin-Gtk3"
- description = "GPlugin Gtk3 Widget Library"
- docs_urls = "https://docs.imfreedom.org/gplugin-gtk3/"
+ [dependencies."GPlugin-Gtk4-1.0"]
+ name = "GPlugin-Gtk"
+ description = "GPlugin Gtk4 Widget Library"
+ docs_urls = "https://docs.imfreedom.org/gplugin-gtk4/"
[dependencies."Talkatu-0.0"]
name = "Talkatu"
- description = "Talkatu Gtk3 Chat Widgets"
+ description = "Talkatu Gtk Chat Widgets"
docs_urls = "https://docs.imfreedom.org/talkatu/"
[theme]
diff --git a/doc/reference/pidgin/urlmap.js b/doc/reference/pidgin/urlmap.js
index b8718df7c4..10a0651fa4 100644
--- a/doc/reference/pidgin/urlmap.js
+++ b/doc/reference/pidgin/urlmap.js
@@ -6,8 +6,8 @@ baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
- [ 'GPlugin-Gtk3', 'https://docs.imfreedom.org/gplugin-gtk3/' ],
- [ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
+ [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ],
+ [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
[ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
[ 'Talkatu', 'https://docs.imfreedom.org/talkatu/' ],
]