aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-23unbreak checksStephan Binner
svn path=/trunk/KDE/kdelibs/; revision=704013
2007-08-23wait longerDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=703915
2007-08-23a little nicer default message.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=703857
2007-08-21typoAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=703061
2007-08-21Change the way we search to make sure that if weBrad Hards
have more than one copy of OpenEXR (say 1.4 in /usr/lib and 1.6 in /usr/local/lib) that the paths given by pkg-config are actually used. svn path=/trunk/KDE/kdelibs/; revision=702948
2007-08-21add some debug output to be able to track theDirk Mueller
magic qprocess-timed-out bug better. svn path=/trunk/KDE/kdelibs/; revision=702914
2007-08-21make the enchant check working againPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=702823
2007-08-20Not all krb5 implementations have GSSAPI; the krb5-config script then ↵Adriaan de Groot
returns an error message which isn't a useful library name svn path=/trunk/KDE/kdelibs/; revision=702399
2007-08-20When finding an optional library don't fail if old version isTuomas Suutari
found. Just mark as not found. Will still fail at the end if finding a required library. svn path=/trunk/KDE/kdelibs/; revision=702344
2007-08-20If Strigi is found via pkg-config but not found in the normal installation ↵Adriaan de Groot
paths, (double) check in the directories returned by pkg-config. Handles the case where Strigi is installed in a different prefix from KDE. svn path=/trunk/KDE/kdelibs/; revision=702314
2007-08-20SVN_SILENT: I hate my keyboardLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=702248
2007-08-20Missing a ')'Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=702247
2007-08-20This macro is obsolete nowLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=702217
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
Fix typo svn path=/trunk/KDE/kdelibs/; revision=702150
2007-08-20Now use one uniq macro to create docLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=702108
2007-08-16lets see if this helps with the "process timed out" issue on massiveDirk Mueller
parallel (-j64 and above) builds svn path=/trunk/KDE/kdelibs/; revision=700821
2007-08-16also work if used with too few argumentsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=700613
2007-08-15-fix indentationAlexander Neundorf
-remove old macros which failed with SEND_ERROR since several weeks already -deprecated KDE4_CREATE_HTML_HANDBOOK() and added option KDE4_ENABLE_HTMLHANDBOOK instead, if enabled, you get targets "htmlhandbook", which can be used to create the html docs Alex CCMAIL:winter@kde.org Tip of the day: using "make edit_cache" you can easily change cmake settings svn path=/trunk/KDE/kdelibs/; revision=700205
2007-08-15use FindLibintl.cmake instead of FindGettext.cmake in kdelibsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=700195
2007-08-15copy stuff from FindGettext.cmake, which actually searches libintl to a new ↵Alexander Neundorf
FindLibintl.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=700191
2007-08-15add some commentsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=700189
2007-08-15-change was correct, using PATH_SUFFIXES should be even better, then the ↵Alexander Neundorf
header will be also found in /usr/include/blitz, /usr/local/include/blitz etc. Alex CCMAIL: daniel.duley@verizon.net svn path=/trunk/KDE/kdelibs/; revision=700184
2007-08-15-add quotes around the filenames, so it should work better with directories ↵Alexander Neundorf
containing spaces (probably quite seldom) Alex CCMAIL:groot@kde.org svn path=/trunk/KDE/kdelibs/; revision=700180
2007-08-14Look in the new subdirectory.Daniel M. Duley
Hope this build stuff is all correct >:) svn path=/trunk/KDE/kdelibs/; revision=700143
2007-08-14On FreeBSD, CUPS lives in /usr/local/lib which needs to be added to the link ↵Adriaan de Groot
path; use the technique from FindX11 to get the dir of the library and pass that on to check_library_exists. Fixes CUPS detection on FreeBSD. CCMAIL: neundorf@kde.org CCMAIL: kde@freebsd.org svn path=/trunk/KDE/kdelibs/; revision=700122
2007-08-14As the system paths were removed, tell cmake to look for the X libraries in ↵Pino Toscano
those paths as well. Laurent, could you also please actually test the changes you do? Thanks. svn path=/trunk/KDE/kdelibs/; revision=699907
2007-08-14Other cleanLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=699883
2007-08-14Use find_package_handle_standard_argsLaurent Montel
Fix previous commit Remove not necessary path svn path=/trunk/KDE/kdelibs/; revision=699877
2007-08-14Use find_package_handle_standard_args Laurent Montel
Remove not necessary path svn path=/trunk/KDE/kdelibs/; revision=699875
2007-08-13make use of the new FindPackageHandleStandardArgs() macroAllen Winter
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=699657
2007-08-13Adapt macro to be able to give language nameLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=699448
2007-08-13some cosmeticsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=699424
2007-08-12total rewrite. the last version didn't even look for the blitz libs.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=699279
2007-08-12Find BlitzAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=699271
2007-08-11Now KDE4_CREATE_PO_FILES is not necessaryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=698957
2007-08-11add stuff from cmake cvs and macros for processing po and pot filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=698778
2007-08-09Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=698299
2007-08-08Look at all variable and not just libs variable which can beLaurent Montel
not empty but some variable can be null svn path=/trunk/KDE/kdelibs/; revision=697674
2007-08-08Make it "fatal"Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697668
2007-08-08Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697621
2007-08-08Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697619
2007-08-07Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697445
2007-08-07fix typo found by pinoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697289
2007-08-07-use PATH_SUFFIXES in FindGLIB2.cmake to make the command even shorterAlexander Neundorf
-remove unecessary search path for msgfmt Alex svn path=/trunk/KDE/kdelibs/; revision=697172
2007-08-06Remove not necessary pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697081
2007-08-06Remove not necessary path here tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697065
2007-08-06Remove not necessary pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697062
2007-08-06SVN_SILENT: typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697054
2007-08-06don't create the buildtests target for the MSVC IDEBernhard Loos
it's not needed and creates errors svn path=/trunk/KDE/kdelibs/; revision=696838
2007-08-05ignore errors from the cmake echo processBernhard Loos
(fixes MS VC++ build) svn path=/trunk/KDE/kdelibs/; revision=696684