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
|
Source: libayatana-appindicator
Section: libs
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: cmake,
cmake-extras (>= 1.5-8~),
debhelper-compat (= 13),
at-spi2-core,
gir1.2-gobject-2.0-dev,
gir1.2-gtk-3.0-dev,
gobject-introspection (>= 1.80),
intltool,
gtk-doc-tools,
libxml2-utils,
dbus-test-runner,
xvfb,
valac,
libglib2.0-dev,
libgtk-3-dev,
procps,
libayatana-indicator3-dev,
libdbusmenu-glib-dev,
libdbusmenu-gtk3-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/AyatanaIndicators/libayatana-appindicator
Vcs-Git: https://salsa.debian.org/debian-ayatana-team/libayatana-appindicator.git
Vcs-Browser: https://salsa.debian.org/debian-ayatana-team/libayatana-appindicator
Package: libayatana-appindicator-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Ayatana Application Indicators (documentation files, GTK-2+ version)
A library and indicator to take menus from applications and place them in
the panel.
.
This package contains developer documentation (GTK-2+ version).
Package: libayatana-appindicator3-1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
Provides: libappindicator3-1 (= 12.10)
Conflicts: libappindicator3-1,
Replaces: libappindicator3-1,
Description: Ayatana Application Indicators (GTK-3+ version)
A library and indicator to take menus from applications and place them in
the panel.
.
This package contains shared libraries to be used by applications compiled
against GTK-3+.
Package: libayatana-appindicator3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
${gir:Depends},
libayatana-indicator3-dev (>= 0.9.0),
libdbusmenu-glib-dev,
libgtk-3-dev,
libayatana-appindicator3-1 (= ${binary:Version}),
Provides: ${gir:Provides},
libappindicator3-dev (= 12.10),
Conflicts: libappindicator3-dev,
Replaces: libappindicator3-dev,
Description: Ayatana Application Indicators (development files, GTK-3+ version)
A library and indicator to take menus from applications and place them in
the panel.
.
This package contains files that are needed to build applications
(GTK-3+ version).
Package: gir1.2-ayatanaappindicator3-0.1
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends},
Description: Typelib files for libayatana-appindicator3-1 (GTK-3+ version)
A library and indicator to take menus from applications and place them in
the panel.
.
This package can be used by other packages using the GIRepository format
to generate dynamic bindings (GTK-3+ version).
|