X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/01a2fe8e4dc87fdb256d95504482acf0fb06b67b..bce8c6eed8bd2fb91fc505a26483e449aefac819:/debian/control diff --git a/debian/control b/debian/control index db4fd1b..139b25a 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,11 @@ Source: xtoys Section: x11 Priority: extra -Build-Depends: libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 5) +Build-Depends: + libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 5), + python-central, python (>= 2.4), python-gtk2 Maintainer: Mark Wooding +XS-Python-Version: >= 2.4 Standards-Version: 3.1.1 Package: xtoys @@ -12,3 +15,18 @@ Description: A collection of small X11 tools We have: xscsize -- reports the display size as shell variables xatom -- inspect properties on windows, and wait for changes + +Package: xtoys-gtk +Architecture: all +Depends: ${python:Depends}, python-gtk2 (>= 2.10) +Recommends: xtoys +XB-Python-Version: ${python:Versions} +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