~ubuntu-branches/ubuntu/quantal/cairo-dock-plug-ins/quantal-201208191523

« back to all changes in this revision

Viewing changes to dock-rendering/data/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2011-04-20 20:46:51 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110420204651-ftnpzesj6uc7qeul
Tags: 2.3.0~1-0ubuntu1
* New Upstream Version (LP: #723995)
* Upstream short ChangeLog (since 2.3.0~0rc1):
 - Updated translations
 - Updated the integration of the new versions of kwin and compiz
    (Switcher, ShowDesktop, etc.)
 - Removed a lot of useless g_print
 - Updated a few plug-ins to fit with the new version of the API (gldit)
 - Fixed a few bugs
 - Updated MeMenu, MessagingMenu and Status-Notifier to works
    with the latest version of dbusmenu, etc.
* Switch to dpkg-source 3.0 (quilt) format
* debian/cairo-dock-plug-ins.install:
 - Added new files (interfaces for python, ruby, vala and mono)
* debian/control:
 - Added new dependences for new applets (sensors and zeitgeist)
    and new interfaces (python, valac, ruby and mono)
 - Updated the version of cairo-dock build-dependences
* debian/rules:
 - Added a new CMake flag to install python interface in debian/tmp
* Updated debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
########### install files ###############
3
3
 
4
 
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/rendering.conf
 
4
install(FILES
 
5
        ${CMAKE_CURRENT_BINARY_DIR}/rendering.conf
5
6
        icon.svg
6
 
        preview-caroussel.jpg
7
 
                readme-caroussel-view
8
 
        preview-parabolic.jpg
9
 
                readme-parabolic-view
10
 
        preview-3D-plane.jpg
11
 
                readme-3D-plane-view
12
 
        preview-rainbow.jpg
13
 
                readme-rainbow-view
14
 
        preview-diapo-simple.jpg
15
 
                readme-diapo-simple-view
16
 
        preview-curve.jpg
17
 
                readme-curve-view
18
 
        preview-panel.jpg
19
 
                readme-panel-view
 
7
        preview-caroussel.jpg           readme-caroussel-view
 
8
        preview-parabolic.jpg           readme-parabolic-view
 
9
        preview-3D-plane.jpg            readme-3D-plane-view
 
10
        preview-rainbow.jpg                     readme-rainbow-view
 
11
        preview-diapo-simple.jpg        readme-diapo-simple-view
 
12
        preview-curve.jpg                       readme-curve-view
 
13
        preview-panel.jpg                       readme-panel-view
20
14
        DESTINATION ${renderingdatadir})