~ubuntu-desktop/gtk/ubuntugtk3

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Iain Lane
  • Date: 2018-07-24 16:02:43 UTC
  • Revision ID: iain@orangesquash.org.uk-20180724160243-q5498woelkml6b6l
Moved to git: lp:~ubuntu-desktop/ubuntu/+source/gtk+3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: gtk+3.0
2
 
Section: libs
3
 
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@debian.org>
7
 
Build-Depends: debhelper (>= 10.3~),
8
 
               gnome-pkg-tools (>= 0.11),
9
 
               gtk-doc-tools (>= 1.20),
10
 
               pkg-config,
11
 
               dbus <!nocheck>,
12
 
               gsettings-desktop-schemas <!nocheck>,
13
 
               adwaita-icon-theme-full <!nocheck>,
14
 
               at-spi2-core <!nocheck>,
15
 
               libglib2.0-dev (>= 2.49.4),
16
 
               libgdk-pixbuf2.0-dev (>= 2.30.0),
17
 
               libpango1.0-dev (>= 1.40.5),
18
 
               libatk1.0-dev (>= 2.15.1),
19
 
               libatk-bridge2.0-dev,
20
 
               libegl1-mesa-dev [linux-any],
21
 
               libepoxy-dev,
22
 
               libfontconfig1-dev,
23
 
               libharfbuzz-dev (>= 0.9),
24
 
               libwayland-dev (>= 1.9.91) [linux-any],
25
 
               wayland-protocols (>= 1.12) [linux-any],
26
 
               libxkbcommon-dev (>= 0.2.0),
27
 
               libx11-dev,
28
 
               libxext-dev,
29
 
               libxi-dev,
30
 
               libxml2-utils,
31
 
               libxrandr-dev (>= 2:1.5.0),
32
 
               libxcursor-dev,
33
 
               libxcomposite-dev,
34
 
               libxdamage-dev,
35
 
               libxkbfile-dev,
36
 
               libxinerama-dev,
37
 
               libxfixes-dev,
38
 
               libcairo2-dev (>= 1.14.0),
39
 
               libcups2-dev (>= 1.2),
40
 
               libcolord-dev (>= 0.1.9),
41
 
               librest-dev,
42
 
               libjson-glib-dev,
43
 
               gobject-introspection (>= 1.41.3),
44
 
               libgirepository1.0-dev (>= 1.39.0),
45
 
               xauth <!nocheck>,
46
 
               xvfb <!nocheck>,
47
 
Build-Depends-Indep: libglib2.0-doc,
48
 
                     libatk1.0-doc,
49
 
                     libpango1.0-doc,
50
 
                     libcairo2-doc,
51
 
                     docbook-xml,
52
 
                     docbook-xsl,
53
 
                     xsltproc,
54
 
Rules-Requires-Root: no
55
 
Standards-Version: 4.1.3
56
 
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gtk/ubuntugtk3
57
 
XS-Debian-Vcs-Browser: https://salsa.debian.org/gnome-team/gtk3
58
 
XS-Debian-Vcs-Git: https://salsa.debian.org/gnome-team/gtk3.git
59
 
Homepage: https://www.gtk.org/
60
 
 
61
 
Package: libgtk-3-0
62
 
Architecture: any
63
 
Multi-Arch: same
64
 
Depends: libgtk-3-common (>= ${source:Version}),
65
 
         ${misc:Depends},
66
 
         ${shlibs:Depends},
67
 
         hicolor-icon-theme,
68
 
         adwaita-icon-theme,
69
 
         shared-mime-info
70
 
Provides: gtk3-binver-3.0.0
71
 
Recommends: libgtk-3-bin
72
 
Suggests: librsvg2-common,
73
 
          gvfs
74
 
Description: GTK+ graphical user interface library
75
 
 GTK+ is a multi-platform toolkit for creating graphical user
76
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
77
 
 for projects ranging from small one-off tools to complete application
78
 
 suites.
79
 
 .
80
 
 This package contains the shared libraries.
81
 
 
82
 
Package: libgtk-3-0-udeb
83
 
Package-Type: udeb
84
 
Section: debian-installer
85
 
Architecture: any
86
 
Depends: ${shlibs:Depends},
87
 
         ${misc:Depends}
88
 
Provides: gtk3-binver-3.0.0
89
 
Description: GTK+ graphical user interface library - minimal runtime
90
 
 This is a udeb, or a microdeb, for the debian-installer.
