aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-19Fix spellingChristoph Feck
svn path=/trunk/KDE/kdelibs/; revision=969968
2009-05-18-simplify itAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=969756
2009-05-13Forwardport r963449: Fix strcasestr detection for glibc-2.9David Faure
svn path=/trunk/KDE/kdelibs/; revision=967299
2009-05-13Make sure to always search the install path first - very important for ↵Sebastian Trueg
development with trunk version of Soprano svn path=/trunk/KDE/kdelibs/; revision=967293
2009-05-11Fix typo preventing 1.37 to be found.Andreas Pakulat
Re-Add my copyright and a notice regarding license svn path=/trunk/KDE/kdelibs/; revision=966579
2009-05-10Reduce this file to a minimal version, CMake 2.6.2 ships with a quite good andAndreas Pakulat
improved (compared to this version) FindBoost.cmake. For backward compatibility we're adding 1.37 to Boost_ADDITIONAL_VERSIONS, that should stay the only version in this file, so once we update our cmake requirement this file can go completely. CCMAIL:kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=966265
2009-05-09this patch honors -DPYTHON_SITE_PACKAGES_DIR. if not set, then checks for ↵Marcos David Dione
-DPYTHON_LIBS_WITH_KDE_LIBS. if set, it installs python modules in kde's lib dir; if not, it installs them in python's dir, which is the default. svn path=/trunk/KDE/kdelibs/; revision=965738
2009-05-07we need 0.9.88 nowDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=964858
2009-05-07fix in-place location of libkdcraw, making use of an existing header in the ↵Pino Toscano
source dir headers in the build dir will not work, as they will be generated in the compiling phrase, not at the cmake phase CCMAIL: caulier.gilles@gmail.com svn path=/trunk/KDE/kdelibs/; revision=964721
2009-05-06make it easier to bump the min versionDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=964198
2009-05-04Fix strcasestr detection for glibc-2.9David Faure
svn path=/branches/KDE/4.2/kdelibs/; revision=963449
2009-05-02Forwardport -- hopefully with all the pieces:Maks Orlovich
Split dom tree versionning into multiple counters, so we can do less needless collection cache flushing -- and fix not doing it when needed for getElementsByClassName. Also, ClassNodeList doesn't justify having its own file, but I think the entire NodeListImpl family is now large enough... (And this should be compile-time neutral). svn path=/trunk/KDE/kdelibs/; revision=962490
2009-04-30- We are using the new XZ codebase instead of old codebase. Can be found in ↵Helio Castro
http://tukaani.org/xz/ svn path=/trunk/KDE/kdelibs/; revision=961856
2009-04-29-fix FindLibLZMA.cmake, so it sets the variables according to our ↵Alexander Neundorf
conventions (http://techbase.kde.org/Policies/CMake_Coding_Style) and works also without pkg-config -fix kdecore/CMakeLists.txt accordingly Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=961236
2009-04-28Removed non-existing kmetadata and renamed knepomuk to nepomuk - is this ↵Sebastian Trueg
enough to get rid of the extra nepomuk checks? svn path=/trunk/KDE/kdelibs/; revision=960334
2009-04-20as Alan said, we don't want that message...Alexander Neundorf
and I guess when looking for the plugins, looking first in the directory which is close the the include dir is a goiod thing Alex svn path=/trunk/KDE/kdelibs/; revision=956872
2009-04-20If kdesupport is installed to a place != /usr /usr/local and whateverMichael Jansen
SHARE_INSTALL_PREFIX contains, soprano is found. BUT the plugins not. Fix that. I have no idea if there are other variations needed. CCMAIL:kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=956855
2009-04-17-remove this fileAlexander Neundorf
This is no source incompatible change, because this file is a) not for building anything with cmake, but for setting up Nightly builds (which nobody has done until now). b) It also was not in a working state at all, so removing it cannot break anyhting. Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=955472
2009-04-14Add lzma/xz compression algorithm handling. Helio Castro
Original code by Per Øyvind Karlsen, <peroyvind@mandriva.org> Minor modifications bu Helio Castro <helio@kde.org> Reviewed by David Faure svn path=/trunk/KDE/kdelibs/; revision=954017
2009-04-14-search for phonon after KDELibsDependencies.cmake has been includedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=953958
2009-04-10another try at making a nice message when a required package cannot be found.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=952076
2009-04-10Fix the info message when REQUIRED packages are not found.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=952070
2009-04-01Honour request from Alex to use _FILE for files, by using _FILENAME for ↵David Faure
"just the filename". svn path=/trunk/KDE/kdelibs/; revision=947898
2009-03-27-don't require Perl for building any KDE4 app, this is not necessary ↵Alexander Neundorf
(documented on techbase) -add a better message if Phonon could not be found Alex svn path=/trunk/KDE/kdelibs/; revision=945641
2009-03-25forward-port various Mac OS X fixes from the 4.2 branch to trunkBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=944123
2009-03-25don't want to do app-bundle stuff on OSX if we're using Qt/X11Benjamin Reed
svn path=/branches/KDE/4.2/kdelibs/; revision=944114
2009-03-21although we do support w2k, define win32_winnt to 0x0501 (winxp) to be able ↵Christian Ehrlicher
to use IPV6 defines (in k3socket*). svn path=/trunk/KDE/kdelibs/; revision=942460
2009-03-20SVN_SILENT fix typo in commentDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=941576
2009-03-19-add modified versions of CheckCXXSourceRuns/Compiles.cmake, which can ↵Alexander Neundorf
handle imported library targets (see http://lists.kde.org/?t=123686453500002&r=1&w=2 ) Alex svn path=/trunk/KDE/kdelibs/; revision=941177
2009-03-19-mark more variables as advancedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=941175
2009-03-19SOPRANO_PLUGIN_DIR should be advanced as the other SOPRANO_* variablesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=941174
2009-03-17-make documentation more exactAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=940658
2009-03-17Add a cmake variable DISABLE_ALL_OPTIONAL_SUBDIRECTORIES which can be set to ↵Alexander Neundorf
TRUE to disable all subdirectories by default This should make building project in a modular way easier. Alex svn path=/trunk/KDE/kdelibs/; revision=940644
2009-03-11Suppress 'not found' messages from pkgconfig when the module subsequentlyDavid Jarvie
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476
2009-03-11Add a variant of the standard cmake FindPkgConfig.cmake, which provides a QUIETDavid Jarvie
option to pkg_check_modules() to suppress error messages if pkgconfig has not found the package. svn path=/trunk/KDE/kdelibs/; revision=938016
2009-03-09Improve the sentenceDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=937330
2009-03-08cmake check for finding IOKit on Mac OS XHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=937040
2009-03-08we need to define _WIN32_IE too (for mingw)Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=936949
2009-03-07define UNICODE also for mingwChristian Ehrlicher
make w2k the lowest win version we support svn path=/trunk/KDE/kdelibs/; revision=936493
2009-03-04Support for .kcfg files being generated using configure_file like tmcguireDavid Faure
wants to do in kmail. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=935251
2009-03-01fix a typo where OPTIONAL could be printed for missing *required* features.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=933810
2009-02-28Add SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUNDLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=933219
2009-02-27typo fix, found by Robby StephensonAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=933023
2009-02-27backport poppler detection fixDirk Mueller
svn path=/branches/KDE/4.2/kdelibs/; revision=932964
2009-02-27fix poppler detection for openSUSEDirk Mueller
(https://bugzilla.novell.com/show_bug.cgi?id=480485) svn path=/trunk/KDE/kdelibs/; revision=932963
2009-02-25symlinking DESTDIR in the source of the symlinkDirk Mueller
is wrong, as it will be a stale link in the case where DESTDIR is already used. svn path=/trunk/KDE/kdelibs/; revision=931922
2009-02-24Add KDEPIMLIBS_INCLUDE_DIRSChristophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=931131
2009-02-23New layout for the cmake summary as discussed on kde-buildsystem. Will ↵Sebastian Trueg
backport to 4.2 soon. svn path=/trunk/KDE/kdelibs/; revision=930559
2009-02-234.2 -> 4.3 in some messagesAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=930512
2009-02-23Increase the shared library versioning from .2 to .3Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=930511