aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 3292efd4b731bbf9bfe6aa1623d48d9ec4791489 (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
Source: libappindicator
Section: gnome
Priority: optional
XS-Python-Version: all
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Build-Depends: debhelper (>= 7.0),
               cdbs (>= 0.4.41),
               libgtk2.0-dev (>= 2.12.0),
               libdbus-glib-1-dev (>= 0.82),
               gnome-doc-utils,
               gtk-doc-tools,
               intltool,
               python-all-dev,
               python-gtk2-dev,
               libindicate-dev (>= 0.2.0),
               libindicate-gtk-dev (>= 0.2.0),
               libindicator-dev (>= 0.3.14),
               libdbusmenu-gtk-dev (>= 0.3.94),
               libdbusmenu-glib-dev (>= 0.3.91),
               cli-common-dev (>= 0.5.7),
               mono-devel (>= 2.4.3),
               gtk-sharp2-gapi,
               libmono-dev,
               libnunit-cil-dev,
               libgtk2.0-cil-dev,
               gobject-introspection,
               libgirepository1.0-dev,
               gir1.2-glib-2.0,
               gir1.2-gtk-2.0,
               valac-0.12
Standards-Version: 3.9.1
Homepage: https://launchpad.net/libappindicator
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/libappindicator/ubuntu

Package: python-appindicator
Section: python
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         libappindicator1 (= ${binary:Version}),
         python-gobject
Provides: ${python:Provides}
Description: Python bindings for libappindicator
 This package provides Python bindings so that you can use libappindicator from 
 a Python program.

Package: libappindicator1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: indicator-application (= ${binary:Version})
Description: Application Indicators
 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.

Package: libappindicator-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libdbusmenu-glib-dev (>= 0.1.8),
         libdbus-glib-1-dev (>= 0.76),
         libappindicator1 (= ${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.

Package: libappindicator-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description:  Application Indicators
 A library and indicator to take menus from applications and place them in
 the panel.
 .
 This package contains developer documentation.

Package: libappindicator0.1-cil
Section: cli-mono
Architecture: all
Replaces: libappindicator0-cil (<= 0.0.19-0ubuntu4),
          libappindicator0.0-cil (<= 0.2.0-0ubuntu4)
Conflicts: libappindicator0-cil (<= 0.0.19-0ubuntu4)
Provides: libappindicator0.0-cil
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${cli:Depends}
Description: CLI bindings for libappindicator
 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: libappindicator0.1-cil-dev
Section: libdevel
Architecture: all
Replaces: libappindicator-cil-dev (<= 0.0.19-0ubuntu4)
Conflicts: libappindicator-cil-dev (<= 0.0.19-0ubuntu4)
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${cli:Depends},
         libappindicator0.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.

Package: gir1.2-appindicator-0.1
Conflicts: gir1.0-appindicator-0.1
Replaces: gir1.0-appindicator-0.1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${gir:Depends}
Description: Typelib files for libappindicator1.
 .
 This package can be used by other packages using the GIRepository format
 to generate dynamic bindings.