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