]> git.sur5r.net Git - i3/i3/blob - debian/control
Introduce support for specifying variables from X resources. (#2286)
[i3/i3] / debian / control
1 Source: i3-wm
2 Section: x11
3 Priority: extra
4 Maintainer: Michael Stapelberg <stapelberg@debian.org>
5 Build-Depends: debhelper (>= 9),
6                libx11-dev,
7                libxcb-util0-dev (>= 0.3.8),
8                libxcb-keysyms1-dev,
9                libxcb-xinerama0-dev (>= 1.1),
10                libxcb-randr0-dev,
11                libxcb-icccm4-dev,
12                libxcb-cursor-dev,
13                libxcb-xrm-dev,
14                libxcb-xkb-dev,
15                libxkbcommon-dev (>= 0.4.0),
16                libxkbcommon-x11-dev (>= 0.4.0),
17                asciidoc (>= 8.4.4),
18                xmlto,
19                docbook-xml,
20                pkg-config,
21                libev-dev (>= 1:4.04),
22                libyajl-dev (>= 2.0.4),
23                libpcre3-dev,
24                libstartup-notification0-dev (>= 0.10),
25                libcairo2-dev,
26                libpango1.0-dev,
27                libpod-simple-perl
28 Standards-Version: 3.9.7
29 Homepage: http://i3wm.org/
30
31 Package: i3
32 Architecture: any
33 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
34 Recommends: i3lock (>= 2.2), suckless-tools, i3status (>= 2.3), dunst
35 Description: metapackage (i3 window manager, screen locker, menu, statusbar)
36  This metapackage installs the i3 window manager (i3-wm), the i3lock screen
37  locker, i3status (for system information) and suckless-tools (for dmenu).
38  These are all the tools you need to use the i3 window manager efficiently.
39
40 Package: i3-wm
41 Architecture: any
42 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
43 Provides: x-window-manager
44 Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl (>= 0.12), libjson-xs-perl, rxvt-unicode | x-terminal-emulator
45 Description: improved dynamic tiling window manager
46  Key features of i3 are good documentation, reasonable defaults (changeable in
47  a simple configuration file) and good multi-monitor support. The user
48  interface is designed for power users and emphasizes keyboard usage. i3 uses
49  XCB for asynchronous communication with X11 and aims to be fast and
50  light-weight.
51  .
52  Please be aware i3 is primarily targeted at advanced users and developers.
53
54 Package: i3-wm-dbg
55 Architecture: any
56 Section: debug
57 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
58 Description: Debugging symbols for the i3 window manager
59  Debugging symbols for the i3 window manager. Please install this to produce
60  useful backtraces before creating new tickets.