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:52:47 +0200 |
commit | a37036141b3ab08fd5aba8a5ebf473e04690886d (patch) | |
tree | 237d64c956a14b37ce70d340d5924240e0ef7c7c /kworldclock/rainfall | |
parent | a4b0d0d912c4e1160a76e77bb0b5183c306fc375 (diff) | |
download | tdeartwork-a37036141b3ab08fd5aba8a5ebf473e04690886d.tar.gz tdeartwork-a37036141b3ab08fd5aba8a5ebf473e04690886d.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]>
Diffstat (limited to 'kworldclock/rainfall')
-rw-r--r-- | kworldclock/rainfall/CMakeLists.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kworldclock/rainfall/CMakeLists.txt b/kworldclock/rainfall/CMakeLists.txt deleted file mode 100644 index 78f2984e..00000000 --- a/kworldclock/rainfall/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 - 1600.jpg - 200.jpg - 400.jpg - 800.jpg - DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/rainfall" ) - -tde_create_translated_desktop( - SOURCE rainfall.desktop - DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/alt" - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldclock-themes -) |