aboutsummaryrefslogtreecommitdiff
path: root/attic
AgeCommit message (Collapse)Author
2014-07-29Make 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-24Fix FindPyQt.pyLuca Beltrame
sys.prefix should be used instead of sys.platform Forward port of kdelibs commit 8b1abe25dcf243cd2cdf23dff7272aca921292ae
2014-07-20FindPyQt4: Use PATH, not FILEPATH.Raphael Kubo da Costa
PYQT4_SIP_DIR is a directory, not a file. Forwardport of kdelibs/37f31f9ce39569a1096e5a04b6679a91e6ae18fe.
2014-07-18FindPyQt4: 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-17forward port https://git.reviewboard.kde.org/r/119302 "Make FindPyQt4 work ↵Jonathan Riddell
with PyQt's new build system." REVIEW:119339
2014-03-06Remove unused find-modules back to the atticAlex Merry
REVIEW: 116616
2014-02-15Add a cleaned up version of FindSharedMimeInfo.cmakeAlex Merry
This is used by many projects (including any that install any extra mime info). REVIEW: 115749
2013-09-09CMakeLists.txt is not needed hereChristophe Giboudeaux
2013-09-04Move FindDocBook* to find-modulesAleix Pol
REVIEW: 112451
2013-09-04Define ALL_UPPERCASE variables to maintain backwards compatibilityAleix Pol
2013-09-04indentation fixAleix Pol
some indentations were 3 spaces, now all are 4
2013-09-04Remove contents between endif() parenthesisAleix Pol
2013-09-04Fix naming conventions in DocBook finder filesAleix Pol
2013-06-04cleanupChristophe Giboudeaux
GIT_SILENT
2013-06-04Remove FindKdepim.cmakeChristophe Giboudeaux
This file is not useful.
2013-06-04Remove FindKdepimLibs.cmakeChristophe Giboudeaux
KdepimLibs already provides a KdepimLibsConfig.cmake file
2013-06-04Remove FindSoprano.cmakeChristophe Giboudeaux
Soprano > 2.9 will provide a SopranoConfig.cmake file.
2012-02-21replaced with VERSION_LESS / VERSION_GREATER.David Faure
Documented in http://techbase.kde.org/Development/ECM_SourceIncompatChanges#MacroEnsureVersion.cmake
2012-01-13Remove FindMsgfmtYury G. Kudryashov
Authors should use FindGettext from cmake instead
2011-11-05we'll use FindOpenSSL.cmake from cmake, see discussion on the mailing listAlex Neundorf
Alex
2011-10-25Remove FindLibXslt.cmake, merged with cmake nextAlex Neundorf
Alex
2011-10-23remove FindFlex.cmake, merged version FindFLEX.cmake is in cmake 2.8.6Alex Neundorf
Alex
2011-09-21move FindBlueZ.cmake to the official modules/ directoryAlex Neundorf
Alex
2011-09-17Remove, deprecated by FindQImageBlitz.cmakeAlex Neundorf
Alex
2011-09-17automoc is now part of cmake, no need for this anymoreAlex Neundorf
Alex
2011-09-17Akode was only used temporarily during kde3->kde4 transitionAlex Neundorf
Alex
2011-08-28Remove obsolete exports header generator.Stephen Kelly
2011-08-17Remove, it's simply a forwarder to cmakeAlex Neundorf
Alex
2011-08-17Remove, has been merged into cmake masterAlex Neundorf
Alex
2011-08-17Remove, has been merged into cmake masterAlex Neundorf
Alex
2011-08-04Remove, FeatureSummary.cmake has all features nowAlex Neundorf
Alex
2011-08-03merged with cmakeAlex Neundorf
Alex
2011-08-02Remove files which are synced with cmake master now.Alex Neundorf
Alex
2011-07-29deprecated alreadyAlex Neundorf
Alex
2011-07-29no need for this one, since we depend here on recent cmakeAlex Neundorf
Alex
2011-07-29already merged into cmakeAlex Neundorf
Alex
2011-07-26has been added as CMakePushCheckState to cmakeAlex Neundorf
Alex
2011-07-26Remove, obsolete.Alex Neundorf
Alex
2011-07-26This one belongs to FindKDE4Internal.cmake, we don't need it here in ECM.Alex Neundorf
Alex
2011-07-26These files belong to KDE (kdelibs), so we don't need them here.Alex Neundorf
Alex
2011-07-18sync with current cmake gitAlex Neundorf
Alex
2011-07-18Sync with current cmakeAlex Neundorf
Alex
2011-07-10Remove copy of FindLibXml2.cmake, the version in current cmake is basically ↵Alex Neundorf
identical. Alex
2011-07-10Remove, it's the same as in cmake 2.8.4.Alex Neundorf
Alex
2011-07-10Remove, it's the same as in CMake 2.8.Alex Neundorf
Alex
2011-07-10Remove, simply use set_property(... APPEND ...) insteadAlex Neundorf
Alex
2011-07-10Obsolete, remove.Alex Neundorf
Alex
2011-07-10This macro is broken, remove it.Alex Neundorf
Alex
2011-07-10We'll go with FindRuby.cmake from CMakeAlex Neundorf
Alex
2011-07-10Remove, cmake has a systeminfo itself (more complete etc.)Alex Neundorf
Alex