summaryrefslogtreecommitdiff
path: root/debian/control
blob: 2f5d217df43fecc9de048cd98d3d2c3c151db89c (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
Source: libgnomekbd
Priority: optional
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5),
        autotools-dev,
        cdbs,
        libdbus-1-dev (>= 0.92),
        libdbus-glib-1-dev (>= 0.34),
        libglib2.0-dev (>= 2.16),
        libgconf2-dev (>= 2.14.0),
        libgtk2.0-dev (>= 2.13),
        libxklavier-dev (>= 4.0),
        libxml-parser-perl,
        gnome-pkg-tools (>= 0.10),
        dpkg-dev (>= 1.13.19),
        intltool (>= 0.35)
Standards-Version: 3.7.3
Section: libs
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgnomekbd/ubuntu

Package: libgnomekbd-dev
Section: libdevel
Architecture: any
Depends: libgnomekbd4 (= ${binary:Version}),
        libglib2.0-dev (>= 2.6),
        libgconf2-dev,
        libx11-dev,
        libgtk2.0-dev,
        libdbus-1-dev (>= 0.92),
        libdbus-glib-1-dev (>= 0.34),
        libxklavier-dev
Description: GNOME library to manage keyboard configuration - development files
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 .
 This package contains the development files.

Package: libgnomekbd4
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
        ${misc:Depends},
        libgnomekbd-common (>= ${source:Version})
Description: GNOME library to manage keyboard configuration - shared library
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 .
 This package contains the shared library.

Package: libgnomekbdui-dev
Section: libdevel
Architecture: any
Depends: libgnomekbdui4 (= ${binary:Version}),
        libgnomekbd-dev,
        libgnomecanvas2-dev,
        libgnome-keyring-dev
Description: User interface library for libgnomekbd - development files
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 .
 libgnomekbdui offers an API to display a graphical user interface for
 libgnomekbd operations.
 .
 This package contains the development files.

Package: libgnomekbdui4
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
        ${misc:Depends}
Description: User interface library for libgnomekbd - shared library
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 .
 libgnomekbdui offers an API to display a graphical user interface for
 libgnomekbd operations.
 .
 This package contains the shared library.

Package: libgnomekbd-common
Section: libs
Architecture: all
Depends: ${shlibs:Depends},
        ${misc:Depends}
Replaces: capplets-data (<< 1:2.17.2)
Description: GNOME library to manage keyboard configuration - common files
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 .
 This package contains files common to the various libgnomekbd packages.

Package: gkbd-capplet
Architecture: any
Depends: ${shlibs:Depends},
        ${misc:Depends}
Description: GNOME Panel applet for libgnomekbd
 libgnomekbd offers an API to manage the keyboard in GNOME applications.
 .
 This package contains a configuration applet to select enabled libgnomekbd
 plugins.