diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-18 00:52:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-18 00:53:32 +0200 |
commit | 1463c34d97a28247996d085a535535358afee3cf (patch) | |
tree | bf589e4ad00eaa9c570fbc91216040bd1506f7ef /wallpapers | |
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 <slavek.banko@axis.cz>
(cherry picked from commit a37036141b3ab08fd5aba8a5ebf473e04690886d)
Diffstat (limited to 'wallpapers')
-rw-r--r-- | wallpapers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpapers/CMakeLists.txt b/wallpapers/CMakeLists.txt index f0c05f28..c2fa86b0 100644 --- a/wallpapers/CMakeLists.txt +++ b/wallpapers/CMakeLists.txt @@ -12,7 +12,7 @@ # ################################################# -file( GLOB _wallpapers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.jpg *.png ) +file( GLOB _wallpapers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.jpg *.png *.svg *.svgz ) list( SORT _wallpapers) foreach( _wallpaper IN LISTS _wallpapers ) |