1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
[library]
version = "@VERSION@"
description = "Phosh is a Wayland shell for mobile devices using GNOME technologies."
authors = "The Phosh Developers"
license = "GPL-3-or-later"
browse_url = "https://gitlab.gnome.org/World/Phosh/phosh"
repository_url = "https://gitlab.gnome.org/World/Phosh/phosh.git"
website_url = "https://phosh.mobi"
dependencies = [
"Gio-2.0",
"GLib-2.0",
"Gtk-3.0",
"Libhandy-1.0",
]
devhelp = true
search_index = true
[dependencies."Gio-2.0"]
name = "GIO"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"
[dependencies."GLib-2.0"]
name = "GLib"
description = "The base type system library"
docs_url = "https://docs.gtk.org/glib/"
[dependencies."Gtk-3.0"]
name = "GTK"
description = "The GTK toolkit"
docs_url = "https://docs.gtk.org/gtk3/"
[dependencies."Libhandy-1.0"]
name = "Handy"
description = "Building blocks for modern adaptive GNOME applications."
docs_url = "https://gnome.pages.gitlab.gnome.org/libhandy/"
[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true
[source-location]
# The base URL for the web UI
base_url = "https://gitlab.gnome.org/World/Phosh/phosh/-/blob/main/"
# The format for links, using "filename" and "line" for the format
file_format = "{filename}#L{line}"
[extra]
# Order here is the order they're listed in the docs
content_files = [
"gettingstarted.md",
"phosh-dbus-sm.puri.OSK0.md",
"app-dev.md",
]
urlmap_file = "urlmap.js"
|