File: st.toml.in

package info (click to toggle)
gnome-shell 49.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,680 kB
  • sloc: javascript: 75,051; ansic: 66,151; xml: 1,798; sh: 919; python: 666; makefile: 51
file content (36 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (3)
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
[library]
namespace = "St"
version = "@MUTTER_API_VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/gnome-shell/"
repository_url = "https://gitlab.gnome.org/GNOME/gnome-shell.git"
website_url = "https://www.gnome.org"
license = "LGPL-2.0-or-later"
description = "Shell Toolkit"
dependencies = ["GObject-2.0", "Gio-2.0", "Clutter-@MUTTER_API_VERSION@"]
devhelp = true
search_index = true

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

  [dependencies."Gio-2.0"]
  name = "Gio"
  description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
  docs_url = "https://docs.gtk.org/gio"

  [dependencies."Clutter-@MUTTER_API_VERSION@"]
  name = "Clutter"
  description = "An OpenGL based 'interactive canvas' library"
  docs_url = "https://mutter.gnome.org/clutter/"

[theme]
name = "basic"
show_index_summary = true

[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/HEAD/"

[extra]
urlmap_file = "urlmap.js"