91
 
 .
92
 
 GTK+ is a multi-platform toolkit for creating graphical user
93
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
94
 
 for projects ranging from small one-off tools to complete application
95
 
 suites.
96
 
 .
97
 
 This package contains the minimal runtime library using X11 needed
98
 
 by the Debian installer.
99
 
 
100
 
Package: libgtk-3-common
101
 
Section: misc
102
 
Architecture: all
103
 
Multi-Arch: foreign
104
 
Depends: ${misc:Depends}
105
 
Recommends: libgtk-3-0
106
 
Description: common files for the GTK+ graphical user interface library
107
 
 GTK+ is a multi-platform toolkit for creating graphical user
108
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
109
 
 for projects ranging from small one-off tools to complete application
110
 
 suites.
111
 
 .
112
 
 This package contains the common files which the libraries need.
113
 
 
114
 
Package: libgtk-3-bin
115
 
Section: misc
116
 
Architecture: any
117
 
Multi-Arch: foreign
118
 
Depends: ${misc:Depends}, ${shlibs:Depends},
119
 
         libgtk-3-0 (>= ${source:Version}),
120
 
         libgtk-3-common (>= ${source:Version}),
121
 
         gtk-update-icon-cache
122
 
Description: programs for the GTK+ graphical user interface library
123
 
 GTK+ is a multi-platform toolkit for creating graphical user
124
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
125
 
 for projects ranging from small one-off tools to complete application
126
 
 suites.
127
 
 .
128
 
 This package contains the utilities which are used by the libraries
129
 
 and other packages.
130
 
 
131
 
Package: libgtk-3-dev
132
 
Section: libdevel
133
 
Architecture: any
134
 
Multi-Arch: same
135
 
Depends: libgtk-3-0 (= ${binary:Version}),
136
 
         gir1.2-gtk-3.0 (= ${binary:Version}),
137
 
         libgtk-3-common,
138
 
         ${misc:Depends},
139
 
         ${shlibs:Depends},
140
 
         libglib2.0-dev (>= 2.49.4),
141
 
         libgdk-pixbuf2.0-dev (>= 2.30.0),
142
 
         libpango1.0-dev (>= 1.40.5),
143
 
         libatk1.0-dev (>= 2.15.1),
144
 
         libatk-bridge2.0-dev,
145
 
         libcairo2-dev (>= 1.14.0),
146
 
         libepoxy-dev (>= 1.0),
147
 
         libfontconfig1-dev,
148
 
         libx11-dev,
149
 
         libxext-dev,
150
 
         libxinerama-dev,
151
 
         libxi-dev,
152
 
         libxrandr-dev,
153
 
         libxcursor-dev,
154
 
         libxfixes-dev,
155
 
         libxcomposite-dev,
156
 
         libxdamage-dev,
157
 
         pkg-config,
158
 
         libegl1-mesa-dev [linux-any],
159
 
         libwayland-dev (>= 1.9.91) [linux-any],
160
 
         wayland-protocols (>= 1.12) [linux-any],
161
 
         libxkbcommon-dev
162
 
Suggests: libgtk-3-doc
163
 
Description: development files for the GTK+ library
164
 
 GTK+ is a multi-platform toolkit for creating graphical user
165
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
166
 
 for projects ranging from small one-off tools to complete application
167
 
 suites.
168
 
 .
169
 
 This package contains the header and development files which are
170
 
 needed for building GTK+ applications.
171
 
 
172
 
Package: libgtk-3-doc
173
 
Section: doc
174
 
Architecture: all
175
 
Multi-Arch: foreign
176
 
Depends: ${misc:Depends}
177
 
Recommends: libglib2.0-doc,
178
 
            libatk1.0-doc,
179
 
            libpango1.0-doc
180
 
Suggests: devhelp
181
 
Description: documentation for the GTK+ graphical user interface library
182
 
 GTK+ is a multi-platform toolkit for creating graphical user
183
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
184
 
 for projects ranging from small one-off tools to complete application
185
 
 suites.
186
 
 .
187
 
 This package contains the HTML documentation for the GTK+ library
188
 
 in /usr/share/doc/libgtk-3-doc/ .
189
 
 
190
 
Package: gtk-3-examples
191
 
Section: x11
192
 
Architecture: any
193
 
Depends: ${shlibs:Depends},
194
 
         ${misc:Depends},
195
 
         libgtk-3-0 (= ${binary:Version})
196
 
