File: gimp-ui-3.0.toml.in

package info (click to toggle)
gimp 3.0.4-3%2Bdeb13u2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 210,304 kB
  • sloc: ansic: 842,353; lisp: 10,761; python: 10,318; cpp: 7,238; perl: 4,355; sh: 1,043; xml: 963; yacc: 609; lex: 348; javascript: 150; makefile: 43
file content (119 lines) | stat: -rw-r--r-- 3,140 bytes parent folder | download | duplicates (4)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[library]
namespace = "GimpUi"
version = "@GIMP_VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/gimp/"
repository_url = "https://gitlab.gnome.org/GNOME/gimp.git"
website_url = "https://www.gimp.org"
authors = "GIMP contributors"
logo_url = "@GIMP_LOGO@"
license = "GPL-3.0-or-later"
description = "GIMP UI library"
dependencies = [
  'Babl-0.1',
  'Gimp-3.0',
  'GLib-2.0',
  'GObject-2.0',
  'GdkPixbuf-2.0',
  'Gegl-0.4',
  'Gio-2.0',
  'Gtk-3.0',
  'cairo-1.0',
]
devhelp = true
search_index = true

  # These links are mostly used for the dependency lists in index page.

  [dependencies."Babl-0.1"]
  name = "Babl"
  description = "Pixel encoding and color space conversion engine"
  docs_url = "https://gegl.org/babl"

  [dependencies."Gimp-3.0"]
  name = "Gimp"
  description = "GIMP Library"
  docs_url = "https://developer.gimp.org/api/3.0/libgimp/"

  [dependencies."GLib-2.0"]
  name = "GLib"
  description = "C Utility Library"
  docs_url = "https://developer.gnome.org/glib/stable"

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

  [dependencies."GdkPixbuf-2.0"]
  name = "GdkPixbuf"
  description = "Image loading and scaling"
  docs_url = "https://docs.gtk.org/gdk-pixbuf/"

  [dependencies."Gegl-0.4"]
  name = "Gegl"
  description = "Generic Graphics Library"
  docs_url = "https://gegl.org/"

  [dependencies."Gio-2.0"]
  name = "Gio"
  description = "GObject interfaces and objects"
  docs_url = "https://developer.gnome.org/gio/stable"

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

  [dependencies."cairo-1.0"]
  name = "cairo"
  description = "A 2D graphics library with support for multiple output devices"
  docs_url = "https://www.cairographics.org/manual/"

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

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

[extra]
content_files = [
  'widget-gallery.md',
]
content_images = [
  'images/browser.png',
  'images/busy-box.png',
  'images/button.png',
  'images/chain-button.png',
  'images/color-area.png',
  'images/color-button.png',
  'images/color-hex-entry.png',
  'images/color-notebook.png',
  'images/color-profile-combo-box.png',
  'images/color-profile-view.png',
  'images/color-scale.png',
  'images/color-scales.png',
  'images/color-select.png',
  'images/color-selection.png',
  'images/dialog.png',
  'images/enum-combo-box.png',
  'images/enum-label.png',
  'images/file-entry.png',
  'images/frame.png',
  'images/hint-box.png',
  'images/int-combo-box.png',
  'images/memsize-entry.png',
  'images/number-pair-entry.png',
  'images/offset-area.png',
  'images/page-selector.png',
  'images/path-editor.png',
  'images/pick-button.png',
  'images/preview-area.png',
  'images/ruler.png',
  'images/string-combo-box.png',
  'images/unit-combo-box.png',
]
# The urlmap is used as base links when an API docs refer to a type or
# function from another library.
urlmap_file = "urlmap.js"