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
|
Source: ido
Section: libs
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
gnome-common,
libxorg-gtest-dev,
libgtest-dev,
libglib2.0-dev (>=2.14.0),
libgtk-3-dev (>= 3.0),
gtk-doc-tools,
Standards-Version: 3.9.3
Homepage: https://launchpad.net/ido
# If you aren't a member of ~indicator-applet-developers but need to upload
# packaging changes, just go ahead. ~indicator-applet-developers will notice
# and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/ido/trunk.13.04
Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/ido/trunk.13.04/files
Package: libido3-0.1-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Description: Shared library providing extra gtk menu items for display in
system indicators
.
This package contains shared libraries to be used by GTK+ 3 applications.
Package: libido3-0.1-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libido3-0.1-0 (= ${binary:Version}),
pkg-config,
libglib2.0-dev (>=2.14.0),
libgtk-3-dev (>= 3.0),
Description: Shared library providing extra gtk menu items for display in
system indicators
.
This package contains files that are needed to build GTK+ 3 applications.
|