File: control

package info (click to toggle)
unagi 0.3.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 1,932 kB
  • ctags: 534
  • sloc: sh: 11,119; ansic: 3,731; makefile: 74
file content (90 lines) | stat: -rw-r--r-- 3,642 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: unagi
Section: x11
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               dpkg-dev (>= 1.16.1~),
# Core
               pkg-config,
               libxdg-basedir-dev (>= 1.0.0~),
               libconfuse-dev,
               libev-dev,
               libxcb1-dev (>= 1.8~),
               xcb-proto (>= 1.6~),
               libxcb-composite0-dev,
               libxcb-xfixes0-dev,
               libxcb-damage0-dev,
               libxcb-ewmh-dev,
               libxcb-util0-dev,
               libxcb-keysyms1-dev,
               libxcb-randr0-dev,
               x11proto-core-dev,
# Rendering backends
               libxcb-render-util0-dev,
               libxcb-render0-dev,
# Plugins
               libxcb-image0-dev
Standards-Version: 3.9.4
Homepage: http://projects.mini-dweeb.org/projects/unagi

Package: unagi
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Modular X compositing manager
 Unagi is a modular compositing manager which aims to be efficient,
 lightweight and responsive. It is currently written in C programming
 language and based on XCB library client library. Any existing window
 manager (such as Awesome) can be used as long as it implements properly
 EWMH and ICCCM specifications (or at least needed), which is generally
 the case nowadays.
 .
 It also aims to provide a functional and stable software to improve
 window manager usability from an end-user point of view (for instance
 windows translucency, application-switcher using live thumbnails
 instead of plain icons, Exposé...), therefore it does not
 intend at all to provide useless eye-candy effects.

Package: unagi-dbg
Architecture: any
Section: debug
Priority: extra
Depends: unagi (= ${binary:Version}),
         ${misc:Depends}
Description: Modular X compositing manager - debugging symbols
 Unagi is a modular compositing manager which aims to be efficient,
 lightweight and responsive. It is currently written in C programming
 language and based on XCB library client library. Any existing window
 manager (such as Awesome) can be used as long as it implements properly
 EWMH and ICCCM specifications (or at least needed), which is generally
 the case nowadays.
 .
 It also aims to provide a functional and stable software to improve
 window manager usability from an end-user point of view (for instance
 windows translucency, application-switcher using live thumbnails
 instead of plain icons, Exposé...), therefore it does not
 intend at all to provide useless eye-candy effects.
 .
 This package contains the debugging symbols for unagi.

Package: unagi-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         unagi (= ${binary:Version})
Description: Modular X compositing manager - development files
 Unagi is a modular compositing manager which aims to be efficient,
 lightweight and responsive. It is currently written in C programming
 language and based on XCB library client library. Any existing window
 manager (such as Awesome) can be used as long as it implements properly
 EWMH and ICCCM specifications (or at least needed), which is generally
 the case nowadays.
 .
 It also aims to provide a functional and stable software to improve
 window manager usability from an end-user point of view (for instance
 windows translucency, application-switcher using live thumbnails
 instead of plain icons, Exposé...), therefore it does not
 intend at all to provide useless eye-candy effects.
 .
 This package contains everything needed to compile third-party plugins
 or rendering backends.