doc/reference/pidgin/pidgin.toml.in

Fri, 31 Dec 2021 03:34:12 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 31 Dec 2021 03:34:12 -0600
changeset 41232
3e534f0345b0
parent 41124
95555046173e
child 41518
31072565a926
permissions
-rw-r--r--

Replace g_time_zone_new by g_time_zone_new_identifier

The former calls the latter with a fallback to UTC, but is deprecated, so we're going to do the same for now (though maybe we should fall back to our normal `tz == NULL` handling?)

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/1211/

[library]
version = "@PURPLE_VERSION@"
browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
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" ]
devhelp = true
search_index = true

  [dependencies."GLib-2.0"]
  name = "GLib"
  description = "General-purpose, portable utility library."
  docs_url = "https://docs.gtk.org/glib/"

  [dependencies."GObject-2.0"]
  name = "GObject"
  description = "The base type system library"
  docs_url = "https://docs.gtk.org/gobject/"

  [dependencies."Gtk-3.0"]
  name = "Gtk"
  description = "The GTK toolkit"
  docs_url = "https://docs.gtk.org/gtk3/"

  [dependencies."Purple-3.0"]
  name = "Purple"
  description = "Purple Universal Chat Library"
  docs_url = "https://docs.imfreedom.org/purple3/"

  [dependencies."GPlugin-1.0"]
  name = "GPlugin"
  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."Talkatu-0.0"]
  name = "Talkatu"
  description = "Talkatu Gtk3 Chat Widgets"
  docs_urls = "https://docs.imfreedom.org/talkatu/"

[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true

[source-location]
base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"

[extra]
# The same order will be used when generating the index
content_files = [
	"signals_gtkaccount.md",
	"signals_gtkblist.md",
	"signals_gtkconv.md",
]
content_images = [
]
urlmap_file = "urlmap.js"

mercurial