Adriaan de Groot
84c28e9efa
CMake: explain better why PythonQt isn't found
2017-12-02 07:00:43 -05:00
Adriaan de Groot
fda4b4e3c2
CMake: improve searching for PythonQt
...
- don't log when libs not found
- log that it's the Python libraries version (not Python itself)
- fix RE that was getting the wrong results for maj.min
2017-11-06 06:12:26 -05:00
Adriaan de Groot
970b6fcb19
CMake: find PythonQt better
...
- replace weird distinction between 3.0 and 3.2 by searching once
- prefer 3.2
- also look for suffixed versions (PythonXY) besides the Python3 suffix
FIXES #857
2017-11-03 12:48:16 -04:00
Adriaan de Groot
ebb0331672
CMake: remove unused module
2017-10-24 12:56:02 -04:00
Adriaan de Groot
c6c6c2f22f
Testing: refactor so that C++ and Python modules all get yaml-config tests
2017-10-12 13:37:54 -03:00
Adriaan de Groot
6000cbaae2
Testing: test each module's config files
2017-10-12 13:03:13 -03:00
Adriaan de Groot
81db2bad5f
CMake: refactor boost.python search
...
- improve description of Python dependencies
- refactor search per python-version-style
- report on features and found boost modules the standard way
2017-09-23 10:22:41 -04:00
Adriaan de Groot
c9f4bc0cc8
Check for crypt(3), also on FreeBSD
2017-09-13 22:32:21 +02:00
Adriaan de Groot
03d9dbe099
Clean up CMakeLists, linking
2017-09-13 18:29:56 +02:00
Adriaan de Groot
cbef79bb93
Clean up CMake stuff, remove unneeded modules
2017-09-13 08:32:22 -04:00
Adriaan de Groot
39f5af1fcc
Python-i18n: clean up filename handling a little (thanks Kevin)
2017-08-18 14:13:26 -04:00
Adriaan de Groot
40335d9f1e
Python-i18n: install mo files into build tree
2017-08-18 13:06:44 -04:00
Adriaan de Groot
1dbe7c29e2
Python-i18n: prepare for move of API to libcalamares.utils, be less verbose
2017-08-15 12:30:19 +02:00
Adriaan de Groot
22c0ee5dbb
Python-i18n: install gettext .mo files into system locale dir
2017-08-15 10:34:28 +02:00
Adriaan de Groot
b922d88b0f
Python-i18n: add a gettext_path for python job modules
2017-08-10 15:39:24 -04:00
Adriaan de Groot
34c3bc6c85
CMake: shuffle translations macros into CMakeModules/
2017-08-10 10:40:41 -04:00
Kevin Kofler
633a2a193d
CMake: fix typo in CalamaresAddPlugin.cmake
...
Fix "calamaers_add_plugin" typo in the introductory comment of
CMakeModules/CalamaresAddPlugin.cmake.
2017-08-03 02:03:14 +02:00
Adriaan de Groot
8b19f672e7
CMake: also follow CMAKE_COLOR_MAKEFILE settings
2017-08-02 11:32:27 -04:00
Adriaan de Groot
2fdccdf090
Merge branch 'simplify-module-desc'
2017-08-02 11:29:58 -04:00
Adriaan de Groot
f711d6e39c
CMake: colorised through test -t doesn't work
2017-08-02 11:27:14 -04:00
Adriaan de Groot
46636bdf65
Modules: documentation of CMake, module.desc, etc.
2017-08-02 11:05:32 -04:00
Adriaan de Groot
47e95b32a9
CMake: fix auto-generated module.desc
2017-08-02 11:05:32 -04:00
Adriaan de Groot
bcbd60f9a9
CMake: generate the module.desc, since it is uninteresting
2017-08-02 11:05:32 -04:00
Adriaan de Groot
e4862512f7
Partitions: split KPMCore-finding code into an include-module
2017-07-12 04:51:05 -04:00
Adriaan de Groot
6fb40c517a
CMake: collect all the Find-modules at top-level
2017-07-11 06:26:56 -04:00
Adriaan de Groot
0b45a52ad9
CMake: simplify module loading more
2017-07-05 11:17:39 -04:00
Adriaan de Groot
978ff6591c
CMake: simplify module loading
2017-07-05 11:14:22 -04:00
Adriaan de Groot
9b749576be
CMake: move our own modules into the CMakeModules dir, tidy
2017-07-05 10:32:03 -04:00
Philip
7eeb4dbed4
[CMakeModules] Add support for PythonQT v3.2+
...
- this fixes #749
2017-06-19 10:47:52 +02:00
Teo Mrnjavac
ada620effc
Find PythonQt.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
3a6eb3b790
Correctly fail when YAML-CPP is not found.
2016-03-29 09:28:38 +02:00
Matthias Klumpp
7143505eec
Make Boost.Python3 cmake script work properly on Debian again
2015-06-10 21:07:46 +02:00
skullbocks
57406f3bc9
[modules/packages] Added support for Portage and Entropy
2015-06-08 19:29:51 +02:00
skullbocks
55476ae6fc
[CMakeModules/BoostPython3] Fixed Boost library search for Gentoo based distributions
2015-06-08 18:41:13 +02:00
Teo Mrnjavac
fd5d193529
Fix colors test again.
2014-11-07 17:58:47 +01:00
Teo Mrnjavac
efdf4cb490
Fix check in CMakeColors.
2014-11-07 14:20:59 +01:00
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 #124 .
2014-11-05 23:49:41 +01:00
Aurélien Gâteau
9c05ecef4d
Fix finding of Boost.Python on Ubuntu
2014-07-17 14:54:13 +02:00
Teo Mrnjavac
1dec58f178
Find Python3 + Boost.Python, and other buildsystem fixes.
2014-07-16 15:53:43 +02:00
Teo Mrnjavac
125b7914d5
Added module metadata file to CalamaresAddPlugin macro.
...
Also improved output.
2014-06-23 17:14:55 +02:00
Teo Mrnjavac
80640e4bea
Added FindYamlCpp.cmake
2014-06-13 16:40:32 +02:00
Teo Mrnjavac
b5ec7c4702
CMake skeleton.
2014-06-04 16:35:26 +02:00