~ubuntu-branches/ubuntu/oneiric/cairo-dock/oneiric

« back to all changes in this revision

Viewing changes to data/gauges/battery/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mto: (18.1.1 cairo-dock) (19.1.1 cairo-dock)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100809232612-pocdxliaxjdetm37
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
########### install files ###############
 
3
 
 
4
install(FILES  background.svg   foreground.svg  battery0.svg    battery1.svg    battery2.svg    battery3.svg    battery4.svg    battery5.svg    battery6.svg    battery7.svg    theme.xml       readme DESTINATION ${pkgdatadir}/gauges/Battery )
 
5
 
 
6
 
 
7
 
 
8
#original Makefile.am contents follow:
 
9
 
 
10
#themedir = ${pkgdatadir}/gauges/Battery
 
11
#
 
12
#theme_DATA = \
 
13
#       background.svg\
 
14
#       foreground.svg\
 
15
#       battery0.svg\
 
16
#       battery1.svg\
 
17
#       battery2.svg\
 
18
#       battery3.svg\
 
19
#       battery4.svg\
 
20
#       battery5.svg\
 
21
#       battery6.svg\
 
22
#       battery7.svg\
 
23
#       theme.xml\
 
24
#       readme
 
25
#
 
26
#EXTRA_DIST = $(theme_DATA)