646cfd02a64bbddc48cc174da2f4a9713f499875
[xtoys] / debian / control
1 Source: xtoys
2 Section: x11
3 Priority: extra
4 Build-Depends: mlib-dev (>= 2.0.0), mglib-dev (>= 1.1.0),
5 debhelper (>= 4.0.2)
6 Maintainer: Mark Wooding <mdw@distorted.org.uk>
7 Standards-Version: 3.1.1
8
9 Package: xtoys
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Description: A collection of small X11 tools
13 We have:
14 xscsize -- reports the display size as shell variables
15 xtell -- sets a root window property to a given string
16 xwait -- waits until a root window property gets one of a set of strings,
17 which is useful in .xinitrc files if you use a flaky window manager
18
19 Package: xtoys-gtk
20 Architecture: any
21 Depends: ${shlibs:Depends}
22 Recommends: xtoys
23 Description: A collection of small X11 tools
24 We have:
25 xcatch -- run a program, displaying its output in a scrolling window if
26 there is any
27 xgetline -- pops up a dialogue, reads a line of text, and reports the
28 entered line on stdout; can do passwords, history with optional size
29 limit, or simple selection from a list
30 xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
31 gets a response
32 xshutdown -- pops up a dialogue, and if confirmed, sets a root window
33 property to a given string