File: libfeedback.toml.in

package info (click to toggle)
feedbackd 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,076 kB
  • sloc: ansic: 7,956; xml: 97; makefile: 31; sh: 27; python: 8
file content (44 lines) | stat: -rw-r--r-- 1,199 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
37
38
39
40
41
42
43
44
[library]
version = "@VERSION@"
description = "A library to trigger feedback (such as haptic feedback) via events sent by your application."
authors = "Purism SPC"
license = "LGPL-2.1-or-later"
browse_url = "https://gitlab.freedesktop.org/agx/feedbackd/"
repository_url = "https://gitlab.freedesktop.org/agx/feedbackd.git"
website_url = "https://gitlab.freedesktop.org/agx/feedbackd/"
dependencies = [
  "Gio-2.0",
  "GLib-2.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/"

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

[source-location]
# The base URL for the web UI
base_url = "https://gitlab.freedesktop.org/agx/feedbackd/-/blob/main/"
# The format for links, using "filename" and "line" for the format
file_format = "{filename}#L{line}"

[extra]
content_files = [
  "overview.md",
  "build-howto.md",
  "initialization.md",
  "Event-naming-spec-0.0.0.md",
  "Feedback-theme-spec-0.0.0.md",
]