~ubuntu-branches/ubuntu/trusty/yakuake/trusty

« back to all changes in this revision

Viewing changes to skins/plastik_dark/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2013-07-15 00:14:52 UTC
  • mfrom: (0.1.13)
  • Revision ID: package-import@ubuntu.com-20130715001452-v3p5w7tjds235znn
Tags: 2.9.9-1
* New upstream release:
 - Fixes: Yakuake does not show shell tabs when opening on a smaller screen
   using TwinView. (Closes: #523526)
* Update minimum dependencies to KDE >= 4.7.1
* Update to Standards-Version 3.9.4, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
install(FILES
2
 
    title.skin
3
 
    tabs.skin
4
 
    icon.png
5
 
    DESTINATION ${DATA_INSTALL_DIR}/yakuake/skins/plastik_dark)
6
 
 
7
 
install(FILES
8
 
    tabs/back_image.png
9
 
    tabs/left_corner.png
10
 
    tabs/minus_down.png
11
 
    tabs/minus_over.png
12
 
    tabs/minus_up.png
13
 
    tabs/plus_down.png
14
 
    tabs/plus_over.png
15
 
    tabs/plus_up.png
16
 
    tabs/right_corner.png
17
 
    tabs/selected_back.png
18
 
    tabs/selected_left.png
19
 
    tabs/selected_right.png
20
 
    tabs/separator.png
21
 
    tabs/unselected_back.png
22
 
    tabs/lock.png
23
 
    DESTINATION ${DATA_INSTALL_DIR}/yakuake/skins/plastik_dark/tabs)
24
 
 
25
 
install(FILES
26
 
    title/back.png
27
 
    title/config_down.png
28
 
    title/config_over.png
29
 
    title/config_up.png
30
 
    title/focus_down.png
31
 
    title/focus_over.png
32
 
    title/focus_up.png
33
 
    title/left.png
34
 
    title/quit_down.png
35
 
    title/quit_over.png
36
 
    title/quit_up.png
37
 
    title/right.png
38
 
    DESTINATION ${DATA_INSTALL_DIR}/yakuake/skins/plastik_dark/title)