X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/fa64e43069529b159016b7e5f8cd8f09a11ba12d..f6795c17f9899da2759a2f5782e17b2ee5a0dbb9:/debian/control diff --git a/debian/control b/debian/control index 646cfd0..5a1c73f 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,7 @@ Source: xtoys Section: x11 Priority: extra -Build-Depends: mlib-dev (>= 2.0.0), mglib-dev (>= 1.1.0), - debhelper (>= 4.0.2) +Build-Depends: libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 5) Maintainer: Mark Wooding Standards-Version: 3.1.1 @@ -12,22 +11,3 @@ Depends: ${shlibs:Depends} Description: A collection of small X11 tools We have: xscsize -- reports the display size as shell variables - xtell -- sets a root window property to a given string - xwait -- waits until a root window property gets one of a set of strings, - which is useful in .xinitrc files if you use a flaky window manager - -Package: xtoys-gtk -Architecture: any -Depends: ${shlibs:Depends} -Recommends: xtoys -Description: A collection of small X11 tools - We have: - xcatch -- run a program, displaying its output in a scrolling window if - there is any - xgetline -- pops up a dialogue, reads a line of text, and reports the - entered line on stdout; can do passwords, history with optional size - limit, or simple selection from a list - xmsg -- pop up a dialogue showing a message and a bunch of buttons, and - gets a response - xshutdown -- pops up a dialogue, and if confirmed, sets a root window - property to a given string