Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-29 | Make FindPyKDE4 work with PyQt's new build system. | Raphael Kubo da Costa | |
Since PyQt 4.10, PyQt.pyqtconfig is deprecated and not available unless PyQt is built using the old configure script. PyKDE4 itself has recently been adjusted to mimic PyQt itself and only install its pykdeconfig module if pyqtconfig is present. Additionally, information such as SIP flags and the directory where PyKDE's SIP files are installed are now also provided in the PyKDE4.kdecore.PYKDE_CONFIGURATION dict. This commit completely rewrites FindPyKDE4.py to make it look like FindPyQt.cmake after commit a7e4743: most of the information used by FindPyKDE4.cmake is fetched from PyKDE4.kdecore, and we first try to obtain the SIP flags and directory from pykdeconfig and, if it fails, we use PYKDE_CONFIGURATION. Furthermore, FindPyKDE4.py now only prints the variables that are actually consumed by FindPyKDE4.cmake -- it is not possible to obtain all the data provided by pykdeconfig in PYKDE_CONFIGURATION. We've also stopped reading and setting PYKDE4_VERSION_TAG, since PyKDE4 stopped setting a KDE tag in 2008 (and its value was 3_92_0 at the time). (Forwardport kdelibs 4d29cf8) | |||
2014-07-24 | Fix FindPyQt.py | Luca Beltrame | |
sys.prefix should be used instead of sys.platform Forward port of kdelibs commit 8b1abe25dcf243cd2cdf23dff7272aca921292ae | |||
2014-07-20 | FindPyQt4: Use PATH, not FILEPATH. | Raphael Kubo da Costa | |
PYQT4_SIP_DIR is a directory, not a file. Forwardport of kdelibs/37f31f9ce39569a1096e5a04b6679a91e6ae18fe. | |||
2014-07-18 | FindPyQt4: Finish syncing with the kdelibs version. | Raphael Kubo da Costa | |
The version committed in 0912b24 is slightly different from the one in kdelibs -- besides a few differences in the comments, there is an IF() check that was always evaluating to false. | |||
2014-07-17 | forward port https://git.reviewboard.kde.org/r/119302 "Make FindPyQt4 work ↵ | Jonathan Riddell | |
with PyQt's new build system." REVIEW:119339 | |||
2014-03-06 | Remove unused find-modules back to the attic | Alex Merry | |
REVIEW: 116616 | |||
2014-02-15 | Add a cleaned up version of FindSharedMimeInfo.cmake | Alex Merry | |
This is used by many projects (including any that install any extra mime info). REVIEW: 115749 | |||
2013-09-09 | CMakeLists.txt is not needed here | Christophe Giboudeaux | |
2013-09-04 | Move FindDocBook* to find-modules | Aleix Pol | |
REVIEW: 112451 | |||
2013-09-04 | Define ALL_UPPERCASE variables to maintain backwards compatibility | Aleix Pol | |
2013-09-04 | indentation fix | Aleix Pol | |
some indentations were 3 spaces, now all are 4 | |||
2013-09-04 | Remove contents between endif() parenthesis | Aleix Pol | |
2013-09-04 | Fix naming conventions in DocBook finder files | Aleix Pol | |
2013-06-04 | cleanup | Christophe Giboudeaux | |
GIT_SILENT | |||
2013-06-04 | Remove FindKdepim.cmake | Christophe Giboudeaux | |
This file is not useful. | |||
2013-06-04 | Remove FindKdepimLibs.cmake | Christophe Giboudeaux | |
KdepimLibs already provides a KdepimLibsConfig.cmake file | |||
2013-06-04 | Remove FindSoprano.cmake | Christophe Giboudeaux | |
Soprano > 2.9 will provide a SopranoConfig.cmake file. | |||
2012-02-21 | replaced with VERSION_LESS / VERSION_GREATER. | David Faure | |
Documented in http://techbase.kde.org/Development/ECM_SourceIncompatChanges#MacroEnsureVersion.cmake | |||
2012-01-13 | Remove FindMsgfmt | Yury G. Kudryashov | |
Authors should use FindGettext from cmake instead | |||
2011-11-05 | we'll use FindOpenSSL.cmake from cmake, see discussion on the mailing list | Alex Neundorf | |
Alex | |||
2011-10-25 | Remove FindLibXslt.cmake, merged with cmake next | Alex Neundorf | |
Alex | |||
2011-10-23 | remove FindFlex.cmake, merged version FindFLEX.cmake is in cmake 2.8.6 | Alex Neundorf | |
Alex | |||
2011-09-21 | move FindBlueZ.cmake to the official modules/ directory | Alex Neundorf | |
Alex | |||
2011-09-17 | Remove, deprecated by FindQImageBlitz.cmake | Alex Neundorf | |
Alex | |||
2011-09-17 | automoc is now part of cmake, no need for this anymore | Alex Neundorf | |
Alex | |||
2011-09-17 | Akode was only used temporarily during kde3->kde4 transition | Alex Neundorf | |
Alex | |||
2011-08-28 | Remove obsolete exports header generator. | Stephen Kelly | |
2011-08-17 | Remove, it's simply a forwarder to cmake | Alex Neundorf | |
Alex | |||
2011-08-17 | Remove, has been merged into cmake master | Alex Neundorf | |
Alex | |||
2011-08-17 | Remove, has been merged into cmake master | Alex Neundorf | |
Alex | |||
2011-08-04 | Remove, FeatureSummary.cmake has all features now | Alex Neundorf | |
Alex | |||
2011-08-03 | merged with cmake | Alex Neundorf | |
Alex | |||
2011-08-02 | Remove files which are synced with cmake master now. | Alex Neundorf | |
Alex | |||
2011-07-29 | deprecated already | Alex Neundorf | |
Alex | |||
2011-07-29 | no need for this one, since we depend here on recent cmake | Alex Neundorf | |
Alex | |||
2011-07-29 | already merged into cmake | Alex Neundorf | |
Alex | |||
2011-07-26 | has been added as CMakePushCheckState to cmake | Alex Neundorf | |
Alex | |||
2011-07-26 | Remove, obsolete. | Alex Neundorf | |
Alex | |||
2011-07-26 | This one belongs to FindKDE4Internal.cmake, we don't need it here in ECM. | Alex Neundorf | |
Alex | |||
2011-07-26 | These files belong to KDE (kdelibs), so we don't need them here. | Alex Neundorf | |
Alex | |||
2011-07-18 | sync with current cmake git | Alex Neundorf | |
Alex | |||
2011-07-18 | Sync with current cmake | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove copy of FindLibXml2.cmake, the version in current cmake is basically ↵ | Alex Neundorf | |
identical. Alex | |||
2011-07-10 | Remove, it's the same as in cmake 2.8.4. | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, it's the same as in CMake 2.8. | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, simply use set_property(... APPEND ...) instead | Alex Neundorf | |
Alex | |||
2011-07-10 | Obsolete, remove. | Alex Neundorf | |
Alex | |||
2011-07-10 | This macro is broken, remove it. | Alex Neundorf | |
Alex | |||
2011-07-10 | We'll go with FindRuby.cmake from CMake | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, cmake has a systeminfo itself (more complete etc.) | Alex Neundorf | |
Alex |