~ted/indicator-sound/suggest-ugsb

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Ted Gould
  • Date: 2014-03-24 15:01:35 UTC
  • mfrom: (413.1.5 startup-cleanup)
  • Revision ID: ps-jenkins@lists.canonical.com-20140324150135-oe1r5rmxtvtoyr40
Synchronize process management across indicators 

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
)
58
58
 
59
59
###########################
 
60
# Upstart XDG Autostart Override
 
61
###########################
 
62
 
 
63
set(
 
64
  INDICATOR_SOUND_UPSTART_XDG_AUTOSTART
 
65
  "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound.upstart.desktop"
 
66
)
 
67
 
 
68
configure_file(
 
69
  "indicator-sound.upstart.desktop.in"
 
70
  ${INDICATOR_SOUND_UPSTART_XDG_AUTOSTART}
 
71
  @ONLY
 
72
)
 
73
 
 
74
install(
 
75
  FILES "${INDICATOR_SOUND_UPSTART_XDG_AUTOSTART}"
 
76
  DESTINATION "${CMAKE_INSTALL_DATADIR}/upstart/xdg/autostart"
 
77
  RENAME "indicator-sound.desktop"
 
78
)
 
79
 
 
80
###########################
60
81
# GSettings
61
82
###########################
62
83