aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 6b212a9b03151efd18bb6e3c1e1c34a5fc7aad68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: fbxkb
Section: x11
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libgtk2.0-dev,
 libxmu-dev,
 libgdk-pixbuf-xlib-2.0-dev,
Rules-Requires-Root: no
Standards-Version: 3.9.6
Homepage: http://fbxkb.sourceforge.net

Package: fbxkb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X11 keyboard indicator and switcher
 It shows a flag of current keyboard in a systray area and
 allows you to switch to another one. It's written in C and
 uses the GTK+2.4 library only (no GNOME is needed).
bgstack15