aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 1a32ab4f1719805b1b7c9811a8a141cc7dc29a37 (plain)
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
Source: libayatana-appindicator
Section: gnome
Priority: optional
XS-Python-Version: all
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               python-all-dev,
               at-spi2-core,
               cli-common-dev (>= 0.8~) [!arm64 !ppc64el],
               gobject-introspection,
               intltool,
               gtk-doc-tools,
               libxml2-utils,
               libnunit-cil-dev [!arm64 !ppc64el],
               dbus-test-runner,
               xvfb,
               valac,
               mono-devel (>= 2.4.3) [!arm64 !ppc64el],
               libglib2.0-dev (>= 2.35.4),
               libgtk-3-dev (>= 2.91.3),
               libgtk2.0-dev (>= 2.12.0),
               python-gtk2-dev,
               procps,
               gtk-sharp2-gapi [!arm64 !ppc64el],
               libgtk2.0-cil-dev [!arm64 !ppc64el],
               libdbus-glib-1-dev (>= 0.82),
               libayatana-indicator-dev (>= 0.6.0~),
               libayatana-indicator3-dev (>= 0.6.0~),
               libdbusmenu-glib-dev (>= 0.5.90),
               libdbusmenu-gtk-dev (>= 0.5.90),
               libdbusmenu-gtk3-dev (>= 0.5.90),
               libgirepository1.0-dev,
Standards-Version: 3.9.6
Homepage: https://github.com/ArcticaProject/libayatana-appindicator
Vcs-Git: git://cgit.arctica-project.org/ayatana/libayatana-appindicator.git
Vcs-Browser: https://cgit.arctica-project.org/ayatana/libayatana-appindicator.git/

Package: python-ayatana-appindicator
Section: python
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         libayatana-appindicator1 (= ${binary:Version}),
         python-gobject,
Provides: ${python:Provides},
Description: Python bindings for libayatana-appindicator (GTK2 version)
 A library and indicator to take menus from applications and place them in
 the panel.
 .
 This package provides Python bindings so that you can use
 libayatana-appindicator from a Python program.

Package: libayatana-appindicator1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Recommends: ayatana-indicator-application (>= 0.2.93),
Description: Ayatana Application Indicators (GTK2 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 GTK2.

Package: gir1.2-ayatanaappindicator-0.1
Section: introspection
Architecture: any
Depends: ${misc:Depends},
         ${gir:Depends},
Description: Typelib files for libayatana-appindicator1 (GTK2 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 (GTK2 version).

Package: libayatana-appindicator-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         gir1.2-ayatanaappindicator-0.1 (= ${binary:Version}),
         libdbusmenu-glib-dev (>= 0.1.8),
         libdbus-glib-1-dev (>= 0.76),
         libayatana-appindicator1 (= ${binary:Version}),
Description: Ayatana Application Indicators (development files, GTK2 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 (GTK2
 version).

Package: libayatana-appindicator-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description:  Ayatana Application Indicators (documentation files, GTK2 version)
 A library and indicator to take menus from applications and place them in
 the panel.
 .
 This package contains developer documentation (GTK2 version).

Package: libayatana-appindicator3-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Recommends: ayatana-indicator-application (>= 0.2.93),
Description: Ayatana Application Indicators (GTK3 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 GTK3.

Package: libayatana-appindicator3-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         gir1.2-ayatanaappindicator3-0.1 (= ${binary:Version}),
         libdbusmenu-glib-dev (>= 0.1.8),
         libdbus-glib-1-dev (>= 0.76),
         libayatana-appindicator3-1 (= ${binary:Version}),
Description: Ayatana Application Indicators (development files, GTK3 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 (GTK3
 version).

Package: gir1.2-ayatanaappindicator3-0.1
Section: introspection
Architecture: any
Depends: ${misc:Depends},
         ${gir:Depends},
Description: Typelib files for libayatana-appindicator3-1 (GTK3 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 (GTK3 version).

Package: libayatana-appindicator0.1-cil
Section: cli-mono
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${cli:Depends},
Description: CLI bindings for libayatana-appindicator
 This package provides the appindicator-sharp assembly that allows CLI (.NET)
 programs to take menus from applications and place them in the panel.
 .
 This package contains assemblies to be used by applications.

Package: libayatana-appindicator0.1-cil-dev
Section: cli-mono
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${cli:Depends},
         libayatana-appindicator0.1-cil (= ${binary:Version}),
Description: Application Indicators
 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.