Being impatient, I gave it a try.
sudo yum --enablerepo=updates-testing install libkscreen ...
fedpkg clone kscreen fedpkg local ... By not providing "FindQJSON.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "QJSON", but CMake did not find one.
Could not find a package configuration file provided by "QJSON" (requested version 0.8) with any of the following names:
QJSONConfig.cmake qjson-config.cmake
Add the installation prefix of "QJSON" to CMAKE_PREFIX_PATH or set "QJSON_DIR" to a directory containing one of the above files. If "QJSON" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
On Wednesday 09 of January 2013 08:37:53 Neal Becker wrote:
Being impatient, I gave it a try.
sudo yum --enablerepo=updates-testing install libkscreen ...
fedpkg clone kscreen fedpkg local ... By not providing "FindQJSON.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "QJSON", but CMake did not find one.
Could not find a package configuration file provided by "QJSON" (requested version 0.8) with any of the following names:
QJSONConfig.cmake qjson-config.cmake
Add the installation prefix of "QJSON" to CMAKE_PREFIX_PATH or set "QJSON_DIR" to a directory containing one of the above files. If "QJSON" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
Ooops, forgot qjson dependency. Should be fixed now.
Cheers, Dan
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
As you'll probably find if you try a mock build, please add BR qjson-devel
Neal Becker wrote:
Being impatient, I gave it a try.
sudo yum --enablerepo=updates-testing install libkscreen ...
fedpkg clone kscreen fedpkg local ... By not providing "FindQJSON.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "QJSON", but CMake did not find one.
Could not find a package configuration file provided by "QJSON" (requested version 0.8) with any of the following names:
QJSONConfig.cmake qjson-config.cmake
Add the installation prefix of "QJSON" to CMAKE_PREFIX_PATH or set "QJSON_DIR" to a directory containing one of the above files. If "QJSON" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
On 01/09/2013 07:37 AM, Neal Becker wrote:
Being impatient, I gave it a try.
sudo yum --enablerepo=updates-testing install libkscreen ...
fedpkg clone kscreen fedpkg local ... By not providing "FindQJSON.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "QJSON", but CMake did not find one.
Could not find a package configuration file provided by "QJSON" (requested version 0.8) with any of the following names:
QJSONConfig.cmake qjson-config.cmake
Add the installation prefix of "QJSON" to CMAKE_PREFIX_PATH or set "QJSON_DIR" to a directory containing one of the above files. If "QJSON" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
yum --enablerepo=updates-testing install qjson-devel
(with that in mind, will put it in kde-testing too now)
-- rex