summaryrefslogtreecommitdiffstats
path: root/kworldwatch/maps/depths/CMakeLists.txt
blob: 2d3d0c53eeb1081f0796329ee97bdc4e630e9941 (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) 2012 Golubev Alexander
#  fatzer2 (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install(
  FILES
    400.jpg 800.jpg
  DESTINATION
    ${DATA_INSTALL_DIR}/kworldclock/maps/depths
)

tde_create_translated_desktop(
  SOURCE depths.desktop
  DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/depths
  PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps
)