~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/service/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Robert Bruce Park, Guenter Schwann, Ubuntu daily release
  • Date: 2013-10-11 05:41:10 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131011054110-6ncavqsr1vu5ad3u
Tags: 0.0+13.10.20131011-0ubuntu1
[ Ken VanDine ]
* Make libcontent-hub0 recommend content-hub .
* invoke the destination when the transfer is charged .
* Added a click hook, which iterates installed known peers, removing
  them when they are no longer installed and adding peers when needed.

[ Robert Bruce Park ]
* New component for the importer to indicate an ongoing transfer.

[ Guenter Schwann ]
* New component for the importer to indicate an ongoing transfer.
* Quit the source app on charged/abort when it was started by the
  content hub.

[ Ubuntu daily release ]
* Automatic snapshot from revision 60

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  ${GSETTINGS_LDFLAGS}
77
77
)
78
78
 
79
 
##########################
80
 
# Don't install hook yet #
81
 
##########################
82
 
#install(
83
 
#  TARGETS content-hub-peer-hook
84
 
#  RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}"
85
 
#)
 
79
install(
 
80
  TARGETS content-hub-peer-hook
 
81
  RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/content-hub"
 
82
)
86
83
 
87
84
set_target_properties(
88
85
  content-hub-peer-hook
100
97
  @ONLY
101
98
)
102
99
 
103
 
##########################
104
 
# Don't install hook yet #
105
 
##########################
106
 
#install(
107
 
#FILES
108
 
#"${CLICK_HOOK}"
109
 
#DESTINATION "/usr/share/click/hooks"
110
 
#)
111
 
 
112
 
 
 
100
install(
 
101
FILES
 
102
"${CLICK_HOOK}"
 
103
DESTINATION "/usr/share/click/hooks"
 
104
)