efd7a457296b8241c8f4ab9157471d7057359b78
[xtoys] / debian / control
1 Source: xtoys
2 Section: x11
3 Priority: extra
4 Build-Depends:
5 libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 8),
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 xrepaint -- repaint the display, or just a single screen
19
20 Package: xtoys-gtk
21 Architecture: all
22 Depends: ${python:Depends}, python-gtk2 (>= 2.10)
23 Recommends: xtoys
24 XB-Python-Version: ${python:Versions}
25 Description: A collection of small X11 tools
26 We have:
27 xcatch -- run a program, displaying its output in a scrolling window if
28 there is any
29 xgetline -- pops up a dialogue, reads a line of text, and reports the
30 entered line on stdout; can do passwords, history with optional size
31 limit, or simple selection from a list
32 xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
33 gets a response