Commit Graph

84 Commits (8947f9c00c3a397a11f44ebdb3651f48196ea96c)

Author SHA1 Message Date
Adriaan de Groot 03d9dbe099 Clean up CMakeLists, linking
Adriaan de Groot cbef79bb93 Clean up CMake stuff, remove unneeded modules
Adriaan de Groot 39f5af1fcc Python-i18n: clean up filename handling a little (thanks Kevin)
Adriaan de Groot 40335d9f1e Python-i18n: install mo files into build tree
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose
Adriaan de Groot 22c0ee5dbb Python-i18n: install gettext .mo files into system locale dir
Adriaan de Groot b922d88b0f Python-i18n: add a gettext_path for python job modules
Adriaan de Groot 34c3bc6c85 CMake: shuffle translations macros into CMakeModules/
Kevin Kofler 633a2a193d CMake: fix typo in CalamaresAddPlugin.cmake
Fix "calamaers_add_plugin" typo in the introductory comment of
CMakeModules/CalamaresAddPlugin.cmake.
Adriaan de Groot 8b19f672e7 CMake: also follow CMAKE_COLOR_MAKEFILE settings
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc'
Adriaan de Groot f711d6e39c CMake: colorised through test -t doesn't work
Adriaan de Groot 46636bdf65 Modules: documentation of CMake, module.desc, etc.
Adriaan de Groot 47e95b32a9 CMake: fix auto-generated module.desc
Adriaan de Groot bcbd60f9a9 CMake: generate the module.desc, since it is uninteresting
Adriaan de Groot e4862512f7 Partitions: split KPMCore-finding code into an include-module
Adriaan de Groot 6fb40c517a CMake: collect all the Find-modules at top-level
Adriaan de Groot 0b45a52ad9 CMake: simplify module loading more
Adriaan de Groot 978ff6591c CMake: simplify module loading
Adriaan de Groot 9b749576be CMake: move our own modules into the CMakeModules dir, tidy
Philip 7eeb4dbed4 [CMakeModules] Add support for PythonQT v3.2+
- this fixes 
Teo Mrnjavac ada620effc Find PythonQt.
Teo Mrnjavac 3a6eb3b790 Correctly fail when YAML-CPP is not found.
Matthias Klumpp 7143505eec Make Boost.Python3 cmake script work properly on Debian again
skullbocks 57406f3bc9 [modules/packages] Added support for Portage and Entropy
skullbocks 55476ae6fc [CMakeModules/BoostPython3] Fixed Boost library search for Gentoo based distributions
Teo Mrnjavac fd5d193529 Fix colors test again.
Teo Mrnjavac efdf4cb490 Fix check in CMakeColors.
Kevin Kofler 3fdd06b013 CMakeColors.cmake: Use colors only if stderr is an interactive terminal.
In particular, do not write ugly escape sequences to log files.

Fixes .
Aurélien Gâteau 9c05ecef4d Fix finding of Boost.Python on Ubuntu
Teo Mrnjavac 1dec58f178 Find Python3 + Boost.Python, and other buildsystem fixes.
Teo Mrnjavac 125b7914d5 Added module metadata file to CalamaresAddPlugin macro.
Also improved output.
Teo Mrnjavac 80640e4bea Added FindYamlCpp.cmake
Teo Mrnjavac b5ec7c4702 CMake skeleton.