diff options
author | Slávek Banko <[email protected]> | 2020-06-18 00:52:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-18 00:53:32 +0200 |
commit | 1463c34d97a28247996d085a535535358afee3cf (patch) | |
tree | bf589e4ad00eaa9c570fbc91216040bd1506f7ef /kworldclock/mggd/CMakeLists.txt | |
parent | 06d1578a8726c4ed5b367d2486c9aa87631e2d61 (diff) | |
download | tdeartwork-1463c34d97a28247996d085a535535358afee3cf.tar.gz tdeartwork-1463c34d97a28247996d085a535535358afee3cf.zip |
Use common rules for kworldclock themes.
Install SVG and SVGZ wallpapers.
This addresses the shortcomings of the recent commit.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a37036141b3ab08fd5aba8a5ebf473e04690886d)
Diffstat (limited to 'kworldclock/mggd/CMakeLists.txt')
-rw-r--r-- | kworldclock/mggd/CMakeLists.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kworldclock/mggd/CMakeLists.txt b/kworldclock/mggd/CMakeLists.txt deleted file mode 100644 index 5e123d3e..00000000 --- a/kworldclock/mggd/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -################################################# -# -# (C) 2011 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -install( FILES - 1440.jpg - 200.jpg - 400.jpg - 800.jpg - DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/mggd" ) - -tde_create_translated_desktop( - SOURCE mggd.desktop - DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/alt" - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldclock-themes -) |