chiark / gitweb /
3003695f3d1b8b1491081a0e01e2bb02d327d060
[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@nsict.org>
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