~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.3.0-3

« back to all changes in this revision

Viewing changes to data/default-theme/launchers/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • 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   01container.desktop     01gcalctool.desktop     01empathy.desktop       01gimp.desktop  01firefox.desktop       01gnome-terminal.desktop        01f-spot.desktop        01inkscape.desktop      DESTINATION ${pkgdatadir}/themes/_default_/launchers)
 
5
 
 
6
 
 
7
 
 
8
#original Makefile.am contents follow:
 
9
 
 
10
#launchersdir = ${pkgdatadir}/themes/_default_/launchers
 
11
#
 
12
#launchers_DATA = \
 
13
#       01gimp.desktop\
 
14
#       01firefox.desktop\
 
15
#       01gnome-terminal.desktop\
 
16
#       01thunderbird.desktop
 
17
#
 
18
#EXTRA_DIST = $(launchers_DATA)
 
19
#