]> git.decadent.org.uk Git - ion3.git/blob - debian/control
Set up translation of debconf templates.
[ion3.git] / debian / control
1 Source: ion3
2 Section: non-free/x11
3 Priority: extra
4 Maintainer: Ben Hutchings <ben@decadent.org.uk>
5 Standards-Version: 3.7.2.0
6 Build-Depends: debhelper (>= 4.1.16), gcc (>> 3), libx11-dev, libsm-dev, liblua5.1-0-dev, lua5.1, dpatch, pkg-config, groff-base, po-debconf
7
8 Package: ion3
9 Section: non-free/x11
10 Architecture: any
11 Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, debconf, devscripts, libwww-perl
12 Suggests: menu (>= 2.1.9), docker, ion3-scripts
13 Conflicts: ion (<< 0.0.20020207-7), ion3-old
14 Recommends: xfonts-75dpi | xfonts-75dpi-transcoded | xfonts-100dpi | xfonts-100dpi-transcoded
15 Provides: x-window-manager, ion3-api-${Ion:ApiVersion}
16 Description: keyboard-friendly window manager with tiled windows
17  Ion, based on PWM, is an unusual window manager with no overlapping
18  windows. Windows are placed in tabbed frames which may be arbitrarily
19  split to create additional frames, making keyboard navigation much
20  easier. Flexible configuration is possible thanks to Lua, which is
21  used as the configuration language.
22  .
23  There is also support for so-called "floating workspaces" where
24  windows are managed the conventional way, so that you can still run
25  applications which do not fit very well into Ion's window management
26  approach. A pwm3 binary is included which starts Ion with floating
27  workspaces as the default, thus replacing the now obsolete PWM window
28  manager.
29  .
30  This is the current development branch of Ion.
31  .
32  Website: http://iki.fi/tuomov/ion/
33
34 Package: ion3-dev
35 Section: non-free/devel
36 Priority: extra
37 Architecture: all
38 Depends: libx11-dev, libsm-dev, lua5.1, gcc (>> 3)
39 Description: ion3 development files
40  This package contains the files necessary for building extension
41  modules to the window manager Ion.
42
43 Package: ion3-doc
44 Section: non-free/doc
45 Architecture: all
46 Recommends: lynx | www-browser
47 Suggests: doc-base, dwww | doc-central | dhelp
48 Description: ion3 documentation
49  This package contains the document "Configuring and extending Ion3
50  with Lua" which explains how to configure and extend the window
51  manager Ion.