From 13c6f00d72f86504d3aa34e33d8e90b7dd49e46b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Mar 2015 14:38:45 -0600 Subject: [PATCH] Fix category icons not installing --- IconThemes/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +# kb9vqf@pearsoncomputing.net # (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)