aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-04SVN_SILENT typoChristophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=1058574
2009-12-03add support for the GNU OS (also known as Hurd)Pino Toscano
- it mostly behaves as linux, as the toolchain (gcc, gnu ld, gnu libc) is the same - add -pthread to the ld flags for shared modules and libraries svn path=/trunk/KDE/kdelibs/; revision=1058116
2009-12-03-autmatically include NepomukAddOn...cmake file, so modules using nepomuk ↵Alexander Neundorf
don't have to do this unfortunately I couldn't test it, since I still have build problems with redland :-/ Sebastian, please check that it works as expected Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1058066
2009-12-03fix name of the nepomuk fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1058063
2009-12-03NepomukAddOntologies.cmake is now in cmake/modules/ like all the other filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1058060
2009-12-03-move this file also to cmake/modules/ where all the other installed files areAlexander Neundorf
Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1058059
2009-12-03-use HINTS instead of PATHS and don't disable the default search path, this ↵Alexander Neundorf
should find it in more places Alex svn path=/trunk/KDE/kdelibs/; revision=1058054
2009-12-02Various OSX 10.6 fixes.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=1057486
2009-12-01correct copy'n'paste errorPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=1057264
2009-12-01Find Phonon include directory on Qt with Frameworks.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=1057166
2009-11-30-find_package_handle_standard_args() already takes care of not printing the ↵Alexander Neundorf
same message twice, so it's not necessary to set the QUIETLY -multiple suffixes can be listed after PATH_SUFFIXES, so it's not necessary to have two find_path() calls -/usr and /usr/local are already part of CMAKE_SYSTEM_PREFIX_PATH, so it's not necessary to set /usr/share and /usr/local/share explicitely (see CMake Modules/Platform/UnixPath.cmake) Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1056761
2009-11-30Make soprano and sdo optional in FindNepomuk.cmake.George Kiagiadakis
If nepomuk is optional, they should not be marked as required. svn path=/trunk/KDE/kdelibs/; revision=1056584
2009-11-29Support upcoming 0.2 version of the shared-desktop-ontologies which will ↵Sebastian Trueg
bring a cmake config file svn path=/trunk/KDE/kdelibs/; revision=1056325
2009-11-27CCMAIL: neundorf@kde.orgDario Freddi
Fixing naming mess in polkitqt-1 cmake files. Renaming all the according variables to POLKITQT-1_* for consistency with the so name of the library (polkit-qt-1). Again for consistency, rename the KAUTH_BACKEND of polkitqt-1 to PolkitQt-1 instead of PolkitQt1. This time it works :) svn path=/trunk/KDE/kdelibs/; revision=1055185
2009-11-27Also find shared-desktop-ontologies in CMAKE_PREFIX_PATHSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1055125
2009-11-27Fixed Nepomuk build system including the shared ontologies.Sebastian Trueg
Approved by Andreas Pakulat. svn path=/trunk/KDE/kdelibs/; revision=1054973
2009-11-25Revert the new cmake module committed without any review or announcement and ↵Alexander Neundorf
which was in a broken state. This has the effect that the condition for building nepomuk is now never true (instead of sometimes), but I have the impression that for successfully building all of KDE nepomuk is always required, since the nepomuk/trig parsing is also used e.g. in kdepim and I think also in kdenetwork. So the behaviour was already wrong, and now it is more exposed. This should help getting it fixed. Also, this commit makes explicit that soprano with redland backend and raptorparser are in fact required for building KDE since last week. Alex CCMAIL: trueg@kde.org CCMAIL: kde-buildsystem@kde.org CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=1054396
2009-11-25-add support for the COMPONENTS keyword, so we can specifiy which components ↵Alexander Neundorf
are REQUIRED (PLUGIN_RAPTORPARSER and PLUGIN_REDLANDBACKEND for kdelibs) Alex CCMAIL: trueg@kde.org CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1054394
2009-11-25Add those files back because we shipped them with stable KDE releases.Alexander Neundorf
We will in no way completely remove them, at least empty files just printing a useful error message will stay. Let's see what Sebastian says. Alex svn path=/trunk/KDE/kdelibs/; revision=1054390
2009-11-25-rename the cache variable SOPRANO_PLUGIN_DIR to SOPRANO_PLUGIN_ROOT_DIR, so ↵Alexander Neundorf
it is not shadowed by the non-cache variable SOPRANO_PLUGIN_DIR -fix indentation Alex svn path=/trunk/KDE/kdelibs/; revision=1054356
2009-11-25Added macro to find the new shared-desktop-ontologies packageSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1054294
2009-11-25Fix install.Andreas Hartmetz
CCMAIL: sebastian@trueg.de svn path=/trunk/KDE/kdelibs/; revision=1054124
2009-11-25removed completely deprecated stuffSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1054115
2009-11-24add QtMultimediaPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=1053711
2009-11-24set knewstuff3 variablesFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1053400
2009-11-23keep in sync with cmake: search for linguist and designerAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1053371
2009-11-22-use the LOCATION target property instead EXECUTABLE_OUTPUT_PATHAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1052901
2009-11-22-use find_package() instead of macro_optional_find_package() for soprano ↵Alexander Neundorf
inside nepomuk, it doesn't make sense to be able to disable soprano if nepomuk is enabled -also search for the nepomuk stuff if soprano was not found, this makes it possible to have a better error message at the end -also add the soprano variables to the find_package_handle_standard_args() command for better error messagesa Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1052846
2009-11-22cosmetics: all lower-caseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1052840
2009-11-22-use HINTS instead of PATHS for searching (directories listed with HINTS are ↵Alexander Neundorf
searched before the standard dirs, directories listed after PATHS are searched after the standard dirs) -fix the upper/lower casing of Nepomuk -also call find_package_handle_standard_args() if soprano was not found Alex CCMAIL: <trueg@kde.org> svn path=/trunk/KDE/kdelibs/; revision=1052796
2009-11-22CCMAIL: kde-buildsystem@kde.orgDario Freddi
CCMAIL: neundorf@kde.org As discussed with Alexander, don't install FindPolkitQt.cmake, as it is needed only by kdebase/workspace. KDE Application would have to use KAuth instead. svn path=/trunk/KDE/kdelibs/; revision=1052723
2009-11-22-better commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1052534
2009-11-21-improve documentationAlexander Neundorf
-rely less on pkgconfig -honor PolkitQt_FIND_REQUIRED properly -POLKITQT_LIBRARIES doesn't have to be ADVANCED, since it is not in the cache at all -the variable POLKITQT_LIB does not exist Alex svn path=/trunk/KDE/kdelibs/; revision=1052520
2009-11-20CCMAIL: kde-buildsystem@kde.orgDario Freddi
Nevermind, I found out how. Also, probably FindPolkitQt.cmake is another good candidate for non-installation? It could be just copied over to kdebase/workspace/cmake/modules in that case. For me it's more than ok and makes even more sense, as KDE applications are not supposed to take advantage of polkit-qt, but of KAuth instead. svn path=/trunk/KDE/kdelibs/; revision=1051970
2009-11-20CCMAIL: kde-buildsystem@kde.orgDario Freddi
Adding FindPolkitQt-1.cmake for the upcoming polkit-1 support in KAuth, as discussed on kde-buildsystem some time ago. Alex, can you please take care of making this module not getting installed? svn path=/trunk/KDE/kdelibs/; revision=1051967
2009-11-18-keep in sync with cmake: don't let whitespace-separated libs slip into the ↵Alexander Neundorf
variables Alex svn path=/trunk/KDE/kdelibs/; revision=1051144
2009-11-18rename FindAttica to FindLibAttica as suggested by AlexFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1050996
2009-11-17improve findatticaFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1050643
2009-11-17move FindAttica.cmake into kdelibsFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1050497
2009-11-15-install the files which have been separated from FindQt4.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049743
2009-11-15Document X11_X11_LIB and X11_X11_INCLUDE_PATHAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049732
2009-11-15-more syncing with cmake: make UseQt4.cmake work with the KDE version of ↵Alexander Neundorf
FindQt4.cmake, i.e. detect the additional dependencies Alex svn path=/trunk/KDE/kdelibs/; revision=1049728
2009-11-15-add a comment that we need to check which Qt modules have been foundAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049726
2009-11-15-sync with cmake: move -DQT_DLL into Qt4ConfigDependentSettings.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049724
2009-11-15-more syncing with cmake: split some logic of FindQt4.cmake into separate ↵Alexander Neundorf
files Qt4Macros.cmake and Qt4ConfigDependentSettings.cmake, which are automatically included by FindQt4.cmake. -no functional changes Alex svn path=/trunk/KDE/kdelibs/; revision=1049722
2009-11-13Make sure the NEPOMUK_QUERY_LIBRARIES are found as wellTobias Koenig
svn path=/trunk/KDE/kdelibs/; revision=1048625
2009-11-12Run tests from IDE. $(OutDir) must be expanded by ctest:Peter Kümmel
http://www.cmake.org/pipermail/cmake/2006-January/008061.html svn path=/trunk/KDE/kdelibs/; revision=1048124
2009-11-12search for onto2vocabularyclass, and use the found executable with full path ↵Alexander Neundorf
in the add_ontologies() macro (should make kdelibs dashboard build again) Alex svn path=/trunk/KDE/kdelibs/; revision=1048079
2009-11-12-also search for qmake-mac, which is used as name for qmake by macports ↵Alexander Neundorf
(http://lists.kde.org/?l=kde-core-devel&m=125797773120427&w=2) Alex svn path=/trunk/KDE/kdelibs/; revision=1048069
2009-11-12-remove commented out code for Apple, which was not necessary anymore (since ↵Alexander Neundorf
a long time probably) -nicer formatting for the MSVC detection stuff -no functional changes Alex svn path=/trunk/KDE/kdelibs/; revision=1048068