xqueryptr.c: Add new program to interrogate the pointer position.
[xtoys] / debian / control
... / ...
CommitLineData
1Source: xtoys
2Section: x11
3Priority: extra
4Build-Depends: debhelper (>= 9), pkg-config,
5 libx11-dev, libxrandr-dev, mlib-dev (>= 2.0.4)
6Build-Depends-Indep: python (>= 2.6.6-3~), python-gtk2
7Maintainer: Mark Wooding <mdw@distorted.org.uk>
8XS-Python-Version: >= 2.4
9Standards-Version: 3.1.1
10
11Package: xtoys
12Architecture: any
13Depends: ${shlibs:Depends}
14Description: 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 xwarpptr -- move mouse pointer to a given location
20
21Package: xtoys-gtk
22Architecture: all
23Depends: ${python:Depends}, python-gtk2 (>= 2.10)
24Recommends: xtoys
25XB-Python-Version: ${python:Versions}
26Description: A collection of small X11 tools
27 We have:
28 xcatch -- run a program, displaying its output in a scrolling window if
29 there is any
30 xgetline -- pops up a dialogue, reads a line of text, and reports the
31 entered line on stdout; can do passwords, history with optional size
32 limit, or simple selection from a list
33 xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
34 gets a response