Description: example files for GTK+ 3
197
 
 GTK+ is a multi-platform toolkit for creating graphical user
198
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
199
 
 for projects ranging from small one-off tools to complete application
200
 
 suites.
201
 
 .
202
 
 This package contains the example files and a demonstration program
203
 
 for GTK+3.
204
 
 
205
 
Package: gir1.2-gtk-3.0
206
 
Section: introspection
207
 
Architecture: any
208
 
Multi-Arch: same
209
 
Depends: libgtk-3-common,
210
 
         ${misc:Depends},
211
 
         ${shlibs:Depends},
212
 
         ${gir:Depends}
213
 
Breaks: python-gi (<< 3.18),
214
 
        python3-gi (<< 3.18),
215
 
Provides: gir1.2-gdk-3.0 (= ${binary:Version}),
216
 
          gir1.2-gdkx11-3.0 (= ${binary:Version})
217
 
Description: GTK+ graphical user interface library -- gir bindings
218
 
 GTK+ is a multi-platform toolkit for creating graphical user
219
 
 interfaces. Offering a complete set of widgets, GTK+ is suitable
220
 
 for projects ranging from small one-off tools to complete application
221
 
 suites.
222
 
 .
223
 
 This package can be used by other packages using the GIRepository format to
224
 
 generate dynamic bindings.
225
 
 
226
 
Package: gtk-update-icon-cache
227
 
Section: misc
228
 
Architecture: any
229
 
Multi-Arch: foreign
230
 
Depends: ${misc:Depends},
231
 
         ${shlibs:Depends}
232
 
Breaks: libgtk2.0-bin (<< 2.24.30-2),
233
 
        libgtk-3-bin (<< 3.20.6-1)
234
 
Replaces: libgtk2.0-bin (<< 2.24.30-2),
235
 
          libgtk-3-bin (<< 3.20.6-1)
236
 
Description: icon theme caching utility
237
 
 gtk-update-icon-cache creates mmap()able cache files for icon themes.
238
 
 .
239
 
 GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot
240
 
 of system call and disk seek overhead when the application starts. Since the
241
 
 format of the cache files allows them to be mmap()ed shared between multiple
242
 
 applications, the overall memory consumption is reduced as well.
243
 
 
244
 
Package: libgail-3-0
245
 
Architecture: any
246
 
Multi-Arch: same
247
 
Depends: ${misc:Depends},
248
 
         ${shlibs:Depends},
249
 
         libgtk-3-0 (= ${binary:Version}),
250
 
         at-spi2-core
251
 
Description: GNOME Accessibility Implementation Library -- shared libraries
252
 
 Gail implements ATK interfaces for GTK+ widgets which are dynamically
253
 
 loadable at runtime by a GTK+ application. Once loaded, those parts of
254
 
 an application that use standard GTK+ widgets will have a basic level
255
 
 of accessibility, without the need to modify the application at all.
256
 
 .
257
 
 This package contains the shared library.
258
 
 
259
 
Package: libgail-3-dev
260
 
Architecture: any
261
 
Multi-Arch: same
262
 
Section: libdevel
263
 
Depends: ${misc:Depends},
264
 
         libgail-3-0 (= ${binary:Version}),
265
 
         libgtk-3-dev (= ${binary:Version}),
266
 
         pkg-config,
267
 
         libatk1.0-dev
268
 
Suggests: libgail-3-doc
269
 
Description: GNOME Accessibility Implementation Library -- development files
270
 
 Gail implements ATK interfaces for GTK+ widgets which are dynamically
271
 
 loadable at runtime by a GTK+ application. Once loaded, those parts of
272
 
 an application that use standard GTK+ widgets will have a basic level
273
 
 of accessibility, without the need to modify the application at all.
274
 
 .
275
 
 This package contains the development files for Gail.
276
 
 
277
 
Package: libgail-3-doc
278
 
Architecture: all
279
 
Multi-Arch: foreign
280
 
Section: doc
281
 
Depends: ${misc:Depends}
282
 
Suggests: devhelp
283
 
Description: documentation files of the Gail library
284
 
 Gail implements ATK interfaces for GTK+ widgets which are dynamically
285
 
 loadable at runtime by a GTK+ application. Once loaded, those parts of
286
 
 an application that use standard GTK+ widgets will have a basic level
287
 
 of accessibility, without the need to modify the application at all.
288
 
 .
289
 
 This package contains the documentation files for Gail.