1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: vtwm
Section: x11
Priority: optional
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Build-Depends:
debhelper (>= 5),
xutils-dev,
x11proto-core-dev,
libx11-dev,
libxext-dev,
libxmu-dev,
libxpm-dev,
libxt-dev,
libsm-dev,
libice-dev,
librplay3-dev,
flex,
bison,
libfl-dev,
Standards-Version: 3.6.2
Homepage: http://www.vtwm.org/
Package: vtwm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: x-window-manager
Description: Virtual Tab Window Manager
VTWM is an enhanced version of the Tab window manager (TWM) that adds many
features -- primarily a virtual desktop, meaning that what is currently on
screen is just a portion of a larger workspace. What portion of the virtual
desktop that is displayed, and whatever windows might be visible within it,
are simple point-and-click operations within a scaled representation of the
workspace.
# $Id: control 66 2005-11-06 15:01:09Z branden $
#
# vim:set ai et sts=4 sw=4 tw=78:
|