blob: db551fe6754657922348e1cd43fb88f8b25abe0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#################################################
#
# (C) 2011 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
1280.jpg
200.jpg
400.jpg
800.jpg
DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/caida" )
tde_create_translated_desktop(
SOURCE caida.desktop
DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/alt"
PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldclock-themes
)
|