summaryrefslogtreecommitdiff
path: root/debian/control
blob: d165cadb8fd6f7bb14ac1c7151898bbaaf15dc23 (plain)
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
Source: mate-sensors-applet
Section: mate
Priority: optional
Maintainer: Stefano Karapetsas <stefano@karapetsas.com>
Build-Depends:
    autoconf,
    automake,
    debhelper (>= 8),
    docbook-xml,
    mate-common,
    mate-doc-utils,
    mate-doc-utils-gnome | gnome-doc-utils,
    intltool,
    libatasmart-dev [!kfreebsd-i386 !kfreebsd-amd64],
    libcairo2-dev,
    libdbus-glib-1-dev,
    libglib2.0-dev,
    libmate-dev,
    libmateui-dev,
    libgtk2.0-dev,
    libmatenotify-dev,
    libmatepanelapplet-dev,
    libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64],
    libtool,
    libxml-parser-perl,
    rarian-compat
Standards-Version: 3.9.2
Homepage: https://github.com/stefano-k/mate-sensors-applet

Package: mate-sensors-applet
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: hddtemp
Description: Display readings from hardware sensors in your Mate panel
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 It can gather data from the following sources:
  * ACPI thermal zones, via the Linux kernel ACPI modules
  * Linux kernel i2c modules
  * lm-sensors (libsensors)
  * Linux kernel i8k module (for Dell Inspiron Laptops)
  * Linux kernel ibm-acpi module
  * Linux kernel PowerPC modules therm_adt746x and therm_windtunnel
  * Linux kernel iMac G5 Windfarm module
  * hddtemp daemon for reading temperatures from S.M.A.R.T. equipped hard disks
  * Linux kernel Omnibook module
  * NVIDIA graphics cards (with separate sensors-applet-nvidia package)
  * Linux kernel sonypi module (for Sony Vaio laptops)
 .
 Alarms can be set for each sensor to notify the user once a certain high or
 low value has been reached, and can be configured to execute a given command
 at given repeated intervals.

Package: libmatesensorsappletplugin
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for plugins for the 'mate-sensors-applet' package
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 This package contains the library that is used to create plugins for
 the applet.

Package: libmatesensorsappletplugin-dev
Architecture: any
Section: libdevel
Depends:
    libmatesensorsappletplugin (= ${binary:Version}),
    libglib2.0-dev,
    ${shlibs:Depends},
    ${misc:Depends}
Description: Create plugins for the 'mate-sensors-applet' package
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 This package contains the files necessary to develop plugins for the
 applet.