source: pkg/frankie/main/libgnomekbd/trunk/debian/control.in @ 6571

Revision 6571, 2.5 KB checked in by alanbach-guest, 3 years ago (diff)
  • Rebuilt using xklavier 4.0
Line 
1Source: libgnomekbd
2Section: gnome
3Priority: optional
4Maintainer: Loic Minier <lool@dooz.org>
5Uploaders: @GNOME_TEAM@
6Build-Depends: debhelper (>= 5),
7        autotools-dev,
8        cdbs,
9        gnome-pkg-tools (>= 0.10),
10        dpkg-dev (>= 1.13.19),
11        quilt,
12        libglib2.0-dev (>= 2.16),
13        libdbus-1-dev (>= 0.92),
14        libdbus-glib-1-dev (>= 0.34),
15        libgconf2-dev (>= 2.14.0),
16        libgtk2.0-dev (>= 2.13),
17        libxklavier-dev (>= 4.0),
18        intltool (>= 0.35)
19Standards-Version: 3.8.3
20
21Package: libgnomekbd-dev
22Section: libdevel
23Architecture: any
24Conflicts: libgnomekbdui-dev
25Replaces: libgnomekbdui-dev
26Provides: libgnomekbdui-dev
27Depends: libgnomekbd4 (= ${binary:Version}),
28        ${misc:Depends},
29        libglib2.0-dev (>= 2.16),
30        libgtk2.0-dev (>= 2.13),
31        libgconf2-dev (>= 2.14.0),
32        libxklavier-dev (>= 4.0),
33        libdbus-1-dev (>= 0.92),
34        libdbus-glib-1-dev (>= 0.34),
35        libx11-dev
36Description: GNOME library to manage keyboard configuration - development files
37 libgnomekbd offers an API to manage the keyboard in GNOME applications.
38 .
39 libgnomekbdui offers an API to display a graphical user interface for
40 libgnomekbd operations.
41 .
42 This package contains the development files.
43
44Package: libgnomekbd4
45Section: libs
46Architecture: any
47Depends: ${shlibs:Depends},
48        ${misc:Depends},
49        libgnomekbd-common (>= ${source:Version}),
50        iso-codes
51Description: GNOME library to manage keyboard configuration - shared library
52 libgnomekbd offers an API to manage the keyboard in GNOME applications.
53 .
54 libgnomekbdui offers an API to display a graphical user interface for
55 libgnomekbd operations.
56 .
57 This package contains the shared library.
58
59Package: libgnomekbd-common
60Section: libs
61Architecture: all
62Depends: ${shlibs:Depends},
63        ${misc:Depends}
64Replaces: capplets-data (<< 1:2.17.2)
65Description: GNOME library to manage keyboard configuration - common files
66 libgnomekbd offers an API to manage the keyboard in GNOME applications.
67 .
68 libgnomekbdui offers an API to display a graphical user interface for
69 libgnomekbd operations.
70 .
71 This package contains files common to the various libgnomekbd packages.
72
73Package: gkbd-capplet
74Architecture: any
75Depends: ${shlibs:Depends},
76        ${misc:Depends}
77Description: GNOME Panel applet for libgnomekbd
78 libgnomekbd offers an API to manage the keyboard in GNOME applications.
79 .
80 This package contains a configuration applet to select enabled libgnomekbd
81 plugins.
Note: See TracBrowser for help on using the repository browser.