~townsend/libertine/release-1.2

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Chris Townsend, Larry Price, Ted Gould
  • Date: 2016-05-06 13:43:27 UTC
  • mfrom: (125.1.1 libertine-1.0.2)
  • Revision ID: ci-train-bot@canonical.com-20160506134327-xh8636axkh4ui58k
* Make a list of packages to install during container creation and also include the humanity-icon-them as one of them. (LP: #1578353)
* Add a Click package hook for handling bespoke Puritine container installs.  This handles multiple Puritine-type containers installed on the same system.  (LP: #1576356) (LP: #1576406)
* Updating liblibertine to search local applications directory for desktop apps.  This is to make it easier for u-a-l and ContentHub to find a complete set of available launchable applications. Fixes: #1576356, #1576406, #1578353
Approved by: Stephen M. Webb

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        DESTINATION ${CMAKE_INSTALL_DATADIR}/upstart/sessions)
9
9
install(FILES puritine-15.04.1.framework
10
10
        DESTINATION ${CMAKE_INSTALL_DATADIR}/click/frameworks)
 
11
 
 
12
configure_file("libertine-tools.click-hook.in"
 
13
  "${CMAKE_SOURCE_DIR}/debian/libertine-tools.click-hook"
 
14
  @ONLY)