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