File: control

package info (click to toggle)
gtkmm4.0 4.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,000 kB
  • sloc: xml: 97,749; cpp: 8,308; makefile: 286; sh: 218; python: 6
file content (84 lines) | stat: -rw-r--r-- 3,298 bytes parent folder | download
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
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gtkmm4.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gnome,
               doxygen,
               graphviz,
               libgtk-4-dev (>= 4.7.2),
               libglibmm-2.68-dev,
               libpangomm-2.48-dev (>= 2.50.0),
               libgdk-pixbuf-2.0-dev (>= 2.35.5) | libgdk-pixbuf2.0-dev (>= 2.35.5),
               libxml-parser-perl,
               meson (>= 0.54.0),
               mm-common (>= 0.9.10),
               xauth <!nocheck>,
               xsltproc,
               xvfb <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/gnome-team/gtkmm4.0
Vcs-Git: https://salsa.debian.org/gnome-team/gtkmm4.0.git
Homepage: https://www.gtkmm.org/

Package: libgtkmm-4.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libgtkmm-4.0-0 (= ${binary:Version}),
         libgtk-4-dev (>= 4.7.2),
         libglibmm-2.68-dev,
         libpangomm-2.48-dev (>= 2.50.0),
         libgdk-pixbuf-2.0-dev (>= 2.35.5) | libgdk-pixbuf2.0-dev (>= 2.35.5)
Suggests: libgtkmm-4.0-doc
Description: C++ wrappers for GTK4 (development files)
 Gtkmm is a C++ interface for the popular GUI library GTK 4, API version 4.0.
 Gtkmm provides a convenient interface for C++ programmers to create
 graphical user interfaces with GTK's flexible OO framework. Highlights
 include type safe callbacks, widgets extensible using inheritance and
 over 180 classes that can be freely combined to quickly create complex
 user interfaces.
 .
 This package contains development files and examples, as well as a
 gtkmm-demo program.

Package: libgtkmm-4.0-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: C++ wrappers for GTK4 (shared libraries)
 Gtkmm is a C++ interface for the popular GUI library GTK 4, API version 4.0.
 Gtkmm provides a convenient interface for C++ programmers to create
 graphical user interfaces with GTK's flexible OO framework. Highlights
 include type safe callbacks, widgets extensible using inheritance and
 over 180 classes that can be freely combined to quickly create complex
 user interfaces.
 .
 This package contains shared libraries.

Package: libgtkmm-4.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
         doc-base
Recommends: gtkmm-documentation
Description: C++ wrappers for GTK4 (documentation)
 Gtkmm is a C++ interface for the popular GUI library GTK 4, API version 3.0.
 Gtkmm provides a convenient interface for C++ programmers to create
 graphical user interfaces with GTK's flexible OO framework. Highlights
 include type safe callbacks, widgets extensible using inheritance and
 over 180 classes that can be freely combined to quickly create complex
 user interfaces.
 .
 This package contains tutorial, FAQ, and reference documentation.