chiark / gitweb /
139b25a27946a777712497286291f897aecef3d4
[xtoys] / debian / control
1 Source: xtoys
2 Section: x11
3 Priority: extra
4 Build-Depends:
5         libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 5), 
6         python-central, python (>= 2.4), python-gtk2
7 Maintainer: Mark Wooding <mdw@distorted.org.uk>
8 XS-Python-Version: >= 2.4
9 Standards-Version: 3.1.1
10
11 Package: xtoys
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Description: A collection of small X11 tools
15  We have:
16  xscsize -- reports the display size as shell variables
17  xatom -- inspect properties on windows, and wait for changes
18
19 Package: xtoys-gtk
20 Architecture: all
21 Depends: ${python:Depends}, python-gtk2 (>= 2.10)
22 Recommends: xtoys
23 XB-Python-Version: ${python:Versions}
24 Description: A collection of small X11 tools
25  We have:
26  xcatch -- run a program, displaying its output in a scrolling window if
27    there is any
28  xgetline -- pops up a dialogue, reads a line of text, and reports the 
29    entered line on stdout; can do passwords, history with optional size
30    limit, or simple selection from a list
31  xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
32    gets a response