95866acc7c2a7559578cb2f47469b1968c83e1cf
[monky] / debian / control
1 Source: conky
2 Section: contrib/utils
3 Priority: optional
4 Maintainer: Cesare Tirabassi <norsetto@ubuntu.com>
5 Build-Depends: debhelper (>= 5.0.0), libtool, automake1.11,
6                pkg-config (>= 0.19), libx11-dev, libxft-dev,
7                libxdamage-dev, libxext-dev, libglib2.0-dev,            
8                libxml2-dev, libcurl4-gnutls-dev, liblua5.1-0-dev,              
9                libimlib2-dev, libtolua++5.1-dev, libcairo2-dev,
10                libiw-dev[!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
11                libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
12                libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
13                libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
14                nvidia-settings [i386 amd64], libncurses5-dev
15 Homepage: http://conky.sourceforge.net/
16 Standards-Version: 3.8.4
17 Vcs-Browser: https://code.launchpad.net/~norsetto/+junk/conky
18 Vcs-Bzr: lp:~norsetto/+junk/conky
19
20 Package: conky
21 Architecture: all
22 Priority: extra
23 Depends: conky-all, ${misc:Depends}
24 Description: highly configurable system monitor (transitional package)
25  Conky is a system monitor that can display just about anything,
26  either on your root desktop or in its own window.
27  Conky has many built-in objects, as well as the ability to execute
28  external programs or scripts (either external or through built-in
29  lua support). 
30  .
31  This is a dummy package to ease transition to the new packaging scheme.
32  It may be safely removed after upgrade/installation.
33
34 Package: conky-std
35 Architecture: any
36 Depends: ${shlibs:Depends}, ${misc:Depends}
37 Suggests: apcupsd, moc, mpd
38 Conflicts: conky-cli, conky-all
39 Replaces: conky-cli, conky-all
40 Description: highly configurable system monitor (default version)
41  Conky is a system monitor that can display just about anything,
42  either on your root desktop or in its own window.
43  Conky has many built-in objects, as well as the ability to execute
44  external programs or scripts (either external or through built-in
45  lua support). 
46  .
47  This package should be a good compromise for most users that do not
48  need special features.
49  It includes the following support:
50  .
51  X11, XDamage, XDBE, Xft, MPD, MOC, math, hddtemp, portmon,
52  wireless, ALSA mixer, apcupsd, I/O stats, argb and Lua.
53
54 Package: conky-cli
55 Architecture: any
56 Depends: ${shlibs:Depends}, ${misc:Depends}
57 Suggests: apcupsd, moc, mpd
58 Conflicts: conky-std, conky-all
59 Replaces: conky-std, conky-all
60 Description: highly configurable system monitor (basic version)
61  Conky is a system monitor that can display just about anything,
62  either on your root desktop or in its own window.
63  Conky has many built-in objects, as well as the ability to execute
64  external programs or scripts (either external or through built-in
65  lua support). 
66  .
67  This is a basic package that can be useful in servers or piped with dzen2.
68  It includes the following support:
69  .
70  MPD, MOC, math, apcupsd, ncurses and I/O stats.
71
72 Package: conky-all
73 Architecture: any
74 Depends: ${shlibs:Depends}, ${misc:Depends}
75 Suggests: apcupsd, moc, mpd
76 Conflicts: conky-std, conky-cli
77 Replaces: conky, conky-std, conky-cli
78 Description: highly configurable system monitor (all features enabled)
79  Conky is a system monitor that can display just about anything,
80  either on your root desktop or in its own window.
81  Conky has many built-in objects, as well as the ability to execute
82  external programs or scripts (either external or through built-in
83  lua support). 
84  .
85  This is a full conky with most compile options enabled:
86  .
87  X11, XDamage, XDBE, Xft, MPD, MOC, OpenMP, math, hddtemp, portmon, RSS,
88  Weather, wireless, IBM, nvidia, eve-online, Imlib2, ALSA mixer,
89  apcupsd, I/O stats, argb, Lua and the cairo and imlib2 lua bindings.
90  .
91  Use this if you are not sure what conky flavour you need.