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

« back to all changes in this revision

Viewing changes to data/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(default-theme)
 
2
add_subdirectory(gauges)
 
3
add_subdirectory(emblems)
 
4
add_subdirectory(explosion)
 
5
add_subdirectory(man)
 
6
 
 
7
 
 
8
########### install files ###############
 
9
 
 
10
install (FILES
 
11
        # lib
 
12
        rotate-desklet.svg
 
13
        retach-desklet.svg
 
14
        no-input-desklet.png
 
15
        depth-rotate-desklet.svg
 
16
        cairo-dock-ok.svg
 
17
        cairo-dock-cancel.svg
 
18
        # appli
 
19
        box-back.png
 
20
        box-front.png
 
21
        cairo-dock-animated.xpm
 
22
        cairo-dock-logo.png
 
23
        cairo-dock.svg
 
24
        ChangeLog.txt
 
25
        default-class-indicator.svg
 
26
        default-icon-appli.svg
 
27
        default-icon.svg
 
28
        default-indicator.png
 
29
        hand.svg
 
30
        icon-accessories.svg
 
31
        icon-all.svg
 
32
        icon-appearance.svg
 
33
        icon-background.svg
 
34
        icon-behavior.svg
 
35
        icon-bubble.png
 
36
        icon-buttons.png
 
37
        icon-close.png
 
38
        icon-connection.svg
 
39
        icon-controler.svg
 
40
        icon-desklets.png
 
41
        icon-desktop.svg
 
42
        icon-dialogs.svg
 
43
        icon-extensions.svg
 
44
        icon-files.svg
 
45
        icon-frame.png
 
46
        icon-fun.svg
 
47
        icon-gradation.png
 
48
        icon-help.svg
 
49
        icon-hidden-dock.svg
 
50
        icon-icons.svg
 
51
        icon-indicators.svg
 
52
        icon-internet.svg
 
53
        icon-labels.svg
 
54
        icon-lock-icons.svg
 
55
        icon-maximize.png
 
56
        icon-minimize.png
 
57
        icon-mouse.svg
 
58
        icon-movment.png
 
59
        icon-plug-ins.svg
 
60
        icon-position.svg
 
61
        icon-restore.png
 
62
        icon-subdock.png
 
63
        icon-system.svg
 
64
        icon-taskbar.png
 
65
        icon-views.svg
 
66
        icon-visibility.svg
 
67
        icon-wave.png
 
68
        launcher.desktop
 
69
        container.desktop
 
70
        separator.desktop
 
71
        preview-default.png
 
72
        readme-default-view
 
73
        DESTINATION ${pkgdatadir})
 
74
 
 
75
install (FILES help_scripts.sh
 
76
        DESTINATION ${pkgdatadir}
 
77
        PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
 
78
 
 
79
install (FILES
 
80
        ${CMAKE_CURRENT_BINARY_DIR}/cairo-dock.conf
 
81
        ${CMAKE_CURRENT_BINARY_DIR}/cairo-dock-simple.conf
 
82
        ${CMAKE_CURRENT_BINARY_DIR}/themes.conf
 
83
        ${CMAKE_CURRENT_BINARY_DIR}/main-dock.conf
 
84
        ${CMAKE_CURRENT_BINARY_DIR}/help.conf
 
85
        DESTINATION ${pkgdatadir})
 
86
 
 
87
install (FILES
 
88
        cairo-dock.svg
 
89
        DESTINATION ${datadir}/pixmaps)
 
90
 
 
91
install (FILES
 
92
        cairo-dock.desktop              cairo-dock-cairo.desktop
 
93
        DESTINATION ${datadir}/applications)