On Sun, Feb 19, 2017 at 05:33:37PM +0100, Pierre Labastie wrote: > Hi, > Trying to build breeze-icons-5.31.0. I have installed Qt and > extra-cmake-modules, > as advised. > I get (sorry for the long log, but I am not sure which part is important): > ------------------------- > CMake Warning at autotests/CMakeLists.txt:7 (find_package): > By not providing "FindKF5Config.cmake" in CMAKE_MODULE_PATH this project > has asked CMake to find a package configuration file provided by > "KF5Config", but CMake did not find one. > > Could not find a package configuration file provided by "KF5Config" > (requested version 5.0) with any of the following names: > > KF5ConfigConfig.cmake > kf5config-config.cmake [...] > > CMake Warning at autotests/CMakeLists.txt:8 (find_package): > By not providing "FindKF5IconThemes.cmake" in CMAKE_MODULE_PATH this > project has asked CMake to find a package configuration file provided by > "KF5IconThemes", but CMake did not find one. > > Could not find a package configuration file provided by "KF5IconThemes" > (requested version 5.0) with any of the following names: > > KF5IconThemesConfig.cmake > kf5iconthemes-config.cmake > [...] > > -- The following OPTIONAL packages have not been found: > > * KF5Config (required version >= 5.0) > * KF5IconThemes (required version >= 5.0) > > -- Configuring done > CMake Error at /usr/share/ECM/modules/ECMAddTests.cmake:110 > (add_executable): > Target "scalable" links to target "KF5::IconThemes" but the target was not > found. Perhaps a find_package() call is missing for an IMPORTED target, [...] > > As far as I understand, some KF5 modules should be present. (I'd guess > kconfig > and kiconthemes) before installing breeze icons. > > So, there are two solutions (or more...): > - disable scalable icons in breeze-icons (remains to find the right switch) > - remove the breeze-icons page and install them from the KF5 page (uncomment > the corresponding line). > > What do you think? > Pierre > I lost patience with KF5 ages ago, but I guess that those people who still use it want the bells and whistles - in this case, scalable icons for better bling.
The deps are described as optional in the messages, but because cmake apparently falls over when they are not present I would treat that as 'Recommended' for our purposes and install them from the KF5 page. ĸen -- `I shall take my mountains', said Lu-Tze. `The climate will be good for them.' -- Small Gods -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
