aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-18CMake configure check for Gettext, rudimentary only.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=520012
2006-03-18add documentationAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=520009
2006-03-18one more typoAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=519995
2006-03-18fix typosAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=519989
2006-03-17add KDE_DEPREACTED_WARNINGS and disable deprecated warnings for kde3support ↵Christian Ehrlicher
until we know what to to with it svn path=/trunk/KDE/kdelibs/; revision=519568
2006-03-17Forward port of:Michaël Larouche
Actually set X11_Xrender_LIB correctly svn path=/trunk/KDE/kdelibs/; revision=519550
2006-03-16-implemented RPATH handling, set RPATH_STYLE to one of the following:Alexander Neundorf
default: compile with RPATH to the builddir, when installing link again with RPATH to the install dir, the kde lib dir and the Qt lib dir none: no RPATH at all install: compile with RPATH to the install dir, the kde lib dir and the Qt lib dir both: compiel with RPATH to the build dir, the install dir, the kde lib dir and the Qt lib dir -sync kde3 stuff with cmake cvs -fix building if kdewidgets and kstyles (get_target_properties doesn't work before the target is defined) Alex svn path=/trunk/KDE/kdelibs/; revision=519312
2006-03-16Generate file into own directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=519132
2006-03-16Generate files from ui3 into own directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=519127
2006-03-16Generate moc file into own directoryLaurent Montel
Fix some bug when we lonk with no-install lib svn path=/trunk/KDE/kdelibs/; revision=519125
2006-03-14reapply r509806 which got reverted in the fancy RPATH rewriteDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=518600
2006-03-13really make the akode detection workPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=518191
2006-03-11Fix generate file space into "kcfg" fileLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=517557
2006-03-11include used check_include_files macroPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=517536
2006-03-10First attempt to find aKode.Pino Toscano
aKode seems to be found correctly, the issue is to add the include path to the inclues of knotify. svn path=/trunk/KDE/kdelibs/; revision=517416
2006-03-09Detect and enable the ACL support.Pino Toscano
svn path=/trunk/KDE/kdelibs/; revision=517103
2006-03-09Move here (need by kdepim too)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516932
2006-03-09Move to kdesdkLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516915
2006-03-08-some files will be obsoleted by the next cmakw releaseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=516863
2006-03-08-apply patch by Andreas Beckermann for KDE 3 stuffAlexander Neundorf
-prepare UsePkgconfig for moving to cmake Alex svn path=/trunk/KDE/kdelibs/; revision=516854
2006-03-07-prepare these two files for moving to cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=516651
2006-03-07use EXECUTE_PROCESS instead of EXEC_PROGRAMAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=516643
2006-03-07-implemented RPATH handling, but disabled for nowAlexander Neundorf
to enable it again, remove the line 104, where KDE4_NEED_WRAPPER_SCRIPTS is set to false again If you have current cmake cvs, you can then: -enable CMAKE_SKIP_RPATH using ccmake, then everything will be built without RPATH -disable CMAKE_SKIP_RPATH and enable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to both the build and the install dir -disable CMAKE_SKIP_RPATH and disable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to the install dir In all three cases no relinking will happen during install. If built without RPATH to the builddir, the executables are executed using wrapper scripts named <name>.sh, e.g. kconfig_compiler.sh. some changes to the kde3 stuff: -renamed KDE3_ADD_KLM to KDE3_ADD_KDEINIT_EXECUTABLE -removed KDE3_PLACEHOLDER -removed KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE Please check whether it still works for you and let me know. I plan to move the KDE3 related files to cmake RSN. CCMAIL: kde-buildsystem@kde.org CCMAIL: b_mann@gmx.de CCMAIL: christian.loose@hamburg.de Alex svn path=/trunk/KDE/kdelibs/; revision=516642
2006-03-07Search XdmcpLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516520
2006-03-07oops typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516499
2006-03-07Search Xau libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516496
2006-03-06-shell wrapper script which sets (DY)LD_LIBRARYPATH for executables without ↵Alexander Neundorf
RPATH. Alex svn path=/trunk/KDE/kdelibs/; revision=516382
2006-03-06Search XkbLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516249
2006-03-05Search Xss extension (not perfect)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515896
2006-03-04disable warning 4661 for msvc (A member of the template class is not defined)Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=515685
2006-03-03Search dpms extensionLaurent Montel
(need to improve it) svn path=/trunk/KDE/kdelibs/; revision=515395
2006-03-03Fix install iconsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515374
2006-03-03Detect Xscreensaver extensionLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515293
2006-03-02-prepare the KDE3 files for moving to cmake cvsAlexander Neundorf
-added the variables formerly sitting in kdebase/cmake/modules/FindKDE4.cmake -added export_library_dependencies(KDELibsDependencies.cmake) command to kdelibs/CMakeLists.txt, this file will be installed and used later on by FindKDE4Internal.cmake when stuff != kdelibs is compiled Please have a look at KDELibsDependencies.cmake to see what it contains. The variables set there still have to be used in FindKDE4Internal.cmake for setting the KDE4_FOO_LIBRARIES() varaibles, I only did it unitl now for kdeui. Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=515162
2006-03-02Search libXtLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515065
2006-03-01-when installing, remove cmake files which may have been installed before, ↵Alexander Neundorf
but have become invalid now (because they have been renamed, ort moved to cmake cvs) Alex svn path=/trunk/KDE/kdelibs/; revision=514900
2006-03-01-renamed FindKDE4.cmake to FindKDE4Internal.cmake, so the name ↵Alexander Neundorf
FindKDE4.cmake is free for the cmake module which will find the installed kdelibs cmake files -moved the /usr/local/include and /usr/local/lib to FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=514888
2006-03-01-changes in preparation of the renaming to FindKDE4Internal.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=514887
2006-03-01-remove the manual definition of "MSVC", this is now done in cmakeAlexander Neundorf
-remove the "_debug" postfix for debug libs Alex svn path=/trunk/KDE/kdelibs/; revision=514866
2006-03-01Mark as advancedLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514843
2006-02-28-set CMAKE_DEBUG_POSTFIX to "_debug", this has the effect that when doing a ↵Alexander Neundorf
debug build e.g. kdecore will be named "libkdecore_debug.so" Alex svn path=/trunk/KDE/kdelibs/; revision=514550
2006-02-27Use "TRUE" as for other check moduleLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514232
2006-02-27Deprecated--Laurent Montel
Other lib to convert for cmake svn path=/trunk/KDE/kdelibs/; revision=514223
2006-02-27Fix LIBRARY_OUTPUT_PATH when we build other module as kdelibsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514219
2006-02-27Not remove itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514099
2006-02-27Fix generate CMakeList.txtLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514098
2006-02-25Add other X11 test (Xcursor/XTest)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=513554
2006-02-23Search xinerama extensionLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=512744
2006-02-23Fix search xkb extensionLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=512735
2006-02-23Again other X11 extension (need for future)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=512677