aboutsummaryrefslogtreecommitdiff
path: root/attic
AgeCommit message (Collapse)Author
2021-04-06Clean ECM's atticChristophe Giboudeaux
2020-06-30Use more https in links (and update outdated urls)Friedrich W. H. Kossebau
GIT_SILENT
2020-06-17Add FindTaglib find moduleElvis Angelaccio
Based on https://phabricator.kde.org/D21695 Several KDE projects use taglib, so we really need to provide a proper find module in ECM. AFAIK taglib-config should not be portable, so we don't try to run it on WIN32. See also: https://invent.kde.org/network/kio-extras/-/commit/548f525f4308810888c85f42a570139029c40618
2019-03-04Add UDev find moduleVolker Krause
Summary: This one is originally coming from Solid, but there are several more copies in our repositories (plasma-desktop, kwin, powerdevil, etc). Reviewers: cgiboudeaux Reviewed By: cgiboudeaux Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D19486
2019-03-03Add Fontconfig find modudleVolker Krause
Summary: Originally coming from KWin, but now also needed by qtbase. Reviewers: cgiboudeaux Reviewed By: cgiboudeaux Subscribers: kossebau, apol, cgiboudeaux, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D18943
2018-11-20Add FindExiv2.cmake to ECMChristophe Giboudeaux
According to lxr, we have 8 copies of this module in different repositories (+kdelib4support and a playground repo).
2018-09-07Fix minor EBN issuesYuri Chornoivan
2017-11-13Remove FindSasl2.cmake from the ECM's attic.Christophe Giboudeaux
2017-11-06Remove FindGLIB2.cmake and FindPulseAudio.cmake from atticJonathan Marten
Differential Revision: https://phabricator.kde.org/D7823
2017-05-20Drop modules from attic that are not useful anymorePino Toscano
Even if they are in attic and not actually in use, drop a number of modules (and old tests) that it does not make sense to keep carry further: - FindAlsa.cmake, config-alsa.h.cmake: cmake has been providing a better FindALSA for long time - FindEigen.cmake, FindEigen2.cmake & test: Eigen v1 & v2 are deprecated and unmaintained for years - FindGStreamer.cmake: gstreamer-0.10 is long dead upstream - FindKdcraw.cmake, FindKDE4Workspace.cmake, FindKdeMultimedia.cmake, FindKDevPlatform.cmake, FindKexiv2.cmake, FindKipi.cmake, FindLibAttica.cmake, FindLibKonq.cmake: modules for KDE 4 libraries -- they are provided already by kdelibs 4.x, and the frameworks versions of those libraries provide cmake config files already - FindKNepomuk.cmake, FindKonto.cmake, FindNepomuk.cmake, NepomukAddOntologyClasses.cmake, NepomukMacros.cmake: Nepomuk stuff, which is long dead - FindKopete.cmake: the Frameworks version of Kopete is not released yet, so it'd rather provide own cmake config files - FindKorundum.cmake: Korudum is dead upstream, and so is Ruby 1.8 - FindLCMS.cmake & test: LCMS 1 is dead for many years already - FindMusicBrainz.cmake: libmusicbrainz v2 is long dead, and the web service API it uses was dismantled years ago - FindOpenEXR.cmake & test: ECM already provides an improved and polished version of this module - FindPolkitQt.cmake: polkit-qt is long dead, replaced by polkit-qt-1 - FindPopplerQt4.cmake: ECM 5.19+ already provides a better FindPoppler module - FindSharedDesktopOntologies.cmake: dead upstream, but also used to provide cmake config files already - tests for Blitz, Flex, LibXslt: their modules are not even in attic
2015-12-18CMake: Cleanup: Strip text from endif/elseKevin Funk
REVIEW: 126414
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