diff options
author | Timothy Pearson <[email protected]> | 2015-03-02 14:38:45 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-03-04 23:45:46 +0100 |
commit | 05fe45a1b65f7ec3b0ba1a36fb8b37dc16f5e009 (patch) | |
tree | 4c74ed3bd355d2c59edf51f1a3f5d81e189795dd /IconThemes | |
parent | 17a2513ee7172d1b39d01ab0281ea4daf3e433b4 (diff) | |
download | tdeartwork-05fe45a1b65f7ec3b0ba1a36fb8b37dc16f5e009.tar.gz tdeartwork-05fe45a1b65f7ec3b0ba1a36fb8b37dc16f5e009.zip |
Fix category icons not installing
(cherry picked from commit 13c6f00d72f86504d3aa34e33d8e90b7dd49e46b)
Diffstat (limited to 'IconThemes')
-rw-r--r-- | IconThemes/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/IconThemes/CMakeLists.txt b/IconThemes/CMakeLists.txt index dc4ec482..71da83f1 100644 --- a/IconThemes/CMakeLists.txt +++ b/IconThemes/CMakeLists.txt @@ -1,5 +1,7 @@ ################################################# # +# (C) 2015 Timothy Pearson # (C) 2011 Golubev Alexander # fatzer2 (AT) gmail.com # @@ -10,7 +12,7 @@ ################################################# set(ICON_THEMES locolor ikons kdeclassic slick kids ) -set(ICON_TYPES actions apps devices places mimetypes) +set(ICON_TYPES actions apps categories devices places mimetypes) set(ICON_SIZES 16x16 22x22 32x32 48x48 64x64 128x128 scalable) set(ICON_SUFFIXES png mng svg svgz) |