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
|
Source: libayatana-indicator
Section: libs
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
dpkg-dev (>= 1.16.1.1),
libtool,
intltool,
mate-common,
gtk-doc-tools,
dbus-test-runner,
xvfb,
libglib2.0-dev (>= 2.37),
libgtk2.0-dev (>= 2.18),
libgtk-3-dev (>= 2.91.3),
libayatana-ido3-0.4-dev (>= 0.4.0-0~)
Standards-Version: 3.9.8
Homepage: https://github.com/ArcticaProject/libayatana-indicator
Vcs-Git: git://cgit.arctica-project.org/ayatana/libayatana-indicator.git
Vcs-Browser: https://cgit.arctica-project.org/ayatana/libayatana-indicator.git/
Package: libayatana-indicator7
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Multi-Arch: same
Description: panel indicator applet - shared library (GTK-2+ variant)
The Ayatana Indicators library contains information to build indicators
to go into modern desktops' indicator applets.
.
This package contains the library itself (GTK-2+ variant).
Package: libayatana-indicator-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk2.0-dev (>= 2.12.0),
libayatana-indicator7 (= ${binary:Version}),
Description: panel indicator applet - library development files (GTK-2+)
The Ayatana Indicators library contains information to build indicators
to go into modern desktops' indicator applets.
.
This package contains files that are needed to build GTK-2+ applications
with Ayatana Indicator support.
Package: libayatana-indicator3-7
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Multi-Arch: same
Description: panel indicator applet - shared library (GTK-3+ variant)
The Ayatana Indicators library contains information to build indicators
to go into modern desktops' indicator applets.
.
This package contains the library itself (GTK-3+ variant).
Package: libayatana-indicator3-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk-3-dev (>= 2.91.3),
libayatana-indicator3-7 (= ${binary:Version}),
libayatana-indicator-dev (= ${binary:Version}),
Description: panel indicator applet - library development files (GTK-3+)
The Ayatana Indicators library contains information to build indicators
to go into modern desktops' indicator applets.
.
This package contains files that are needed to build GTK-3+ applications
with Ayatana Indicator support.
Package: libayatana-indicator3-tools
Section: devel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libayatana-indicator3-7 (= ${binary:Version}),
Multi-Arch: foreign
Replaces: libayatana-indicator-tools,
Conflicts: libayatana-indicator-tools,
Description: Tools for libayatana-indicator
The Ayatana Indicators library contains information to build indicators
to go into modern desktops' indicator applets.
.
This package contains tools useful for developers of applications using
indicators.
Package: ayatana-indicator-common
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: libayatana-indicator shared files
The Ayatana Indicators library contains information to build indicators
to go into modern desktops' indicator applets.
.
This package has files needed to work with the Ayatana Indicators. This
includes the systemd ayatana-indicators-pre.target.
|