~ubuntu-branches/ubuntu/natty/awn-extras/natty

« back to all changes in this revision

Viewing changes to applets/maintained/hardware-sensors/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-12-18 21:14:11 UTC
  • Revision ID: james.westby@ubuntu.com-20101218211411-hp9b0h7xhnu5o3kp
Tags: upstream-0.4.1~bzr1485
ImportĀ upstreamĀ versionĀ 0.4.1~bzr1485

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
APPLET_NAME = hardware-sensors
 
2
APPLET_MAIN_FILE = hardware-sensors.py
 
3
include $(top_srcdir)/Makefile.python-applet
 
4
include $(top_srcdir)/Makefile.schemas
 
5
 
 
6
dist_applet_DATA =              \
 
7
        sensoricon.py           \
 
8
        hardware-sensors.ui     \
 
9
        $(NULL)
 
10
 
 
11
interfacesdir = $(applet_datadir)/interfaces
 
12
dist_interfaces_DATA =                          \
 
13
        interfaces/__init__.py                  \
 
14
        interfaces/acpisensors.py               \
 
15
        interfaces/fileinterface.py             \
 
16
        interfaces/hddtempsensors.py    \
 
17
        interfaces/i8ksensors.py        \
 
18
        interfaces/lmsensors.py                 \
 
19
        interfaces/nvclocksensors.py    \
 
20
        interfaces/nvidiasensors.py             \
 
21
        interfaces/omnibooksensors.py   \
 
22
        interfaces/sensorinterface.py   \
 
23
        $(NULL)
 
24
 
 
25
sensorvaluesdir = $(applet_datadir)/sensorvalues
 
26
dist_sensorvalues_DATA =                \
 
27
        sensorvalues/__init__.py        \
 
28
        sensorvalues/rpmvalue.py        \
 
29
        sensorvalues/sensorvalue.py     \
 
30
        sensorvalues/tempvalue.py       \
 
31
        sensorvalues/units.py           \
 
32
        sensorvalues/voltvalue.py       \
 
33
        $(NULL)
 
34
 
 
35
imagesdir = $(applet_datadir)/images
 
36
dist_images_DATA =                      \
 
37
        images/no_sensors.svg   \
 
38
        images/thermometer.png  \
 
39
        images/thermometer.svg  \
 
40
        $(NULL)
 
41
 
 
42
theme_darkdir = $(applet_datadir)/themes/dark
 
43
dist_theme_dark_DATA =          \
 
44
        themes/dark/double.svg  \
 
45
        themes/dark/single.svg  \
 
46
        $(NULL)
 
47
 
 
48
theme_transparentdir = $(applet_datadir)/themes/transparent
 
49
dist_theme_transparent_DATA =           \
 
50
        themes/transparent/double.svg   \
 
51
        themes/transparent/single.svg   \
 
52
        $(NULL)
 
53
 
 
54
theme_transparent_with_borderdir = $(applet_datadir)/themes/transparent_with_border
 
55
dist_theme_transparent_with_border_DATA =               \
 
56
        themes/transparent_with_border/double.svg       \
 
57
        themes/transparent_with_border/single.svg       \
 
58
        $(NULL)
 
59
        
 
 
b'\\ No newline at end of file'