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
|
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,
libxi-dev,
libx11-dev,
libgtest-dev,
libglib2.0-dev (>=2.14.0),
libgtk-3-dev (>= 3.8.2-0ubuntu2),
gtk-doc-tools,
gobject-introspection,
libgirepository1.0-dev,
gir1.2-glib-2.0,
gir1.2-gtk-2.0,
valac-0.16
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.8.2-0ubuntu2),
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.
Package: gir1.2-ido3-0.1
Section: libs
Architecture: any
Depends: ${misc:Depends},
libido3-0.1-0 (>= ${binary:Version}),
${gir:Depends}
Description: Typelib file for libido3-0.1
Shared library providing extra gtk menu items for display in system indicators.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings for libido3-0.1.
|