~ci-train-bot/libertine/libertine-ubuntu-yakkety-landing-080

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Bileto Bot
  • Date: 2016-07-21 17:26:42 UTC
  • mfrom: (140.1.3 libertine.release-1.3)
  • Revision ID: ci-train-bot@canonical.com-20160721172642-fmtvjhv56kgrmrj4
* This creates a LibertineApplication which wraps up the starting of a
  container. This way we can mock creations of an Application.
* Rework the whole way we handle updating the necessary system files for
  unprivileged LXC's: (LP: #1598785)
  - Add new script that does the updates.
  - Add sudoers file for this script.
  - Remove the password dialog in the UI.
* Add functionality to "favorite" the Libertine scope upon first
  installation of the Puritine click package. (LP: #1602397)
* Bump version to 1.3.
* Allow adding all forms of additional archives to containers.
* Support adding private PPAs inside of a container. (LP: #1599882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(CMAKE_INSTALL_SYSCONFDIR "/etc")
 
2
 
1
3
install(FILES libertine.desktop
2
4
        DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
3
5
install(FILES libertine_64.png libertine-lxc.conf
6
8
        DESTINATION ${CMAKE_INSTALL_DATADIR}/upstart/sessions)
7
9
install(FILES puritine-15.04.1.framework
8
10
        DESTINATION ${CMAKE_INSTALL_DATADIR}/click/frameworks)
 
11
install(FILES libertine-lxc-sudo
 
12
        DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/sudoers.d)
9
13
 
10
14
configure_file("libertine-tools.click-hook.in"
11
15
  "${CMAKE_SOURCE_DIR}/debian/libertine-tools.click-hook"