~ubuntu-branches/ubuntu/natty/cairo-dock/natty

« back to all changes in this revision

Viewing changes to src/implementations/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2011-03-17 14:08:48 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317140848-b8efysl4ynhjm87k
Tags: 2.3.0~1-0ubuntu1
* New Upstream Version (LP: #723994)
* Upstream short ChangeLog:
 - Updated translations
 - Updated the integration of the new versions of kwin and compiz
 - Updated default theme
 - Fixed a few bugs
 - Updated the man
* debian/control:
 - Added suggests apps for cairo-dock-core (needed by the default theme)
 - Updated the description (from launchpad.net/cairo-dock)
 - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
* debian/patches:
 - Updated the default theme to use default apps of Ubuntu Natty 
* Switch to dpkg-source 3.0 (quilt) format
* Removed the desktop-file-category patch (sync with debian packages)
* debian/rules:
 - Added a CMake flag to disable the gtk grip
 - No longer used simple-patchsys
* Updated the debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        cairo-dock-graph.c                              cairo-dock-graph.h
5
5
        cairo-dock-hiding-effect.c              cairo-dock-hiding-effect.h
6
6
        cairo-dock-icon-container.c     cairo-dock-icon-container.h
 
7
        cairo-dock-default-view.c               cairo-dock-default-view.h
 
8
        cairo-dock-compiz-integration.c cairo-dock-compiz-integration.h
 
9
        cairo-dock-kwin-integration.c   cairo-dock-kwin-integration.h
7
10
)
8
11
 
9
12
add_library(implementations STATIC ${impl_SRCS})