~ubuntu-branches/ubuntu/maverick/cairo-dock/maverick

« back to all changes in this revision

Viewing changes to data/default-theme/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100809232612-yp4c6ig3jt1bzpdv
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614624)
* Fixed a few bugs on LP:
 - LP: #518453: Dock appears under all windows
                 (Compiz - fullscreen window)
 - LP: #521369: Separator are not removed when closing
                 grouped windows
 - LP: #521762: Some sentences are not correct
 - LP: #526466: Icons of apps with same class shouldn't
                 be stacked by default
 - LP: #535083: Dialogues looks ugly when a lot of them
                 appears at the same time
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - Man pages are now included in the source code
* debian/copyright:
 - Updated with the new pathes and new files
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev as Build-deps
 - Bump Standard-Version to 3.9.1
* debian/cairo-dock-core.install:
 - Man pages are now included in the source code
 - All sonames are now installed into lib32 or lib64
* debian/cairo-dock-dev.install:
 - pkgconfig is now installed into lib32 or lib64

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(launchers)
 
2
add_subdirectory(plug-ins)
 
3
 
 
4
 
 
5
########### install files ###############
 
6
 
 
7
install(FILES
 
8
        cairo-dock.conf
 
9
        active.png
 
10
        bg.svg
 
11
        indicator.png
 
12
        DESTINATION ${pkgdatadir}/themes/_default_ )
 
13
 
 
14
 
 
15
 
 
16
#original Makefile.am contents follow:
 
17
 
 
18
#SUBDIRS = . launchers icons plug-ins
 
19
#
 
20
#themedir = ${pkgdatadir}/themes/_default_
 
21
#
 
22
#theme_DATA = \
 
23
#       cairo-dock.conf\
 
24
#       active.png\
 
25
#       bg.png\
 
26
#       cairo-dock-cancel.svg\
 
27
#       cairo-dock-ok.svg\
 
28
#       indicator.png\
 
29
#       separator.png
 
30
#       
 
31
#
 
32
#EXTRA_DIST = $(theme_DATA)
 
33
#